Home
last modified time | relevance | path

Searched refs:eop_end (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h354 eop_iterator eop_end() { return EndNodes.end(); } in eop_end() function
358 const_eop_iterator eop_end() const { return EndNodes.end(); } in eop_end() function
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp277 E = G->eop_end(); I != E; ++I) { in ExecuteWorkListWithInitialState()