Home
last modified time | relevance | path

Searched defs:nodes_end (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h334 node_iterator nodes_end() { return Nodes.end(); } in nodes_end() function
338 const_node_iterator nodes_end() const { return Nodes.end(); } in nodes_end() function
/external/chromium/chrome/browser/bookmarks/
Dbookmark_index.cc49 BookmarkIndex::NodeSet::const_iterator BookmarkIndex::Match::nodes_end() const { in nodes_end() function in BookmarkIndex::Match
/external/clang/lib/Serialization/
DModuleManager.cpp377 static nodes_iterator nodes_end(const ModuleManager &Manager) { in nodes_end() function
/external/clang/include/clang/Analysis/
DCFG.h713 graph_iterator nodes_end() { return graph_iterator(Blocks.end()); } in nodes_end() function
717 const_graph_iterator nodes_end() const { in nodes_end() function
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp337 static ChildIteratorType nodes_end(ArgumentGraph *AG) { in nodes_end() function