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

1 2

  /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/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 228 child_iterator child_begin() const;
234 return child_end() - child_begin();
281 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::TextComment
339 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::InlineCommandComment
472 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::HTMLStartTagComment
527 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::HTMLEndTagComment
576 child_iterator child_begin() const { function in class:clang::comments::ParagraphComment
646 child_iterator child_begin() const { function in class:clang::comments::BlockCommandComment
883 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::ParamCommandComment::VerbatimBlockLineComment
914 child_iterator child_begin() const function in class:clang::comments::ParamCommandComment::VerbatimBlockComment
970 child_iterator child_begin() const { return nullptr; } function in class:clang::comments::ParamCommandComment::VerbatimLineComment
1115 child_iterator child_begin() const { function in class:clang::comments::ParamCommandComment::FullComment
    [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 128 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
140 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
CallGraph.h 409 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:GraphTraits
424 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:GraphTraits
LazyCallGraph.h 520 static ChildIteratorType child_begin(NodeType *N) { return N->begin(); } function in struct:llvm::GraphTraits
528 static ChildIteratorType child_begin(NodeType *N) { return N->begin(); } function in struct:llvm::GraphTraits
LoopInfo.h 157 BlockTraits::child_begin(BB),
173 InvBlockTraits::child_begin(H),
240 InvBlockTraits::child_begin(H),
758 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
771 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 168 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
181 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 708 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
721 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
741 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
755 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
ScheduleDAG.h 667 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::SUnit::GraphTraits
  /external/llvm/include/llvm/IR/
Dominators.h 124 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
CFG.h 279 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
293 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
310 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
324 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 178 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/lib/AST/
Comment.cpp 58 ASSERT_IMPLEMENTS_child_begin(&CLASS::child_begin); \
69 Comment::child_iterator Comment::child_begin() const { function in class:clang::comments::Comment
75 return static_cast<const CLASS *>(this)->child_begin();
107 for (child_iterator I = child_begin(), E = child_end(); I != E; ++I) {
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 60 static ChildIteratorType child_begin(const NodeType *N) { function in struct:llvm::GraphTraits
BlockFrequencyInfoImpl.cpp 584 static ChildIteratorType child_begin(NodeType *N) { return N->succ_begin(); } function in struct:llvm::GraphTraits
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 63 static ChildIteratorType child_begin(const NodeType *N) { function in struct:llvm::GraphTraits
  /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 1009 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
1023 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
1037 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
1051 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 428 static ChildIteratorType child_begin(NodeType *Node) { function in struct:llvm::GraphTraits
  /external/llvm/lib/Object/
Archive.cpp 207 child_iterator i = child_begin(false);
314 Archive::child_iterator Archive::child_begin(bool SkipInternal) const { function in class:Archive
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 388 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 453 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
479 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits

Completed in 1126 milliseconds

1 2