Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h590 struct ReplayWithoutInlining{}; struct
592 struct ProgramStateTrait<ReplayWithoutInlining> :
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp472 const void *ReplayState = State->get<ReplayWithoutInlining>(); in getInlineFailedState()
479 return State->remove<ReplayWithoutInlining>(); in getInlineFailedState()
DExprEngine.cpp1229 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE)); in replayWithoutInlining()