Home
last modified time | relevance | path

Searched refs:ReplayWithoutInlining (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h940 struct ReplayWithoutInlining{}; struct
942 struct ProgramStateTrait<ReplayWithoutInlining> :
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp487 const void *ReplayState = State->get<ReplayWithoutInlining>(); in getInlineFailedState()
494 return State->remove<ReplayWithoutInlining>(); in getInlineFailedState()
H A DExprEngine.cpp1941 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE)); in replayWithoutInlining()
3283 void *ProgramStateTrait<ReplayWithoutInlining>::GDMIndex() { in GDMIndex()