Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h646 struct ReplayWithoutInlining{}; struct
648 struct ProgramStateTrait<ReplayWithoutInlining> :
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp460 const void *ReplayState = State->get<ReplayWithoutInlining>(); in getInlineFailedState()
467 return State->remove<ReplayWithoutInlining>(); in getInlineFailedState()
DExprEngine.cpp1398 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE)); in replayWithoutInlining()
/external/clang/docs/analyzer/
DIPA.txt158 ReplayWithoutInlining bit added to it (ExprEngine::replayWithoutInlining). The