Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h458 typedef llvm::DenseMap<void*,std::pair<void*,void (*)(void*)> > GDMContextsTy; typedef
459 GDMContextsTy GDMContexts;
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp84 for (GDMContextsTy::iterator I=GDMContexts.begin(), E=GDMContexts.end(); in ~ProgramStateManager()