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

  /external/libcxx/test/support/
test_macros.h 187 inline void DoNotOptimize(Tp const& value) {
193 inline void DoNotOptimize(Tp const& value) {
  /external/google-benchmark/include/benchmark/
benchmark_api.h 225 // The DoNotOptimize(...) function can be used to prevent a value or
231 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
241 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark_api.h 225 // The DoNotOptimize(...) function can be used to prevent a value or
231 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
241 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {

Completed in 182 milliseconds