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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h635 struct ReplayWithoutInlining{}; struct in namespace:clang::ento
637 struct ProgramStateTrait<ReplayWithoutInlining> :
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp473 const void *ReplayState = State->get<ReplayWithoutInlining>();
480 return State->remove<ReplayWithoutInlining>();
H A DExprEngine.cpp1382 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE));

Completed in 44 milliseconds