Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSarif.cpp252 assert(!Runs.empty() && "There are no runs associated with the document!"); in getCurrentTool()
254 return *Runs.back().getAsObject()->get("tool")->getAsObject(); in getCurrentTool()
271 assert(!Runs.empty() && "There are no runs associated with the document!"); in endRun()
362 Runs.emplace_back(std::move(TheRun)); in createRun()
373 assert(!Runs.empty() && "There are no runs associated with the document!"); in getCurrentRun()
374 return *Runs.back().getAsObject(); in getCurrentRun()
419 if (!Runs.empty()) in createDocument()
420 Doc["runs"] = json::Array(Runs); in createDocument()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcommon_test.cpp78 constexpr size_t Runs = 10; in TEST() local
83 std::vector<std::unique_ptr<char[]>> Allocs(Runs); in TEST()
/openbsd-src/gnu/usr.bin/gcc/contrib/
H A Dtest_installed62 Runs the testsuite for an installed version of gcc/g++/g77/objc
/openbsd-src/gnu/llvm/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.
/openbsd-src/gnu/llvm/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.">,
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSarif.h493 llvm::json::Array Runs; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp853 int Runs = std::max(1, Flags.runs); in FuzzerDriver() local
855 Inputs->size(), Runs); in FuzzerDriver()
859 for (int Iter = 0; Iter < Runs; Iter++) in FuzzerDriver()
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgcov.texi295 -: 0:Runs:1
323 -: 0:Runs:1
382 -: 0:Runs:1
H A Dgcc.info26122 -: 0:Runs:1
26148 -: 0:Runs:1
26202 -: 0:Runs:1
/openbsd-src/gnu/llvm/libcxx/docs/
H A DTestingLibcxx.rst177 $ ./algorithms.libcxx.out # Runs all the benchmarks
/openbsd-src/games/cribbage/
H A Dcribbage.n105 cards, pegs 1 for each card in the run. Runs depend on
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dconfigure.in40 # Runs configure.target, finds CC, CXX and assorted other critical bits.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlre.pod671 that enforced script runs (L</Script Runs>) would prevent that
740 the pattern uses L<C<(*script_run: ...)>|/Script Runs>
2654 =head2 Script Runs
H A Dperl5320delta.pod101 See L<perlre/Script Runs>. Use of these no longer generates a warning;
H A Dperl5004delta.pod883 CPAN::Nox Runs CPAN while avoiding compiled extensions
H A Dperl5280delta.pod80 See L<perlre/Script Runs>.
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/
H A Dperlxs.pod1549 Runs the supplied command and includes its output into the current XS
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.469864 * emacs/texnfo-tex.el (texinfo-tex-start-shell): Runs "/bin/sh" so