Home
last modified time | relevance | path

Searched refs:roots (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp714 std::vector<TraceDumper::FunctionCallUP> &roots) { in AppendReturnedInstructionToFunctionCallForest() argument
737 new_root->SetUntracedPrefixSegment(std::move(roots.back())); in AppendReturnedInstructionToFunctionCallForest()
738 roots.pop_back(); in AppendReturnedInstructionToFunctionCallForest()
740 roots.emplace_back(std::move(new_root)); in AppendReturnedInstructionToFunctionCallForest()
741 return *roots.back(); in AppendReturnedInstructionToFunctionCallForest()
774 std::vector<TraceDumper::FunctionCallUP> &roots) { in AppendInstructionToFunctionCallForest() argument
777 roots.emplace_back( in AppendInstructionToFunctionCallForest()
779 return *roots.back(); in AppendInstructionToFunctionCallForest()
823 *last_function_call, symbol_info, cursor_sp, roots); in AppendInstructionToFunctionCallForest()
834 *last_function_call, symbol_info, cursor_sp, roots); in AppendInstructionToFunctionCallForest()
[all …]
/freebsd/sys/contrib/openzfs/
H A Dautogen.sh48 roots="$(sed '/Makefile$/!d;/module/d;s:^\s*:./:;s:/Makefile::;/^\.$/d' configure.ac)"
52 for root in $roots; do
59 process_root . $(printf '!\n-path\n%s/*\n' $roots)
/freebsd/crypto/openssl/test/
H A Dcrltest.c259 STACK_OF(X509) *roots = sk_X509_new_null(); in verify()
265 || !TEST_ptr(roots)) in verify()
270 if (!TEST_true(sk_X509_push(roots, root)) in verify()
273 X509_STORE_CTX_set0_trusted_stack(ctx, roots); in verify()
288 sk_X509_pop_free(roots, X509_free); in verify()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp163 const std::vector<StringRef> &roots, in getSearchPaths() argument
171 for (StringRef root : roots) { in getSearchPaths()
190 for (const StringRef &root : roots) { in getSearchPaths()
201 std::vector<StringRef> roots; in getSystemLibraryRoots() local
203 roots.push_back(arg->getValue()); in getSystemLibraryRoots()
205 if (!roots.empty() && roots.back() == "/") in getSystemLibraryRoots()
206 roots.clear(); in getSystemLibraryRoots()
209 if (roots.empty()) in getSystemLibraryRoots()
210 roots.emplace_back(""); in getSystemLibraryRoots()
211 return roots; in getSystemLibraryRoots()
[all …]
H A DDriver.h61 const std::vector<llvm::StringRef> &roots,
H A DDriverUtils.cpp274 const std::vector<StringRef> &roots, in findPathCombination() argument
277 for (StringRef dir : roots) { in findPathCombination()
H A DOptions.td1060 …HelpText<"Unnecessary option: initialization and termination are roots of the dead strip graph, so…
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h
H A DGIMatchTree.cpp
/freebsd/usr.bin/dtc/
H A Dfdt.cc1610 std::vector<node_ptr> &roots, in parse_file() argument
1719 roots.push_back(std::move(n)); in parse_file()
2017 std::vector<node_ptr> roots; in parse_dts() local
2030 parse_file(input, roots, read_header); in parse_dts()
2031 switch (roots.size()) in parse_dts()
2038 root = generate_root(roots[0], fragnum); in parse_dts()
2048 root = generate_root(roots[0], fragnum); in parse_dts()
2055 for (auto i=++(roots.begin()), e=roots.end() ; i!=e ; ++i) in parse_dts()
H A Dfdt.hh917 std::vector<node_ptr> &roots,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp216 PDT.roots(), [&](auto BB) { return !isUniformlyReached(UA, *BB); }); in run()
218 for (BasicBlock *BB : PDT.roots()) { in run()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h74 addr_and_size_t roots; // Pointer to __kmp_root. member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h318 iterator_range<root_iterator> roots() {
321 iterator_range<const_root_iterator> roots() const {
/freebsd/crypto/openssl/doc/man3/
H A DX509_STORE_add_cert.pod51 and validating chains of certificates terminating in trusted roots.
/freebsd/usr.bin/m4/TEST/
H A Dtest.m4108 # some square roots.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp900 AnyUnreachableExit = any_of(PDT.roots(), [](const BasicBlock *E) { in DSEState()
1660 for (BasicBlock *R : PDT.roots()) { in getDomMemoryDef()
/freebsd/contrib/dialog/
H A DCOPYING183 (For example, a function in a library to compute square roots has
188 root function must still compute square roots.)
/freebsd/lib/libc++/
H A DMakefile901 MAT_HEADERS+= roots.h
H A Dlibcxx.imp509 { include: [ "<__math/roots.h>", "private", "<cmath>", "public" ] },
/freebsd/contrib/kyua/
H A DNEWS.md443 directory than where the `Kyuafile` scripts live. See the *Build roots*
/freebsd/crypto/heimdal/doc/
H A Dhx509.texi264 technology advancements saw the inclusion of multiple policy roots,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td2041 list<SDNode> roots = [], list<SDNodeProperty> props = [],
2046 list<SDNode> RootNodes = roots;
/freebsd/contrib/bc/
H A DNEWS.md1134 calculate `n`th roots.
1136 calculate cube roots.

12