Home
last modified time | relevance | path

Searched defs:Run (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1001 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 Dbenchmark.h965 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 DLinePrinter.cpp130 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 Dregister_benchmark_test.cc29 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 Dskip_with_error_test.cc33 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 Dregister_benchmark_test.cc29 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 Dskip_with_error_test.cc33 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 Dbenchmark_api_internal.cc6 State BenchmarkInstance::Run( in Run() function in benchmark::internal::BenchmarkInstance
H A Dstatistics.cc79 typedef BenchmarkReporter::Run Run; in ComputeStats() typedef
H A Dcomplexity.cc157 typedef BenchmarkReporter::Run Run; in ComputeBigO() typedef
H A Dbenchmark_register.cc474 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 Dmini_bench_local.cc12 void Run(int idx) { in Run() function
H A Dmini_bench_shared.cc12 void Run(int idx) { in Run() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Drun.py16 class Run(object): class
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp309 DAGDeltaAlgorithmImpl::Run() { in Run() function in DAGDeltaAlgorithmImpl
358 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run() function in DAGDeltaAlgorithm
H A DDeltaAlgorithm.cpp104 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 DContext.cpp113 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 DTokenAnalyzer.cpp80 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 Dstatistics.cc80 typedef BenchmarkReporter::Run Run; in ComputeStats() typedef
H A Dcomplexity.cc154 typedef BenchmarkReporter::Run Run; in ComputeBigO() typedef
H A Dbenchmark_register.cc453 void FunctionBenchmark::Run(State& st) { func_(st); } in Run() function in benchmark::internal::FunctionBenchmark
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_mir_test_checks.py76 class Run: class
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h468 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 DTypeIndexDiscovery.cpp475 FixedStreamArray<TypeIndex> Run; in resolveTypeIndexReferences() local
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_utils.h214 Run, enumerator

12