Home
last modified time | relevance | path

Searched refs:GDMContexts (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp85 for (GDMContextsTy::iterator I=GDMContexts.begin(), E=GDMContexts.end(); in ~ProgramStateManager()
513 std::pair<void*, void (*)(void*)>& p = GDMContexts[K]; in FindGDMContext()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h515 GDMContextsTy GDMContexts; variable