Lines Matching refs:conversions
312 expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
315 expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
318 expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
321 expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
410 constexpr char c4 = ((char*)(int*)"no reinterpret_casts allowed")[14]; // expected-error {{must be initialized by a constant expression}} expected-note {{cast that performs the conversions of a reinterpret_cast}}