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.h362 eop_iterator eop_end() { return EndNodes.end(); } in eop_end() function
366 const_eop_iterator eop_end() const { return EndNodes.end(); } in eop_end() function
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp289 for (ExplodedGraph::eop_iterator I = G.eop_begin(), E = G.eop_end(); I != E; in ExecuteWorkListWithInitialState()