Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h941 struct ReplayWithoutInlining{}; struct
943 struct ProgramStateTrait<ReplayWithoutInlining> :
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp487 const void *ReplayState = State->get<ReplayWithoutInlining>(); in getInlineFailedState()
494 return State->remove<ReplayWithoutInlining>(); in getInlineFailedState()
H A DExprEngine.cpp1939 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE)); in replayWithoutInlining()
3281 void *ProgramStateTrait<ReplayWithoutInlining>::GDMIndex() { in GDMIndex()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DIPA.rst165 ReplayWithoutInlining bit added to it (ExprEngine::replayWithoutInlining). The