Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h988 struct ReplayWithoutInlining{}; struct
990 struct ProgramStateTrait<ReplayWithoutInlining> :
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp540 const void *ReplayState = State->get<ReplayWithoutInlining>(); in getInlineFailedState()
547 return State->remove<ReplayWithoutInlining>(); in getInlineFailedState()
H A DExprEngine.cpp2126 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE)); in replayWithoutInlining()
3601 void *ProgramStateTrait<ReplayWithoutInlining>::GDMIndex() { in GDMIndex()
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DIPA.rst165 ReplayWithoutInlining bit added to it (ExprEngine::replayWithoutInlining). The