Home
last modified time | relevance | path

Searched defs:collectLeaves (Results 1 – 21 of 21) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/comparator/tests/
H A DDeltaTestSetup.java77 protected IDelta[] collectLeaves(IDelta delta) { in collectLeaves() method in DeltaTestSetup
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/compression/
H A DHuffmanNode.java144 void collectLeaves(int tag, int tagLength, Collection collection) { in collectLeaves() method in HuffmanNode
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/compression/
H A DHuffmanNode.java144 void collectLeaves(int tag, int tagLength, Collection collection) { in collectLeaves() method in HuffmanNode
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/
H A DTreeNode.scala166 def collectLeaves(): Seq[BaseType] = { method
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp378 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp378 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86PartialReduction.cpp378 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp378 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves() function
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86PartialReduction.cpp378 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp378 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp378 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp378 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp378 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp378 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp378 static void collectLeaves(Value *Root, SmallVectorImpl<Instruction *> &Leaves) { in collectLeaves() function
/dports/graphics/py-gvgen/gvgen-1.0/
H A Dgvgen.py227 def collectLeaves(self, parent): member in GvGen
/dports/biology/seqan1/seqan-1.3.1/seqan/graph_types/
H A Dgraph_impl_tree.h1079 collectLeaves(Graph<Tree<TCargo, TSpec> > const& g, in collectLeaves() function
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/graph_types/
H A Dgraph_impl_tree.h1066 collectLeaves(Graph<Tree<TCargo, TSpec> > const& g, in collectLeaves() function
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/graph_types/
H A Dgraph_impl_tree.h1066 collectLeaves(Graph<Tree<TCargo, TSpec> > const& g, in collectLeaves() function
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/graph_types/
H A Dgraph_impl_tree.h1098 collectLeaves(Graph<Tree<TCargo, TSpec> > const& g, in collectLeaves() function
/dports/cad/fritzing/fritzing-app-0.9.2b/src/utils/
H A Dtextutils.cpp860 void TextUtils::collectLeaves(QDomElement & element, int & index, QVector<QDomElement> & leaves) { in collectLeaves() function in TextUtils
875 void TextUtils::collectLeaves(QDomElement & element, QList<QDomElement> & leaves) { in collectLeaves() function in TextUtils