Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h598 ProgramStateRef removeGDM(ProgramStateRef state, void *Key);
676 return removeGDM(st, ProgramStateTrait<T>::GDMIndex()); in remove()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp564 ProgramStateRef ProgramStateManager::removeGDM(ProgramStateRef state, void *Key) { in removeGDM() function in ProgramStateManager