/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/ |
H A D | benchmark.h | 1001 virtual void Run(State& st) { lambda_(st); } in Run() function 1053 virtual void Run(State& st) { in Run() function 1321 struct Run { struct 1322 enum RunType { RT_Iteration, RT_Aggregate }; argument 1324 Run() in Run() function 1344 RunType run_type; // is this a measurement, or an aggregate? argument 1345 std::string aggregate_name; 1346 std::string report_label; // Empty if not set by benchmark. 1347 bool error_occurred; 1348 std::string error_message; [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/ |
H A D | benchmark.h | 965 virtual void Run(State& st) { lambda_(st); } in Run() function 1016 virtual void Run(State& st) { in Run() function 1271 struct Run { struct 1272 Run() in Run() function 1288 std::string benchmark_name; 1289 std::string report_label; // Empty if not set by benchmark. 1290 bool error_occurred; 1291 std::string error_message; 1293 int64_t iterations; 1294 TimeUnit time_unit; [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | LinePrinter.cpp | 130 struct Run { struct 132 explicit Run(uint32_t Block) : Block(Block) {} in Run() function 133 uint32_t Block = 0; 134 uint32_t ByteLen = 0;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
H A D | register_benchmark_test.cc | 29 typedef benchmark::BenchmarkReporter::Run Run; typedef 139 typedef benchmark::BenchmarkReporter::Run Run; in RunTestOne() typedef 168 typedef benchmark::BenchmarkReporter::Run Run; in RunTestTwo() typedef
|
H A D | skip_with_error_test.cc | 33 typedef benchmark::BenchmarkReporter::Run Run; typedef 178 typedef benchmark::BenchmarkReporter::Run Run; in main() typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
H A D | register_benchmark_test.cc | 29 typedef benchmark::BenchmarkReporter::Run Run; typedef 137 typedef benchmark::BenchmarkReporter::Run Run; in RunTestOne() typedef 166 typedef benchmark::BenchmarkReporter::Run Run; in RunTestTwo() typedef
|
H A D | skip_with_error_test.cc | 33 typedef benchmark::BenchmarkReporter::Run Run; typedef 181 typedef benchmark::BenchmarkReporter::Run Run; in main() typedef
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | benchmark_api_internal.cc | 6 State BenchmarkInstance::Run( in Run() function in benchmark::internal::BenchmarkInstance
|
H A D | statistics.cc | 79 typedef BenchmarkReporter::Run Run; in ComputeStats() typedef
|
H A D | complexity.cc | 157 typedef BenchmarkReporter::Run Run; in ComputeBigO() typedef
|
H A D | benchmark_register.cc | 474 void FunctionBenchmark::Run(State& st) { func_(st); } in Run() function in benchmark::internal::FunctionBenchmark
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/ |
H A D | mini_bench_local.cc | 12 void Run(int idx) { in Run() function
|
H A D | mini_bench_shared.cc | 12 void Run(int idx) { in Run() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | run.py | 16 class Run(object): class
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 309 DAGDeltaAlgorithmImpl::Run() { in Run() function in DAGDeltaAlgorithmImpl 358 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run() function in DAGDeltaAlgorithm
|
H A D | DeltaAlgorithm.cpp | 104 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) { in Run() function in DeltaAlgorithm
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Context.cpp | 113 bool Context::Run(State &Parent, Function *Func, APValue &Result) { in Run() function in Context
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | TokenAnalyzer.cpp | 80 for (unsigned Run = 0, RunE = UnwrappedLines.size(); Run + 1 != RunE; ++Run) { in process() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | statistics.cc | 80 typedef BenchmarkReporter::Run Run; in ComputeStats() typedef
|
H A D | complexity.cc | 154 typedef BenchmarkReporter::Run Run; in ComputeBigO() typedef
|
H A D | benchmark_register.cc | 453 void FunctionBenchmark::Run(State& st) { func_(st); } in Run() function in benchmark::internal::FunctionBenchmark
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | update_mir_test_checks.py | 76 class Run: class
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 468 static OutIter Run(Func f, const Tuple& t, OutIter out) { in Run() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.cpp | 475 FixedStreamArray<TypeIndex> Run; in resolveTypeIndexReferences() local
|
/netbsd-src/external/bsd/am-utils/dist/include/ |
H A D | am_utils.h | 214 Run, enumerator
|