Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h1032 struct ReplayWithoutInlining{}; struct
1034 struct ProgramStateTrait<ReplayWithoutInlining> :
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp594 const void *ReplayState = State->get<ReplayWithoutInlining>(); in getInlineFailedState()
601 return State->remove<ReplayWithoutInlining>(); in getInlineFailedState()
H A DExprEngine.cpp2449 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE)); in replayWithoutInlining()
3933 void *ProgramStateTrait<ReplayWithoutInlining>::GDMIndex() { in GDMIndex()
/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A DIPA.rst165 ReplayWithoutInlining bit added to it (ExprEngine::replayWithoutInlining). The