Searched refs:ChildEdgeIteratorType (Results 1 – 7 of 7) sorted by relevance
498 using ChildEdgeIteratorType = DDGNode::iterator;508 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {511 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }538 using ChildEdgeIteratorType = DDGNode::const_iterator;548 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {551 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
461 using ChildEdgeIteratorType = CallGraphNode::const_iterator;471 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {474 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
136 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) {
198 using ChildEdgeIteratorType = typename Traits::ChildEdgeIteratorType; typedef
1908 using ChildEdgeIteratorType = std::vector<FunctionSummary::EdgeTy>::iterator;1932 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {1941 static ChildEdgeIteratorType child_edge_end(NodeRef N) {
4145 using ChildEdgeIteratorType = AADepGraphNode::DepSetTy::iterator; typedef