LLVM API Documentation
Profile traits for booleans. More...
#include <ImmutableSet.h>
Public Types | |
| typedef const bool | value_type |
| typedef const bool & | value_type_ref |
Static Public Member Functions | |
| static void | Profile (FoldingSetNodeID &ID, value_type_ref X) |
Profile traits for booleans.
Definition at line 851 of file ImmutableSet.h.
| typedef const bool llvm::ImutProfileInfo< bool >::value_type |
Definition at line 852 of file ImmutableSet.h.
| typedef const bool& llvm::ImutProfileInfo< bool >::value_type_ref |
Definition at line 853 of file ImmutableSet.h.
| static void llvm::ImutProfileInfo< bool >::Profile | ( | FoldingSetNodeID & | ID, |
| value_type_ref | X | ||
| ) | [inline, static] |
Definition at line 855 of file ImmutableSet.h.
References llvm::FoldingSetNodeID::AddBoolean().