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

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

Completed in 128 milliseconds