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

  /external/llvm/include/llvm/ADT/
GraphTraits.h 36 // static ChildIteratorType child_begin(NodeType *)
95 static ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
96 return GraphTraits<T>::child_begin(N);
  /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 253 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
267 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
284 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
298 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();
Comment.h 217 child_iterator child_begin() const;
223 return child_end() - child_begin();
270 child_iterator child_begin() const { return NULL; } function in class:clang::comments::TextComment
328 child_iterator child_begin() const { return NULL; } function in class:clang::comments::InlineCommandComment
453 child_iterator child_begin() const { return NULL; } function in class:clang::comments::HTMLStartTagComment
508 child_iterator child_begin() const { return NULL; } function in class:clang::comments::HTMLEndTagComment
557 child_iterator child_begin() const { function in class:clang::comments::ParagraphComment
627 child_iterator child_begin() const { function in class:clang::comments::BlockCommandComment
850 child_iterator child_begin() const { return NULL; } function in class:clang::comments::VerbatimBlockLineComment
881 child_iterator child_begin() const function in class:clang::comments::VerbatimBlockComment
937 child_iterator child_begin() const { return NULL; } function in class:clang::comments::VerbatimLineComment
1082 child_iterator child_begin() const { function in class:clang::comments::FullComment
    [all...]
Stmt.h 421 child_iterator child_begin() { return children().first; } function in class:clang::Stmt
424 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 152 BlockTraits::child_begin(BB),
168 InvBlockTraits::child_begin(H),
687 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
700 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
Dominators.h 241 assert(std::distance(GraphT::child_begin(NewBB),
244 typename GraphT::NodeType* NewBBSucc = *GraphT::child_begin(NewBB);
249 InvTraits::child_begin(NewBB),
257 InvTraits::child_begin(NewBBSucc),
666 if (TraitsTy::child_begin(I) == TraitsTy::child_end(I))
884 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 167 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
180 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
MachineDominators.h 188 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
MachineBasicBlock.h 673 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
686 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
706 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
720 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
ScheduleDAG.h 671 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
SelectionDAGNodes.h 1780 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::SDNode::GraphTraits
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 177 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/lib/AST/
Comment.cpp 55 ASSERT_IMPLEMENTS_child_begin(&CLASS::child_begin); \
66 Comment::child_iterator Comment::child_begin() const { function in class:clang::comments::Comment
72 return static_cast<const CLASS *>(this)->child_begin();
106 for (child_iterator I = child_begin(), E = child_end(); I != E; ++I) {
  /external/clang/include/clang/Analysis/
CallGraph.h 180 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
195 static inline ChildIteratorType child_begin(NodeType *N) { return N->begin();} function in struct:llvm::GraphTraits
CFG.h 867 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
881 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
895 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
909 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 365 static ChildIteratorType child_begin(NodeType *Node) { function in struct:llvm::GraphTraits
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 322 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 449 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
475 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits

Completed in 638 milliseconds