Searched refs:GDMFactory (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp80 : Eng(SubEng), EnvMgr(alloc), GDMFactory(alloc),
388 GDMFactory.getEmptyMap());
506 ProgramState::GenericDataMap M2 = GDMFactory.add(M1, Key, Data);
518 ProgramState::GenericDataMap NewM = GDMFactory.remove(OldM, Key);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h467 ProgramState::GenericDataMap::Factory GDMFactory; member in class:clang::ento::ProgramStateManager

Completed in 51 milliseconds