Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h679 void *FindGDMContext(void *index,
685 void *p = FindGDMContext(ProgramStateTrait<T>::GDMIndex(), in get_context()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp539 ProgramStateManager::FindGDMContext(void *K, in FindGDMContext() function in ProgramStateManager