| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_lzw_test.cpp | 20 void Run(size_t n, Generator gen) { in Run() function 45 this->Run(sz, [&] { return v; }); in TYPED_TEST() 57 this->Run(sz, [&v] { return v++; }); in TYPED_TEST() 69 this->Run(sz, [&] { return v++ % i; }); in TYPED_TEST() 80 this->Run(sz, [&] { in TYPED_TEST()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ |
| H A D | spec7.C | 11 virtual void Run(){}; in Run() function 15 virtual void Run() in Run() function 30 static_cast<B&>(d).Run(); in main()
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | TokenAnalyzer.cpp | 116 for (unsigned Run = 0, RunE = UnwrappedLines.size(); Run + 1 != RunE; ++Run) { in process() local 117 const auto &Lines = UnwrappedLines[Run]; in process() 118 LLVM_DEBUG(llvm::dbgs() << "Run " << Run << "...\n"); in process() 133 llvm::dbgs() << "Replacements for run " << Run << ":\n"; in process()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 135 struct Run { struct 136 Run() = default; 137 explicit Run(uint32_t Block) : Block(Block) {} in Run() argument 143 static std::vector<Run> computeBlockRuns(uint32_t BlockSize, in computeBlockRuns() 145 std::vector<Run> Runs; in computeBlockRuns() 155 Run *CurrentRun = &Runs.back(); in computeBlockRuns() 171 static std::pair<Run, uint64_t> findRun(uint64_t Offset, ArrayRef<Run> Runs) { in findRun() 230 Run FoundRun; in formatMsfStreamData()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/ |
| H A D | piconv.t | 22 eval { require IPC::Run; IPC::Run->VERSION(0.83); 1; } or 23 plan skip_all => 'Win32 environments require IPC::Run 0.83 to complete this test'; 62 IPC::Run->import(qw(run timeout));
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/ |
| H A D | mini_bench_local.cpp | 12 void Run(int idx) { in Run() function 21 Run(idx); in Thread()
|
| H A D | mini_bench_shared.cpp | 12 void Run(int idx) { in Run() function 21 Run(idx); in Thread()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 140 changeset_ty Run(); 301 DAGDeltaAlgorithmImpl::Run() { in Run() function in DAGDeltaAlgorithmImpl 321 changeset_ty CurrentMinSet = Helper.Run(CurrentSet); in Run() 349 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run() function in DAGDeltaAlgorithm 351 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ReleaseModeModelRunner.h | 63 CompiledModel->Run(); in evaluateUntyped() 83 void Run() { llvm_unreachable(NOOP_MODEL_ERRMSG); } in Run() function
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepot.cpp | 110 void Run(); 137 reinterpret_cast<CompressThread *>(arg)->Run(); in NewWorkNotify() 151 void CompressThread::Run() { in Run() function in __sanitizer::__anon18fa72940111::CompressThread
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 400 RecordDecl::field_iterator Run = FieldEnd; in accumulateBitFields() local 410 Run = FieldEnd; in accumulateBitFields() 417 if (Run == FieldEnd || BitOffset >= Tail) { in accumulateBitFields() 418 Run = Field; in accumulateBitFields() 459 if (Run == FieldEnd) { in accumulateBitFields() 465 Run = Field; in accumulateBitFields() 501 for (; Run != Field; ++Run) in accumulateBitFields() 503 MemberInfo::Field, nullptr, *Run)); in accumulateBitFields() 504 Run = FieldEnd; in accumulateBitFields()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/ |
| H A D | 01_IPC-Cmd.t | 24 diag("IPC::Run: $Have_IPC_Run IPC::Open3: $Have_IPC_Open3") 109 $pp_cmd .= " (IPC::Run: $pref->[0] IPC::Open3: $pref->[1])"; 200 diag( "Running config: IPC::Run: $pref->[0] IPC::Open3: $pref->[1]" ) 229 diag( "Running config: IPC::Run: $pref->[0] IPC::Open3: $pref->[1]" ) 244 diag( "Running config: IPC::Run: $pref->[0] IPC::Open3: $pref->[1]" )
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/ |
| H A D | BuildingAJIT4.rst | 28 **(3) Run through the implementation of addFunctionAST.** 40 # Run
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 132 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) in IOHandlerInputComplete() 189 if (llvm::Error e = m_lua->Run(command)) { in ExecuteOneLine() 250 return m_lua->Run(llvm::formatv(fmt_str, debugger_id).str()); in EnterSession() 264 return m_lua->Run(str); in LeaveSession()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | Sarif.cpp | 294 json::Object &Run = getCurrentRun(); in endRun() local 295 json::Array *Artifacts = Run.getArray("artifacts"); in endRun() 406 json::Object &Run = getCurrentRun(); in appendResult() local 407 json::Array *Results = Run.getArray("results"); in appendResult()
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | qemu-testing.rst | 76 Run QEMU Arm or AArch64 system emulation using run-qemu.sh 100 **Example:** Run QEMU Arm or AArch64 system emulation using run-qemu.sh 106 **Example:** Run QEMU with kernel image and qemu binary provided using commandline 136 * Run lldb-server inside QEMU VM
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/ |
| H A D | utf8_command.txt | 1 # Run a command including UTF-8 characters.
|
| H A D | fail_with_bad_encoding.txt | 1 # Run a command that fails with error on stdout.
|
| H A D | fail.txt | 1 # Run a command that fails with error on stdout.
|
| H A D | fail_with_control_chars.txt | 1 # Run a command that fails and prints control characters on stdout.
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | IOHandlerCursesGUI.h | 22 void Run() override;
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | header.sed | 12 Run "make headers" in your build bfd/ to regenerate. */\
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | header.sed | 12 Run "make headers" in your build bfd/ to regenerate. */\
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2003-06-26-Reoptimizer2.txt | 57 2. Run opt -lowerswitch -paths -emitfuncs on the bytecode. 61 3. Run llc to generate SPARC assembly code for the result of step 2. 86 5. Run the resulting binary. You will see output from BinInterface
|
| /openbsd-src/lib/libexpat/ |
| H A D | README.md | 1 [](https://github.com/libexpat/libexpat/actions/workflows/linux.yml) 147 autoconf 2.58 or newer. Run the script like this: 211 1. Run `automake` to re-write `Makefile.in` files:<br/> 222 1. Run `make` (which excludes xmlwf). 224 1. Run `make install` (again, excludes xmlwf).
|