Home
last modified time | relevance | path

Searched defs:child_end (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/ptr_container/test/
Dtree_test.cpp204 inline tree::iterator tree::child_end() in child_end() function in tree
209 inline tree::const_iterator tree::child_end() const in child_end() function in tree
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCFGDiff.h196 static ChildIteratorType child_end(NodeRef N) { in child_end() function
250 static ChildIteratorType child_end(NodeRef N) { in child_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineDominators.h265 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopIterator.h84 static ChildIteratorType child_end(NodeRef Node) { in child_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp101 static ChildIteratorType child_end(const NodeRef N) { return N->succ_end(); } in child_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp112 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } in child_end() function
DBlockFrequencyInfoImpl.cpp673 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } in child_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchive.cpp791 Archive::child_iterator Archive::child_end() const { in child_end() function in Archive
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp428 static ChildIteratorType child_end(NodeRef N) { return N->Uses.end(); } in child_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1764 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } in child_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2262 static ChildIteratorType child_end(NodeRef N) { in child_end() function