Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h346 node_iterator nodes_end() { return Nodes.end(); } in nodes_end() function
350 const_node_iterator nodes_end() const { return Nodes.end(); } in nodes_end() function
/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp76 static nodes_iterator nodes_end(const MachineBlockFrequencyInfo *G) { in nodes_end() function
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp79 static nodes_iterator nodes_end(const BlockFrequencyInfo *G) { in nodes_end() function
/external/clang/lib/Serialization/
DModuleManager.cpp453 static nodes_iterator nodes_end(const ModuleManager &Manager) { in nodes_end() function
/external/clang/include/clang/Analysis/
DCFG.h849 graph_iterator nodes_end() { return graph_iterator(Blocks.end()); } in nodes_end() function
853 const_graph_iterator nodes_end() const { in nodes_end() function
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp353 static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); } in nodes_end() function