Searched defs:DoNotOptimize (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/test/support/
H A Dtest_macros.h218 inline void DoNotOptimize(Tp const& value) { function
224 inline void DoNotOptimize(Tp const& value) {
/external/google-benchmark/include/benchmark/
H A Dbenchmark.h299 // The DoNotOptimize(...) function can be used to prevent a value or
305 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) { function in namespace:benchmark
321 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
331 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h299 // The DoNotOptimize(...) function can be used to prevent a value or
305 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) { function in namespace:benchmark
321 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
331 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {

Completed in 228 milliseconds