reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
projects/compiler-rt/test/builtins/Unit/unorddf2vfp_test.c
    1 // RUN: %clang_builtins %s %librt -o %t && %run %t
    2 // REQUIRES: librt_has_unorddf2vfp
    3 
projects/compiler-rt/test/builtins/Unit/unordsf2vfp_test.c
    1 // RUN: %clang_builtins %s %librt -o %t && %run %t
    2 // REQUIRES: librt_has_unordsf2vfp
    3 
utils/benchmark/include/benchmark/benchmark.h
  439   //
  440   // REQUIRES: The benchmark has not started running yet. Neither begin nor end
  441   // have been called previously.
utils/benchmark/include/benchmark/benchmark.h
  463 
  464   // REQUIRES: timer is running and 'SkipWithError(...)' has not been called
  465   //           by the current thread.
utils/benchmark/include/benchmark/benchmark.h
  479 
  480   // REQUIRES: timer is not running and 'SkipWithError(...)' has not been called
  481   //           by the current thread.
utils/benchmark/include/benchmark/benchmark.h
  490 
  491   // REQUIRES: 'SkipWithError(...)' has not been called previously by the
  492   //            current thread.
utils/benchmark/include/benchmark/benchmark.h
  816   // option overrides the `benchmark_min_time` flag.
  817   // REQUIRES: `t > 0` and `Iterations` has not been called on this benchmark.
  818   Benchmark* MinTime(double t);
utils/benchmark/include/benchmark/benchmark.h
  820   // Specify the amount of iterations that should be run by this benchmark.
  821   // REQUIRES: 'n > 0' and `MinTime` has not been called on this benchmark.
  822   //
utils/benchmark/include/benchmark/benchmark.h
 1379   // 'context'.
 1380   // REQUIRES: 'out' is non-null.
 1381   static void PrintBasicContext(std::ostream* out, Context const& context);
utils/benchmark/src/thread_timer.h
   35 
   36   // REQUIRES: timer is not running
   37   double real_time_used() {
utils/benchmark/src/thread_timer.h
   41 
   42   // REQUIRES: timer is not running
   43   double cpu_time_used() {
utils/benchmark/src/thread_timer.h
   47 
   48   // REQUIRES: timer is not running
   49   double manual_time_used() {