Searched refs:ChildEdgeIteratorType (Results 1 – 8 of 8) sorted by relevance
502 using ChildEdgeIteratorType = DDGNode::iterator;512 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {515 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }542 using ChildEdgeIteratorType = DDGNode::const_iterator;552 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {555 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
445 using ChildEdgeIteratorType = CallGraphNode::const_iterator;455 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {458 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
162 iterator_range<typename GraphTraits<GraphType>::ChildEdgeIteratorType>
432 using ChildEdgeIteratorType = typename GraphT::Edge const *;434 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {437 static ChildEdgeIteratorType child_edge_end(NodeRef N) {
197 using ChildEdgeIteratorType = typename Traits::ChildEdgeIteratorType; typedef
1986 using ChildEdgeIteratorType =2011 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {2020 static ChildEdgeIteratorType child_edge_end(NodeRef N) {
1218 using ChildEdgeIteratorType = SplitGraph::edges_iterator; typedef
4135 using ChildEdgeIteratorType = AADepGraphNode::DepSetTy::iterator; typedef