Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h831 struct ReplayWithoutInlining{}; struct
833 struct ProgramStateTrait<ReplayWithoutInlining> :
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp469 const void *ReplayState = State->get<ReplayWithoutInlining>(); in getInlineFailedState()
476 return State->remove<ReplayWithoutInlining>(); in getInlineFailedState()
H A DExprEngine.cpp1833 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE)); in replayWithoutInlining()
3112 void *ProgramStateTrait<ReplayWithoutInlining>::GDMIndex() { in GDMIndex()