LLVM 22.0.0git
|
#include "llvm/ADT/FoldingSet.h"
Static Public Member Functions | |
static void | Profile (T *X, FoldingSetNodeID &ID) |
Static Public Member Functions inherited from llvm::DefaultFoldingSetTrait< T > | |
static void | Profile (const T &X, FoldingSetNodeID &ID) |
static void | Profile (T &X, FoldingSetNodeID &ID) |
static bool | Equals (T &X, const FoldingSetNodeID &ID, unsigned IDHash, FoldingSetNodeID &TempID) |
static unsigned | ComputeHash (T &X, FoldingSetNodeID &TempID) |
Definition at line 837 of file FoldingSet.h.
|
inlinestatic |
Definition at line 838 of file FoldingSet.h.