Searched refs:static_assert_arg_is_bool (Results 1 – 2 of 2) sorted by relevance
24 void static_assert_arg_is_bool(T x) { in static_assert_arg_is_bool() function30 …static_assert_arg_is_bool(n && 4); // expected-warning {{use of logical '&&' with constant operan… in test2()33 …static_assert_arg_is_bool(n || 5); // expected-warning {{use of logical '||' with constant operan… in test2()