Home
last modified time | relevance | path

Searched defs:descendants (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_relax_snode.h47 …ode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVec… in relax_snode()
DSparseLU_heap_relax_snode.h46 …ode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVec… in heap_relax_snode()
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarAST.java356 public static List<Tree> descendants(Tree root){ in descendants() method in GrammarAST
360 public static List<Tree> descendants(Tree root, boolean insertDownUpNodes){ in descendants() method in GrammarAST
393 List<Tree> descendants = descendants(this); in findFirstType() local
/external/perfetto/src/trace_processor/dynamic/
Ddescendant_slice_generator.cc61 auto descendants = GetDescendantSlices(slice, SliceId(start_id)); in ComputeTable() local
Dconnected_flow_generator.cc129 base::Optional<RowMap> descendants = in GoToRelatives() local