Home
last modified time | relevance | path

Searched refs:Runs (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp145 std::vector<Run> Runs; in computeBlockRuns() local
147 return Runs; in computeBlockRuns()
153 Runs.emplace_back(CurrentBlock); in computeBlockRuns()
155 Run *CurrentRun = &Runs.back(); in computeBlockRuns()
158 Runs.emplace_back(NextBlock); in computeBlockRuns()
159 CurrentRun = &Runs.back(); in computeBlockRuns()
168 return Runs; in computeBlockRuns()
171 static std::pair<Run, uint64_t> findRun(uint64_t Offset, ArrayRef<Run> Runs) { in findRun() argument
172 for (const auto &R : Runs) { in findRun()
223 auto Runs = computeBlockRuns(File.getBlockSize(), Stream); in formatMsfStreamData() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp251 assert(!Runs.empty() && "There are no runs associated with the document!"); in getCurrentTool()
253 return *Runs.back().getAsObject()->get("tool")->getAsObject(); in getCurrentTool()
270 assert(!Runs.empty() && "There are no runs associated with the document!"); in endRun()
364 Runs.emplace_back(std::move(TheRun)); in createRun()
375 assert(!Runs.empty() && "There are no runs associated with the document!"); in getCurrentRun()
376 return *Runs.back().getAsObject(); in getCurrentRun()
421 if (!Runs.empty()) in createDocument()
422 Doc["runs"] = json::Array(Runs); in createDocument()
/freebsd/secure/caroot/
H A DREADME31 Runs a perl script (MAca-bundle.pl) on the downloaded certdata.txt
/freebsd/contrib/byacc/
H A Dvmsbuild.com180 $! Runs BYACC from the current directory (used for testing)
/freebsd/contrib/llvm-project/lldb/docs/man/
H A Dlldb-server.rst36 Runs the server using the gdb-remote protocol. LLDB can afterwards
41 Runs the platform server. LLDB can afterwards connect to the server using
H A Dlldb.rst224 Runs lldb in REPL mode with a stub process with the given flags.
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DOptions.td68 HelpText<"Runs lldb in REPL mode with a stub process.">,
76 HelpText<"Runs lldb in REPL mode with a stub process with the given flags.">,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSarif.h493 llvm::json::Array Runs; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp856 int Runs = std::max(1, Flags.runs); in FuzzerDriver() local
858 Inputs->size(), Runs); in FuzzerDriver()
862 for (int Iter = 0; Iter < Runs; Iter++) in FuzzerDriver()
/freebsd/crypto/openssl/
H A DREADME-FIPS.md72 - Runs the FIPS module self tests
/freebsd/contrib/atf/atf-sh/
H A Dlibatf-sh.subr596 # Runs the specified test case. Prints its exit status to the
/freebsd/contrib/googletest/docs/
H A Dadvanced.md1865 * `./foo_test --gtest_filter=FooTest.*` Runs everything in test suite
1867 * `./foo_test --gtest_filter=*Null*:*Constructor*` Runs any test whose full
1869 * `./foo_test --gtest_filter=-*DeathTest.*` Runs all non-death tests.
1870 * `./foo_test --gtest_filter=FooTest.*-FooTest.Bar` Runs everything in test
1872 * `./foo_test --gtest_filter=FooTest.*:BarTest.*-FooTest.Bar:BarTest.Foo` Runs
H A Dprimer.md356 * Runs the test on the fixture object.
/freebsd/contrib/diff/doc/
H A Ddiff.texi2626 * Dry Runs:: Predicting what @command{patch} will do.
2738 @node Dry Runs
4147 any files. @xref{Dry Runs}.