Searched defs:child_end (Results 26 - 35 of 35) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSA.h1201 static ChildIteratorType child_end(NodeRef N) { return N->defs_end(); } function in struct:llvm::GraphTraits
1210 static ChildIteratorType child_end(NodeRef N) { return N->user_end(); } function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp141 static ChildIteratorType child_end(const NodeRef &N) { function in struct:__anon3543::SubGraphTraits
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp561 static ChildIteratorType child_end(NodeRef N) { return N->Uses.end(); } function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DComment.h284 child_iterator child_end() const { return nullptr; } function in class:clang::comments::TextComment
336 child_iterator child_end() const { return nullptr; } function in class:clang::comments::InlineCommandComment
462 child_iterator child_end() const { return nullptr; } function in class:clang::comments::HTMLStartTagComment
517 child_iterator child_end() const { return nullptr; } function in class:clang::comments::HTMLEndTagComment
568 child_iterator child_end() const { function in class:clang::comments::ParagraphComment
629 child_iterator child_end() const { function in class:clang::comments::BlockCommandComment
864 child_iterator child_end() const { return nullptr; } function in class:clang::comments::ParamCommandComment::VerbatimBlockLineComment
897 child_iterator child_end() cons function in class:clang::comments::ParamCommandComment::VerbatimBlockComment
951 child_iterator child_end() const { return nullptr; } function in class:clang::comments::ParamCommandComment::VerbatimLineComment
1101 child_iterator child_end() const { function in class:clang::comments::ParamCommandComment::FullComment
[all...]
H A DStmt.h1277 child_iterator child_end() { return children().end(); } function
1280 const_child_iterator child_end() const { return children().end(); } function
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1222 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } function in struct:llvm::GraphTraits
1231 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } function in struct:llvm::GraphTraits
1249 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); } function in struct:llvm::GraphTraits
1261 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); } function in struct:llvm::GraphTraits
H A DSelectionDAGNodes.h3029 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2363 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } function in struct:llvm::GraphTraits
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1777 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::CalleeInfo::AllocationType::GraphTraits
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h508 iterator child_end() { return iterator(Deps.end(), &DepGetVal); } function in struct:llvm::AADepGraphNode
4961 static AACallEdgeIterator child_end(AACallGraphNode *Node) { function in struct:GraphTraits

Completed in 288 milliseconds

12