reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

benchmarks/DummyYAML.cpp
    6   for (auto _ : state) {
tools/clang/tools/extra/clangd/benchmarks/IndexBenchmark.cpp
   71   for (auto _ : State)
   80   for (auto _ : State)
utils/benchmark/include/benchmark/benchmark.h
  689   typedef Value value_type;
  690   typedef Value reference;
  691   typedef Value pointer;
  705   Value operator*() const { return Value(); }