Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h518 typedef llvm::DenseMap<void*,std::pair<void*,void (*)(void*)> > GDMContextsTy; typedef
519 GDMContextsTy GDMContexts;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp86 for (GDMContextsTy::iterator I=GDMContexts.begin(), E=GDMContexts.end(); in ~ProgramStateManager()