Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h533 ProgramStateRef removeGDM(ProgramStateRef state, void *Key);
607 return removeGDM(st, ProgramStateTrait<T>::GDMIndex()); in remove()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp496 ProgramStateRef ProgramStateManager::removeGDM(ProgramStateRef state, void *Key) { in removeGDM() function in ProgramStateManager