Home
last modified time | relevance | path

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

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