HomeSort by relevance Sort by last modified time
    Searched defs:BENCHMARK_GCC_VERSION (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
macros.h 63 #define BENCHMARK_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
  /external/google-benchmark/include/benchmark/
benchmark.h 239 #define BENCHMARK_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
922 (!defined(BENCHMARK_GCC_VERSION) || BENCHMARK_GCC_VERSION >= 409)
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 239 #define BENCHMARK_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
922 (!defined(BENCHMARK_GCC_VERSION) || BENCHMARK_GCC_VERSION >= 409)
    [all...]

Completed in 83 milliseconds