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.h1009 struct ReplayWithoutInlining{}; struct
1011 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.cpp2470 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE)); in replayWithoutInlining()
3948 void *ProgramStateTrait<ReplayWithoutInlining>::GDMIndex() { in GDMIndex()