Searched refs:DeleteContext (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h92 static void DeleteContext(void *Ctx) { function in struct:clang::ento::ProgramStatePartialTrait
144 static void DeleteContext(void *Ctx) { function in struct:clang::ento::ProgramStatePartialTrait
183 static void DeleteContext(void *Ctx) { function in struct:clang::ento::ProgramStatePartialTrait
H A DProgramState.h603 void (*DeleteContext)(void*));
609 ProgramStateTrait<T>::DeleteContext);
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp473 void (*DeleteContext)(void*)) {
478 p.second = DeleteContext;
471 FindGDMContext(void *K, void *(*CreateContext)(llvm::BumpPtrAllocator&), void (*DeleteContext)(void*)) argument

Completed in 187 milliseconds