Home
last modified time | relevance | path

Searched defs:repetitions (Results 1 – 4 of 4) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Dbenchmark_api_internal.h37 int repetitions() const { return repetitions_; } in repetitions() function
/llvm-project/third-party/benchmark/test/
H A Dbenchmark_setup_teardown_test.cc109 namespace repetitions { namespace
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1756 std::string repetitions; member
1818 int64_t repetitions; member
/llvm-project/flang/lib/Semantics/
H A Ddata-to-inits.cpp85 auto repetitions{GetValue().repetitions}; in SetRepetitionCount() local