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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
macros.h 33 #define BENCHMARK_ALWAYS_INLINE __attribute__((always_inline))
38 #define BENCHMARK_ALWAYS_INLINE __forceinline
49 #define BENCHMARK_ALWAYS_INLINE
  /external/google-benchmark/include/benchmark/
benchmark.h 205 #define BENCHMARK_ALWAYS_INLINE __attribute__((always_inline))
210 #define BENCHMARK_ALWAYS_INLINE __forceinline
221 #define BENCHMARK_ALWAYS_INLINE
305 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
316 inline BENCHMARK_ALWAYS_INLINE void ClobberMemory() {
321 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
326 inline BENCHMARK_ALWAYS_INLINE void ClobberMemory() {
331 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
358 BENCHMARK_ALWAYS_INLINE
361 BENCHMARK_ALWAYS_INLINE operator double const& () const { return value;
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 205 #define BENCHMARK_ALWAYS_INLINE __attribute__((always_inline))
210 #define BENCHMARK_ALWAYS_INLINE __forceinline
221 #define BENCHMARK_ALWAYS_INLINE
305 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
316 inline BENCHMARK_ALWAYS_INLINE void ClobberMemory() {
321 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
326 inline BENCHMARK_ALWAYS_INLINE void ClobberMemory() {
331 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
358 BENCHMARK_ALWAYS_INLINE
361 BENCHMARK_ALWAYS_INLINE operator double const& () const { return value;
    [all...]

Completed in 52 milliseconds