Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_lzw_test.cpp20 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 Dspec7.C11 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 DTokenAnalyzer.cpp116 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 DLinePrinter.cpp135 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 Dpiconv.t22 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 Dmini_bench_local.cpp12 void Run(int idx) { in Run() function
21 Run(idx); in Thread()
H A Dmini_bench_shared.cpp12 void Run(int idx) { in Run() function
21 Run(idx); in Thread()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp140 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 DReleaseModeModelRunner.h63 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 Dsanitizer_stackdepot.cpp110 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 DCGRecordLayoutBuilder.cpp400 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 D01_IPC-Cmd.t24 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 DBuildingAJIT4.rst28 **(3) Run through the implementation of addFunctionAST.**
40 # Run
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp132 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 DSarif.cpp294 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 Dqemu-testing.rst76 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 Dutf8_command.txt1 # Run a command including UTF-8 characters.
H A Dfail_with_bad_encoding.txt1 # Run a command that fails with error on stdout.
H A Dfail.txt1 # Run a command that fails with error on stdout.
H A Dfail_with_control_chars.txt1 # Run a command that fails and prints control characters on stdout.
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandlerCursesGUI.h22 void Run() override;
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dheader.sed12 Run "make headers" in your build bfd/ to regenerate. */\
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dheader.sed12 Run "make headers" in your build bfd/ to regenerate. */\
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2003-06-26-Reoptimizer2.txt57 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 DREADME.md1 [![Run Linux CI tasks](https://github.com/libexpat/libexpat/actions/workflows/linux.yml/badge.svg)](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).

12345678910>>...17