Searched defs:child_begin (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtGraphTraits.h30 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
56 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInterval.h126 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } function in struct:llvm::GraphTraits
135 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } function in struct:llvm::GraphTraits
H A DCallGraph.h437 static ChildIteratorType child_begin(NodeRef N) { function in struct:GraphTraits
458 static ChildIteratorType child_begin(NodeRef N) { function in struct:GraphTraits
H A DLoopIterator.h76 static ChildIteratorType child_begin(NodeRef Node) { function in struct:llvm::LoopBodyTraits
H A DDDG.h485 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::DDGEdge::GraphTraits
525 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::DDGEdge::GraphTraits
H A DLazyCallGraph.h1261 static ChildIteratorType child_begin(NodeRef N) { return (*N)->begin(); } function in struct:llvm::LazyCallGraph::GraphTraits
1269 static ChildIteratorType child_begin(NodeRef N) { return (*N)->begin(); } function in struct:llvm::LazyCallGraph::GraphTraits
H A DLoopInfo.h1194 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } function in struct:llvm::GraphTraits
1203 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } function in struct:llvm::GraphTraits
H A DMemorySSA.h1156 static ChildIteratorType child_begin(NodeRef N) { return N->defs_begin(); } function in struct:llvm::GraphTraits
1165 static ChildIteratorType child_begin(NodeRef N) { return N->user_begin(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h181 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } function in struct:llvm::GraphTraits
190 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } function in struct:llvm::GraphTraits
H A DMachineDominators.h255 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } function in struct:llvm::MachineDomTreeGraphTraitsBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h199 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } function in struct:llvm::DomTreeGraphTraitsBase
H A DCFG.h304 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } function in struct:llvm::GraphTraits
314 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); } function in struct:llvm::GraphTraits
328 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } function in struct:llvm::GraphTraits
337 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp82 Comment::child_iterator Comment::child_begin() const { function in class:clang::comments::Comment
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGDiff.h231 static auto child_begin(NodeRef N) { function in struct:llvm::CFGViewChildren
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h355 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h249 static ChildIteratorType child_begin(NodeType *N) { return N->begin(); } function in struct:llvm::GraphTraits
259 static ChildIteratorType child_begin(NodeType *N) { return N->begin();} function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp97 static ChildIteratorType child_begin(const NodeRef N) { function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp425 static ChildIteratorType child_begin(NodeRef N) { return N->Uses.begin(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp108 static ChildIteratorType child_begin(const NodeRef N) { function in struct:llvm::GraphTraits
H A DBlockFrequencyInfoImpl.cpp687 static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp475 static ChildIteratorType child_begin(NodeRef Node) { function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h524 static ChildIteratorType child_begin(NodeRef N) { function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp771 Archive::child_iterator Archive::child_begin(Error &Err, function in class:Archive
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h415 static ChildIteratorType child_begin(NodeRef N) { function
/freebsd-13-stable/usr.bin/dtc/
H A Dfdt.hh565 inline child_iterator child_begin() function in class:dtc::fdt::node

Completed in 186 milliseconds

12