| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 145 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 D | Sarif.cpp | 252 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 D | common_test.cpp | 78 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 D | test_installed | 62 Runs the testsuite for an installed version of gcc/g++/g77/objc
|
| /openbsd-src/gnu/llvm/lldb/docs/man/ |
| H A D | lldb-server.rst | 36 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 D | lldb.rst | 224 Runs lldb in REPL mode with a stub process with the given flags.
|
| /openbsd-src/gnu/llvm/lldb/tools/driver/ |
| H A D | Options.td | 68 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 D | Sarif.h | 493 llvm::json::Array Runs; variable
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDriver.cpp | 853 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 D | gcov.texi | 295 -: 0:Runs:1 323 -: 0:Runs:1 382 -: 0:Runs:1
|
| H A D | gcc.info | 26122 -: 0:Runs:1 26148 -: 0:Runs:1 26202 -: 0:Runs:1
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | TestingLibcxx.rst | 177 $ ./algorithms.libcxx.out # Runs all the benchmarks
|
| /openbsd-src/games/cribbage/ |
| H A D | cribbage.n | 105 cards, pegs 1 for each card in the run. Runs depend on
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | configure.in | 40 # Runs configure.target, finds CC, CXX and assorted other critical bits.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlre.pod | 671 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 D | perl5320delta.pod | 101 See L<perlre/Script Runs>. Use of these no longer generates a warning;
|
| H A D | perl5004delta.pod | 883 CPAN::Nox Runs CPAN while avoiding compiled extensions
|
| H A D | perl5280delta.pod | 80 See L<perlre/Script Runs>.
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
| H A D | perlxs.pod | 1549 Runs the supplied command and includes its output into the current XS
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | ChangeLog.46 | 9864 * emacs/texnfo-tex.el (texinfo-tex-start-shell): Runs "/bin/sh" so
|