Lines Matching full:wchar_t
2 wchar_t x;
4 void f(wchar_t p) {
5 wchar_t x;
6 unsigned wchar_t y; // expected-warning {{'wchar_t' cannot be signed or unsigned}}
7 signed wchar_t z; // expected-warning {{'wchar_t' cannot be signed or unsigned}}
12 wchar_t const c = L'c';
25 basic_string<wchar_t>() + L'-';
31 wchar_t in[] = L"\x434" "\x434"; // No warning