Home | History | Annotate | Download | only in Analysis

Lines Matching refs:InvBlockTraits

163     typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
164 for (typename InvBlockTraits::ChildIteratorType I =
165 InvBlockTraits::child_begin(const_cast<BlockT*>(H)),
166 E = InvBlockTraits::child_end(const_cast<BlockT*>(H)); I != E; ++I)
298 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
299 for (typename InvBlockTraits::ChildIteratorType PI =
300 InvBlockTraits::child_begin(Header),
301 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) {
302 typename InvBlockTraits::NodeType *N = *PI;
319 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
320 typename InvBlockTraits::ChildIteratorType PI =
321 InvBlockTraits::child_begin(Header);
322 typename InvBlockTraits::ChildIteratorType PE =
323 InvBlockTraits::child_end(Header);
326 typename InvBlockTraits::NodeType *N = *PI;
439 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
440 for (typename InvBlockTraits::ChildIteratorType PI =
441 InvBlockTraits::child_begin(BB), PE = InvBlockTraits::child_end(BB);
443 typename InvBlockTraits::NodeType *N = *PI;
780 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
781 for (typename InvBlockTraits::ChildIteratorType I =
782 InvBlockTraits::child_begin(BB), E = InvBlockTraits::child_end(BB);
784 typename InvBlockTraits::NodeType *N = *I;
828 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
831 for (typename InvBlockTraits::ChildIteratorType PI = InvBlockTraits::child_begin(X), PE = InvBlockTraits::child_end(X); PI != PE; ++PI) {
832 typename InvBlockTraits::NodeType *N = *PI;