clang API Documentation
#include <ProgramStateTrait.h>
Public Types | |
| typedef llvm::ImmutableSet < Key, Info > | data_type |
| typedef data_type::Factory & | context_type |
| typedef Key | key_type |
Static Public Member Functions | |
| static data_type | MakeData (void *const *p) |
| static void * | MakeVoidPtr (data_type B) |
| static data_type | Add (data_type B, key_type K, context_type F) |
| static data_type | Remove (data_type B, key_type K, context_type F) |
| static bool | Contains (data_type B, key_type K) |
| static context_type | MakeContext (void *p) |
| static void * | CreateContext (llvm::BumpPtrAllocator &Alloc) |
| static void | DeleteContext (void *Ctx) |
Definition at line 78 of file ProgramStateTrait.h.
| typedef data_type::Factory& clang::ento::ProgramStatePartialTrait< llvm::ImmutableSet< Key, Info > >::context_type |
Definition at line 80 of file ProgramStateTrait.h.
| typedef llvm::ImmutableSet<Key,Info> clang::ento::ProgramStatePartialTrait< llvm::ImmutableSet< Key, Info > >::data_type |
Definition at line 79 of file ProgramStateTrait.h.
| typedef Key clang::ento::ProgramStatePartialTrait< llvm::ImmutableSet< Key, Info > >::key_type |
Definition at line 81 of file ProgramStateTrait.h.
| static data_type clang::ento::ProgramStatePartialTrait< llvm::ImmutableSet< Key, Info > >::Add | ( | data_type | B, |
| key_type | K, | ||
| context_type | F | ||
| ) | [inline, static] |
Definition at line 91 of file ProgramStateTrait.h.
| static bool clang::ento::ProgramStatePartialTrait< llvm::ImmutableSet< Key, Info > >::Contains | ( | data_type | B, |
| key_type | K | ||
| ) | [inline, static] |
Definition at line 99 of file ProgramStateTrait.h.
| static void* clang::ento::ProgramStatePartialTrait< llvm::ImmutableSet< Key, Info > >::CreateContext | ( | llvm::BumpPtrAllocator & | Alloc | ) | [inline, static] |
Definition at line 107 of file ProgramStateTrait.h.
| static void clang::ento::ProgramStatePartialTrait< llvm::ImmutableSet< Key, Info > >::DeleteContext | ( | void * | Ctx | ) | [inline, static] |
Definition at line 111 of file ProgramStateTrait.h.
| static context_type clang::ento::ProgramStatePartialTrait< llvm::ImmutableSet< Key, Info > >::MakeContext | ( | void * | p | ) | [inline, static] |
Definition at line 103 of file ProgramStateTrait.h.
| static data_type clang::ento::ProgramStatePartialTrait< llvm::ImmutableSet< Key, Info > >::MakeData | ( | void *const * | p | ) | [inline, static] |
Definition at line 83 of file ProgramStateTrait.h.
| static void* clang::ento::ProgramStatePartialTrait< llvm::ImmutableSet< Key, Info > >::MakeVoidPtr | ( | data_type | B | ) | [inline, static] |
Definition at line 87 of file ProgramStateTrait.h.
| static data_type clang::ento::ProgramStatePartialTrait< llvm::ImmutableSet< Key, Info > >::Remove | ( | data_type | B, |
| key_type | K, | ||
| context_type | F | ||
| ) | [inline, static] |
Definition at line 95 of file ProgramStateTrait.h.