Searched defs:child_end (Results 1 - 25 of 30) sorted by last modified time

12

/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/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/include/llvm/Analysis/
H A DCallGraph.h412 static inline ChildIteratorType child_end(NodeType *N) { function in struct:GraphTraits
427 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:GraphTraits
H A DInterval.h131 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
143 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
H A DLazyCallGraph.h521 static ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:llvm::GraphTraits
529 static ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:llvm::GraphTraits
H A DLoopInfo.h158 SE = BlockTraits::child_end(BB); SI != SE; ++SI) {
174 E = InvBlockTraits::child_end(H); I != E; ++I)
241 E = InvBlockTraits::child_end(H); I != E; ++I)
761 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
774 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h711 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
724 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
744 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
758 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
H A DMachineDominators.h191 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
H A DMachineLoopInfo.h171 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
184 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
H A DScheduleDAG.h670 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::SUnit::GraphTraits
H A DSelectionDAGNodes.h1988 static inline ChildIteratorType child_end(NodeType *N) { function in struct:GraphTraits
/external/llvm/include/llvm/IR/
H A DCFG.h282 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
296 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
313 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
327 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
H A DDominators.h127 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
H A DType.h452 static inline ChildIteratorType child_end(NodeType *N) {
465 static inline ChildIteratorType child_end(NodeType *N) { function in class:llvm::Type
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp63 static ChildIteratorType child_end(const NodeType *N) { function in struct:llvm::GraphTraits
H A DBlockFrequencyInfoImpl.cpp585 static ChildIteratorType child_end(NodeType *N) { return N->succ_end(); } function in struct:llvm::GraphTraits
/external/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp67 static ChildIteratorType child_end(const NodeType *N) { function in struct:llvm::GraphTraits
/external/llvm/lib/Object/
H A DArchive.cpp135 if (Parent->StringTable == Parent->child_end()
198 : Binary(Binary::ID_Archive, std::move(Source)), SymbolTable(child_end()) {
208 child_iterator e = child_end();
316 return child_end();
326 Archive::child_iterator Archive::child_end() const { function in class:Archive
497 return child_end();
501 return child_end();
505 return SymbolTable != child_end();
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp391 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
/external/clang/lib/Serialization/
H A DModuleManager.cpp432 static ChildIteratorType child_end(NodeType *Node) { function in struct:llvm::GraphTraits
/external/clang/include/clang/AST/
H A DComment.h229 child_iterator child_end() const;
234 return child_end() - child_begin();
283 child_iterator child_end() const { return nullptr; } function in class:clang::comments::TextComment
341 child_iterator child_end() const { return nullptr; } function in class:clang::comments::InlineCommandComment
474 child_iterator child_end() const { return nullptr; } function in class:clang::comments::HTMLStartTagComment
529 child_iterator child_end() const { return nullptr; } function in class:clang::comments::HTMLEndTagComment
580 child_iterator child_end() const { function in class:clang::comments::ParagraphComment
650 child_iterator child_end() const { function in class:clang::comments::BlockCommandComment
885 child_iterator child_end() const { return nullptr; } function in class:clang::comments::ParamCommandComment::VerbatimBlockLineComment
918 child_iterator child_end() cons function in class:clang::comments::ParamCommandComment::VerbatimBlockComment
972 child_iterator child_end() const { return nullptr; } function in class:clang::comments::ParamCommandComment::VerbatimLineComment
1119 child_iterator child_end() const { function in class:clang::comments::ParamCommandComment::FullComment
[all...]
H A DStmt.h417 child_iterator child_end() { return children().second; } function in class:clang::Stmt
420 const_child_iterator child_end() const { return children().second; } function in class:clang::Stmt
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();
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h181 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
/external/clang/include/clang/Analysis/
H A DCFG.h1012 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
1026 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
1040 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
1054 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits

Completed in 2247 milliseconds

12