Searched defs:DeleteContext (Results 1 - 2 of 2) 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
/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 170 milliseconds