| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Comment.h | 284 child_iterator child_end() const { return nullptr; } in child_end() function 336 child_iterator child_end() const { return nullptr; } in child_end() function 462 child_iterator child_end() const { return nullptr; } in child_end() function 517 child_iterator child_end() const { return nullptr; } in child_end() function 568 child_iterator child_end() const { in child_end() function 629 child_iterator child_end() const { in child_end() function 864 child_iterator child_end() const { return nullptr; } in child_end() function 897 child_iterator child_end() const { in child_end() function 951 child_iterator child_end() const { return nullptr; } in child_end() function 1101 child_iterator child_end() const { in child_end() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | GenericCycleInfo.h | 160 const_child_iterator child_end() const { in child_end() function 321 static ChildIteratorType child_end(NodeRef Ref) { return Ref->child_end(); } in child_end() function
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | TestGraph.h | 229 static ChildIterator child_end(NodeType *Parent) { in child_end() function
|
| H A D | DirectedGraphTest.cpp | 72 static ChildIteratorType child_end(NodeRef N) { in child_end() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopIterator.h | 84 static ChildIteratorType child_end(NodeRef Node) { in child_end() function
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineDominators.h | 266 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineBlockFrequencyInfo.cpp | 103 static ChildIteratorType child_end(const NodeRef N) { return N->succ_end(); } in child_end() function
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Comment.cpp | 96 Comment::child_iterator Comment::child_end() const { in child_end() function in clang::comments::Comment
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfo.cpp | 113 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } in child_end() function
|
| H A D | BlockFrequencyInfoImpl.cpp | 703 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } in child_end() function
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 493 static ChildIteratorType child_end(NodeRef Node) { in child_end() function
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | Archive.cpp | 957 Archive::child_iterator Archive::child_end() const { in child_end() function in Archive
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 138 static ChildIteratorType child_end(const NodeRef &N) { in child_end() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 648 static ChildIteratorType child_end(NodeRef N) { return N->Uses.end(); } in child_end() function
|
| H A D | Attributor.cpp | 3449 static ChildIteratorType child_end(NodeRef N) { return N->child_end(); } in child_end() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 2030 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } in child_end() function
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1759 static ChildIteratorType child_end(NodeRef N) { return N->children_end(); } in child_end() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 3283 static ChildIteratorType child_end(NodeRef N) { in child_end() function
|