|
LLVM
3.7.0
|
ImutContainerInfo - Specialization for pointer values to treat pointers as references to unique objects. More...
#include <ImmutableSet.h>
Public Types | |
| typedef ImutProfileInfo< T * > ::value_type | value_type |
| typedef ImutProfileInfo< T * > ::value_type_ref | value_type_ref |
| typedef value_type | key_type |
| typedef value_type_ref | key_type_ref |
| typedef bool | data_type |
| typedef bool | data_type_ref |
Public Types inherited from llvm::ImutProfileInfo< T * > | |
| typedef const T * | value_type |
| typedef value_type | value_type_ref |
Static Public Member Functions | |
| static key_type_ref | KeyOfValue (value_type_ref D) |
| static data_type_ref | DataOfValue (value_type_ref) |
| static bool | isEqual (key_type_ref LHS, key_type_ref RHS) |
| static bool | isLess (key_type_ref LHS, key_type_ref RHS) |
| static bool | isDataEqual (data_type_ref, data_type_ref) |
Static Public Member Functions inherited from llvm::ImutProfileInfo< T * > | |
| static void | Profile (FoldingSetNodeID &ID, value_type_ref X) |
ImutContainerInfo - Specialization for pointer values to treat pointers as references to unique objects.
Pointers are thus compared by their addresses.
Definition at line 935 of file ImmutableSet.h.
| typedef bool llvm::ImutContainerInfo< T * >::data_type |
Definition at line 940 of file ImmutableSet.h.
| typedef bool llvm::ImutContainerInfo< T * >::data_type_ref |
Definition at line 941 of file ImmutableSet.h.
| typedef value_type llvm::ImutContainerInfo< T * >::key_type |
Definition at line 938 of file ImmutableSet.h.
| typedef value_type_ref llvm::ImutContainerInfo< T * >::key_type_ref |
Definition at line 939 of file ImmutableSet.h.
| typedef ImutProfileInfo<T*>::value_type llvm::ImutContainerInfo< T * >::value_type |
Definition at line 936 of file ImmutableSet.h.
| typedef ImutProfileInfo<T*>::value_type_ref llvm::ImutContainerInfo< T * >::value_type_ref |
Definition at line 937 of file ImmutableSet.h.
|
inlinestatic |
Definition at line 944 of file ImmutableSet.h.
|
inlinestatic |
Definition at line 950 of file ImmutableSet.h.
|
inlinestatic |
Definition at line 946 of file ImmutableSet.h.
|
inlinestatic |
Definition at line 948 of file ImmutableSet.h.
|
inlinestatic |
Definition at line 943 of file ImmutableSet.h.
1.8.6