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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h596 struct ReplayWithoutInlining{}; struct in namespace:clang::ento
598 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.cpp1260 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE));

Completed in 390 milliseconds