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

12

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtGraphTraits.h35 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
61 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInterval.h127 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } function in struct:llvm::GraphTraits
136 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); } function in struct:llvm::GraphTraits
H A DCallGraph.h441 static ChildIteratorType child_end(NodeRef N) { function in struct:GraphTraits
462 static ChildIteratorType child_end(NodeRef N) { function in struct:GraphTraits
H A DLoopIterator.h84 static ChildIteratorType child_end(NodeRef Node) { function in struct:llvm::LoopBodyTraits
H A DDDG.h488 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::DDGEdge::GraphTraits
528 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::DDGEdge::GraphTraits
H A DLazyCallGraph.h1262 static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); } function in struct:llvm::LazyCallGraph::GraphTraits
1270 static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); } function in struct:llvm::LazyCallGraph::GraphTraits
H A DLoopInfo.h1195 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::GraphTraits
1204 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::GraphTraits
H A DMemorySSA.h1157 static ChildIteratorType child_end(NodeRef N) { return N->defs_end(); } function in struct:llvm::GraphTraits
1166 static ChildIteratorType child_end(NodeRef N) { return N->user_end(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h182 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::GraphTraits
191 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::GraphTraits
H A DMachineDominators.h256 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::MachineDomTreeGraphTraitsBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h200 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::DomTreeGraphTraitsBase
H A DCFG.h305 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } function in struct:llvm::GraphTraits
315 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } function in struct:llvm::GraphTraits
329 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); } function in struct:llvm::GraphTraits
338 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp96 Comment::child_iterator Comment::child_end() const { function in class:clang::comments::Comment
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGDiff.h235 static auto child_end(NodeRef N) { function in struct:llvm::CFGViewChildren
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h356 static ChildIteratorType child_end(NodeRef N) { return N->end(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h250 static ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:llvm::GraphTraits
260 static ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp101 static ChildIteratorType child_end(const NodeRef N) { return N->succ_end(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp426 static ChildIteratorType child_end(NodeRef N) { return N->Uses.end(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp112 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } function in struct:llvm::GraphTraits
H A DBlockFrequencyInfoImpl.cpp688 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp479 static ChildIteratorType child_end(NodeRef Node) { function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h530 static ChildIteratorType child_end(NodeRef N) { function in struct:llvm::GraphTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp787 Archive::child_iterator Archive::child_end() const { function in class:Archive
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h418 static ChildIteratorType child_end(NodeRef N) { function
/freebsd-13-stable/usr.bin/dtc/
H A Dfdt.hh572 inline child_iterator child_end() function in class:dtc::fdt::node

Completed in 174 milliseconds

12