/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Comment.h | 277 child_iterator child_begin() const { return nullptr; } in child_begin() function 336 child_iterator child_begin() const { return nullptr; } in child_begin() function 468 child_iterator child_begin() const { return nullptr; } in child_begin() function 523 child_iterator child_begin() const { return nullptr; } in child_begin() function 572 child_iterator child_begin() const { in child_begin() function 642 child_iterator child_begin() const { in child_begin() function 879 child_iterator child_begin() const { return nullptr; } in child_begin() function 910 child_iterator child_begin() const { in child_begin() function 966 child_iterator child_begin() const { return nullptr; } in child_begin() function 1111 child_iterator child_begin() const { in child_begin() function
|
H A D | Stmt.h | 1256 child_iterator child_begin() { return children().begin(); } in child_begin() function 1259 const_child_iterator child_begin() const { return children().begin(); } in child_begin() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LoopIterator.h | 76 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineDominators.h | 254 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } in child_begin() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 99 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Comment.cpp | 82 Comment::child_iterator Comment::child_begin() const { in child_begin() function in clang::comments::Comment
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 110 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function
|
H A D | BlockFrequencyInfoImpl.cpp | 689 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); } in child_begin() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ModuleManager.cpp | 496 static ChildIteratorType child_begin(NodeRef Node) { in child_begin() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 180 iterator child_begin() { return iterator(Deps.begin(), &DepGetVal); } in child_begin() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | Archive.cpp | 771 Archive::child_iterator Archive::child_begin(Error &Err, in child_begin() function in Archive
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 138 static ChildIteratorType child_begin(const NodeRef &N) { in child_begin() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 438 static ChildIteratorType child_begin(NodeRef N) { return N->Uses.begin(); } in child_begin() function
|
H A D | Attributor.cpp | 2494 static ChildIteratorType child_begin(NodeRef N) { return N->child_begin(); } in child_begin() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 2091 static ChildIteratorType child_begin(const NodeRef N) { in child_begin() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 2484 static ChildIteratorType child_begin(NodeRef N) { in child_begin() function
|