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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h503 ProgramStateRef removeGDM(ProgramStateRef state, void *Key);
577 return removeGDM(st, ProgramStateTrait<T>::GDMIndex());
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp476 ProgramStateRef ProgramStateManager::removeGDM(ProgramStateRef state, void *Key) { function in class:ProgramStateManager

Completed in 68 milliseconds