Searched defs:child_end (Results 1 - 24 of 24) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDataFlow.h38 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
H A DCFG.h264 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
278 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
295 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
309 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
/external/clang/include/clang/AST/
H A DStmtGraphTraits.h39 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();
H A DComment.h218 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
866 child_iterator child_end() const { return NULL; } function in class:clang::comments::VerbatimBlockLineComment
899 child_iterator child_end() cons function in class:clang::comments::VerbatimBlockComment
953 child_iterator child_end() const { return NULL; } function in class:clang::comments::VerbatimLineComment
1100 child_iterator child_end() const { function in class:clang::comments::FullComment
[all...]
H A DStmt.h415 child_iterator child_end() { return children().second; } function in class:clang::Stmt
418 const_child_iterator child_end() const { return children().second; } function in class:clang::Stmt
/external/llvm/include/llvm/ADT/
H A DGraphTraits.h37 // 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/unittests/ADT/
H A DSCCIteratorTest.cpp226 /// 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/clang/lib/AST/
H A DComment.cpp56 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/llvm/include/llvm/Analysis/
H A DInterval.h134 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
H A DCallGraph.h322 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
H A DLoopInfo.h154 SE = BlockTraits::child_end(BB); SI != SE; ++SI) {
170 E = InvBlockTraits::child_end(H); I != E; ++I)
707 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
720 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
H A DDominators.h242 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/
H A DMachineDominators.h191 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
H A DMachineLoopInfo.h170 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
H A DMachineBasicBlock.h684 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
697 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
717 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
731 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
H A DScheduleDAG.h656 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
H A DSelectionDAGNodes.h1836 static inline ChildIteratorType child_end(NodeType *N) { function in struct:GraphTraits
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h180 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
/external/clang/include/clang/Analysis/
H A DCallGraph.h183 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
H A DCFG.h875 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
889 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
903 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
917 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
/external/clang/lib/Serialization/
H A DModuleManager.cpp413 static ChildIteratorType child_end(NodeType *Node) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/IR/
H A DType.h454 static inline ChildIteratorType child_end(NodeType *N) {
467 static inline ChildIteratorType child_end(NodeType *N) { function in class:llvm::Type
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h457 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
483 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp388 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits

Completed in 2093 milliseconds