Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp533 ProgramStateRef ProgramStateManager::removeGDM(ProgramStateRef state, void *Key) { in removeGDM() function in ProgramStateManager