Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:conversions

307     expected-note {{cast which performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
310 expected-note {{cast which performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
313 expected-note {{cast which performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
316 expected-note {{cast which performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
365 constexpr char c4 = ((char*)(int*)"no reinterpret_casts allowed")[14]; // expected-error {{must be initialized by a constant expression}} expected-note {{cast which performs the conversions of a reinterpret_cast}}