Searched refs:PointerIntTy (Results 1 – 1 of 1) sorted by relevance
74 typedef PointerIntPair<NodeType*, 1> PointerIntTy; typedef79 std::vector<std::pair<PointerIntTy, ChildItTy> > VisitStack;83 VisitStack.push_back(std::make_pair(PointerIntTy(Node, 0), in df_iterator()92 VisitStack.push_back(std::make_pair(PointerIntTy(Node, 0), in df_iterator()104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); in toNext()118 VisitStack.push_back(std::make_pair(PointerIntTy(Next, 0), in toNext()