Home
last modified time | relevance | path

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

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