HomeSort by relevance Sort by last modified time
    Searched defs:child_begin (Results 1 - 20 of 20) sorted by null

  /external/llvm/include/llvm/ADT/
GraphTraits.h 36 // static ChildIteratorType child_begin(NodeType *)
92 static ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
93 return GraphTraits<T>::child_begin(N);
Trie.h 287 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/Support/
DataFlow.h 34 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
51 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
68 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
89 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
CFG.h 247 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
261 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
278 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
292 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/AST/
StmtGraphTraits.h 34 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
35 if (N) return N->child_begin();
61 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
62 if (N) return N->child_begin();
Stmt.h 330 child_iterator child_begin() { return children().first; } function in class:clang::Stmt
333 const_child_iterator child_begin() const { return children().first; } function in class:clang::Stmt
    [all...]
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 220 /// child_begin - Return an iterator pointing to the first child of the given
222 static ChildIterator child_begin(NodeType *Parent) {
238 static inline ChildIteratorType child_begin(NodeType *Node) { function in struct:llvm::GraphTraits
239 return Graph<N>::child_begin(Node);
  /external/llvm/include/llvm/Analysis/
Interval.h 131 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
143 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
CallGraph.h 319 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:GraphTraits
337 static inline ChildIteratorType child_begin(NodeType *N) { return N->begin();} function in struct:GraphTraits
LoopInfo.h 149 BlockTraits::child_begin(const_cast<BlockT*>(BB)),
165 InvBlockTraits::child_begin(const_cast<BlockT*>(H)),
194 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
225 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
256 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
277 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
300 InvBlockTraits::child_begin(Header),
321 InvBlockTraits::child_begin(Header);
433 BlockTraits::child_begin(BB), SE = BlockTraits::child_end(BB);
441 InvBlockTraits::child_begin(BB), PE = InvBlockTraits::child_end(BB)
1074 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
1087 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
    [all...]
Dominators.h 229 assert(std::distance(GraphT::child_begin(NewBB),
232 typename GraphT::NodeType* NewBBSucc = *GraphT::child_begin(NewBB);
237 InvTraits::child_begin(NewBB),
245 InvTraits::child_begin(NewBBSucc),
669 if (std::distance(GraphTraits<FT*>::child_begin(I),
840 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 155 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
168 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
MachineDominators.h 185 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
MachineBasicBlock.h 474 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
487 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
507 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
521 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
ScheduleDAG.h 640 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
SelectionDAGNodes.h 1746 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::SDNode::GraphTraits
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 218 static ChildIteratorType child_begin(NodeType *Node) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/Index/
CallGraph.h 120 static ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 421 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
447 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/Analysis/
CFG.h 763 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
777 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
791 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits

Completed in 221 milliseconds