|
LLVM
4.0.0
|
Generic profile trait for pointer types. More...
#include <ImmutableSet.h>
Public Types | |
| typedef const T * | value_type |
| typedef value_type | value_type_ref |
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 892 of file ImmutableSet.h.
| typedef const T* llvm::ImutProfileInfo< T * >::value_type |
Definition at line 893 of file ImmutableSet.h.
| typedef value_type llvm::ImutProfileInfo< T * >::value_type_ref |
Definition at line 894 of file ImmutableSet.h.
|
inlinestatic |
Definition at line 896 of file ImmutableSet.h.
References llvm::FoldingSetNodeID::AddPointer().
1.8.6