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

  /external/llvm/include/llvm/ADT/
GraphTraits.h 37 // static ChildIteratorType child_end (NodeType *)
99 static ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
100 return GraphTraits<T>::child_end(N);
  /external/llvm/include/llvm/Support/
DataFlow.h 38 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
55 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
74 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
95 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
CFG.h 256 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
270 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
287 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
301 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/AST/
StmtGraphTraits.h 39 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
40 if (N) return N->child_end();
66 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
67 if (N) return N->child_end();
Comment.h 218 child_iterator child_end() const;
223 return child_end() - child_begin();
272 child_iterator child_end() const { return NULL; } function in class:clang::comments::TextComment
330 child_iterator child_end() const { return NULL; } function in class:clang::comments::InlineCommandComment
455 child_iterator child_end() const { return NULL; } function in class:clang::comments::HTMLStartTagComment
510 child_iterator child_end() const { return NULL; } function in class:clang::comments::HTMLEndTagComment
561 child_iterator child_end() const { function in class:clang::comments::ParagraphComment
631 child_iterator child_end() const { function in class:clang::comments::BlockCommandComment
852 child_iterator child_end() const { return NULL; } function in class:clang::comments::VerbatimBlockLineComment
885 child_iterator child_end() const function in class:clang::comments::VerbatimBlockComment
939 child_iterator child_end() const { return NULL; } function in class:clang::comments::VerbatimLineComment
1086 child_iterator child_end() const { function in class:clang::comments::FullComment
    [all...]
Stmt.h 422 child_iterator child_end() { return children().second; } function in class:clang::Stmt
425 const_child_iterator child_end() const { return children().second; } function in class:clang::Stmt
    [all...]
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 226 /// child_end - Return the end iterator for children of the given node.
227 static ChildIterator child_end(NodeType *Parent) {
241 static inline ChildIteratorType child_end(NodeType *Node) { function in struct:llvm::GraphTraits
242 return Graph<N>::child_end(Node);
  /external/llvm/include/llvm/Analysis/
Interval.h 134 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
146 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
CallGraph.h 322 static inline ChildIteratorType child_end (NodeType *N) { function in struct:GraphTraits
338 static inline ChildIteratorType child_end (NodeType *N) { return N->end(); } function in struct:GraphTraits
LoopInfo.h 153 SE = BlockTraits::child_end(BB); SI != SE; ++SI) {
169 E = InvBlockTraits::child_end(H); I != E; ++I)
690 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
703 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
Dominators.h 242 GraphT::child_end(NewBB)) == 1 &&
250 PE = InvTraits::child_end(NewBB); PI != PE; ++PI)
258 E = InvTraits::child_end(NewBBSucc); PI != E; ++PI) {
666 if (TraitsTy::child_begin(I) == TraitsTy::child_end(I))
887 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 170 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
183 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
MachineDominators.h 191 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
MachineBasicBlock.h 676 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
689 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
709 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
723 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
ScheduleDAG.h 674 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
SelectionDAGNodes.h 1783 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::SDNode::GraphTraits
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 180 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/lib/AST/
Comment.cpp 56 ASSERT_IMPLEMENTS_child_begin(&CLASS::child_end);
80 Comment::child_iterator Comment::child_end() const { function in class:clang::comments::Comment
86 return static_cast<const CLASS *>(this)->child_end();
106 for (child_iterator I = child_begin(), E = child_end(); I != E; ++I) {
  /external/clang/include/clang/Analysis/
CallGraph.h 183 static inline ChildIteratorType child_end (NodeType *N) { function in struct:llvm::GraphTraits
196 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:llvm::GraphTraits
CFG.h 870 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
884 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
898 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
912 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 369 static ChildIteratorType child_end(NodeType *Node) { function in struct:llvm::GraphTraits
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 325 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/IR/
Type.h 452 static inline ChildIteratorType child_end(NodeType *N) {
465 static inline ChildIteratorType child_end(NodeType *N) { function in class:llvm::Type
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 453 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
479 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits

Completed in 566 milliseconds