Home
last modified time | relevance | path

Searched refs:test_bool_printing (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstexpr-printing.cpp97 constexpr bool test_bool_printing(bool b) { return 1 / !(2*b | !(2*b)); } // expected-note 2{{divis… in test_bool_printing() function
98 constexpr bool test_bool_0 = test_bool_printing(false); // expected-error {{constant expr}} expecte…
99 constexpr bool test_bool_1 = test_bool_printing(true); // expected-error {{constant expr}} expected…