Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h1001 struct ReplayWithoutInlining{}; struct
1003 struct ProgramStateTrait<ReplayWithoutInlining> :
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp592 const void *ReplayState = State->get<ReplayWithoutInlining>(); in getInlineFailedState()
599 return State->remove<ReplayWithoutInlining>(); in getInlineFailedState()
H A DExprEngine.cpp2482 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE)); in replayWithoutInlining()
3960 void *ProgramStateTrait<ReplayWithoutInlining>::GDMIndex() { in GDMIndex()