Lines Matching refs:DoNotOptimize
30 benchmark::DoNotOptimize(Add42(0)); in test_with_rvalue()
37 benchmark::DoNotOptimize(Large{ExternInt, {ExternInt, ExternInt}}); in test_with_large_rvalue()
47 benchmark::DoNotOptimize(NotTriviallyCopyable(ExternInt)); in test_with_non_trivial_rvalue()
55 benchmark::DoNotOptimize(x); in test_with_lvalue()
64 benchmark::DoNotOptimize(L); in test_with_large_lvalue()
75 benchmark::DoNotOptimize(NTC); in test_with_non_trivial_lvalue()
84 benchmark::DoNotOptimize(x); in test_with_const_lvalue()
92 benchmark::DoNotOptimize(L); in test_with_large_const_lvalue()
103 benchmark::DoNotOptimize(Obj); in test_with_non_trivial_const_lvalue()
111 benchmark::DoNotOptimize(divisor); in test_div_by_two()
122 benchmark::DoNotOptimize(++x); in test_inc_integer()
140 benchmark::DoNotOptimize(&x); in test_pointer_rvalue()
151 benchmark::DoNotOptimize(xp); in test_pointer_const_lvalue()
162 benchmark::DoNotOptimize(xp); in test_pointer_lvalue()