LLVM 20.0.0git
|
Generic profile trait for pointer types. More...
#include "llvm/ADT/ImmutableSet.h"
Public Types | |
using | value_type = const T * |
using | value_type_ref = value_type |
Static Public Member Functions | |
static void | Profile (FoldingSetNodeID &ID, value_type_ref X) |
Generic profile trait for pointer types.
We treat pointers as references to unique objects.
Definition at line 888 of file ImmutableSet.h.
using llvm::ImutProfileInfo< T * >::value_type = const T* |
Definition at line 889 of file ImmutableSet.h.
using llvm::ImutProfileInfo< T * >::value_type_ref = value_type |
Definition at line 890 of file ImmutableSet.h.
|
inlinestatic |
Definition at line 892 of file ImmutableSet.h.
References X.