/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | ScheduleOrderedAssignments.h | 40 struct Run { struct 49 using Schedule = llvm::SmallVector<Run>; argument
|
/llvm-project/third-party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1387 void Run(State& st) BENCHMARK_OVERRIDE { lambda_(st); } in Run() function 1441 void Run(State& st) BENCHMARK_OVERRIDE { in Run() function 1781 struct BENCHMARK_EXPORT Run { struct 1783 enum RunType { RT_Iteration, RT_Aggregate }; argument 1785 Run() in Run() argument 1808 RunType run_type; argument 1809 std::string aggregate_name; 1810 StatisticUnit aggregate_unit; 1811 std::string report_label; // Empty if not set by benchmark. 1812 internal::Skipped skipped; [all …]
|
/llvm-project/clang/test/Modules/ |
H A D | odr_hash-Friend.cpp | 88 void Run() { in Run() function
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | LinePrinter.cpp | 135 Run() = default; struct 137 Run__anonfbfe9bcc0311::Run Run() argument 138 Block__anonfbfe9bcc0311::Run global() argument 139 ByteLen__anonfbfe9bcc0311::Run global() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | merge-all-constants-references.cpp | 12 void Run() { in Run() function
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | folding.cpp | 18 static void Run() { (..., Test::template Run<T>()); } in Run() function 23 template <typename T> static void Run() { in Run() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | PR20705.cpp | 7 static typename X<decltype(int)>::type Run(){}; // expected-error {{expected '('}} in __anonc70f135e0102() function
|
/llvm-project/third-party/benchmark/test/ |
H A D | register_benchmark_test.cc | 29 typedef benchmark::BenchmarkReporter::Run Run; typedef 151 typedef benchmark::BenchmarkReporter::Run Run; in RunTestOne() typedef 180 typedef benchmark::BenchmarkReporter::Run Run; in RunTestTwo() typedef
|
H A D | time_unit_gtest.cc | 12 void Run(State&) override {} in Run() function in benchmark::internal::__anon5b77605a0111::DummyBenchmark
|
H A D | skip_with_error_test.cc | 33 typedef benchmark::BenchmarkReporter::Run Run; typedef 188 typedef benchmark::BenchmarkReporter::Run Run; in main() typedef
|
/llvm-project/bolt/include/bolt/Rewrite/ |
H A D | BinaryPassManager.h | 39 void registerPass(std::unique_ptr<BinaryFunctionPass> Pass, const bool Run) { in registerPass()
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | OutOfProcessFuzzTarget.cpp | 51 static std::string *Run, *IN, *COV; variable
|
/llvm-project/clang/test/FixIt/ |
H A D | typo-location-bugs.cpp | 45 void Run() { in Run() function in PR20626::C
|
/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
H A D | mini_bench_local.cpp | 12 void Run(int idx) { in Run() function
|
H A D | mini_bench_shared.cpp | 12 void Run(int idx) { in Run() function
|
/llvm-project/lldb/include/lldb/Host/ |
H A D | MainLoopBase.h | 59 virtual Status Run() { llvm_unreachable("Not implemented"); } Run() function
|
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark_api_internal.cc | 92 State BenchmarkInstance::Run( in Run() function in benchmark::internal::BenchmarkInstance
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | MLModelRunnerTest.cpp | 72 void Run() override { R = A + B; } in Run() function in llvm::AdditionAOTModel 78 void Run() override { R = A - B; } in Run() function in llvm::DiffAOTModel 118 void Run() { getModel()->Run(); } in Run() function in llvm::ComposedAOTModel
|
/llvm-project/llvm/unittests/FuzzMutate/ |
H A D | ReservoirSamplerTest.cpp | 36 for (int Run = 0; Run < 3; ++Run) { in TEST() local
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | run.py | 18 class Run(object): global() class
|
/llvm-project/lldb/source/Host/windows/ |
H A D | MainLoopWindows.cpp | 112 Status MainLoopWindows::Run() { Run() function in MainLoopWindows
|
/llvm-project/lldb/examples/python/ |
H A D | performance.py | 178 def Run(self, args): member in TestCase 398 def Run(self, args): member in TesterTestCase
|
/llvm-project/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 301 DAGDeltaAlgorithmImpl::Run() { Run() function in DAGDeltaAlgorithmImpl 349 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, Run() function in DAGDeltaAlgorithm
|
H A D | DeltaAlgorithm.cpp | 102 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) { in Run() function in DeltaAlgorithm
|
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | swapcontext_test.cpp | 51 int Run(int arg, int mode, char *child_stack) { in Run() function
|