Home
last modified time | relevance | path

Searched refs:leafs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libxo/doc/
H A Dencoders.rst95 set of `leafs` ("sku", "name", etc).
142 The `leafs` Option
147 any order (though libxo forces key leafs to appear before other
148 leafs).
151 set of leafs must be selected from each list item. By default, the
152 CSV encoder records the set of leafs that appear in the first list
153 instance it processes, and extract only those leafs from future
158 The "leafs" option can also be used to exclude leafs, limiting the
159 output to only those leafs provided.
162 the leafs are listed. "leafs=one.two" and "leafs=two.one" give
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h109 for (auto &leaf : leafs) { in ConstructDecompositionT()
129 leafs, [&](const LeafReprInternal &leaf) { return leaf.id == dirId; }); in findDirective()
130 return found != leafs.end() ? &*found : nullptr; in findDirective()
248 ListT<LeafReprInternal> leafs; member
379 auto unique = detail::find_unique(leafs, [=](const auto &leaf) { in applyToUnique()
383 if (unique != leafs.end()) { in applyToUnique()
412 return applyToFirst(node, llvm::reverse(leafs)); in applyToInnermost()
419 return applyToFirst(node, llvm::iterator_range(leafs)); in applyToOutermost()
427 for (auto &leaf : leafs) { in applyIf()
474 if (!leafs.empty()) { in applyClause()
[all …]
/freebsd/contrib/libxo/tests/core/
H A DMakefile.am126 ( fmt=Ecsv3; csv=@csv:path=item:leafs=sku.sold:no-quotes ; \