Searched refs:__wchar_t (Results 1 – 16 of 16) sorted by relevance
4 __wchar_t f(); // No error, wchar_t and __wchar_t are the same type.6 __wchar_t g = L'a';7 __wchar_t s[] = L"Hello world!";12 __wchar_t v[] = 1; // expected-error{{array initializer must be an initializer list or wide string …
9 __wchar_t g = L'a'; // expected-note {{previous}}15 __wchar_t s[] = L"Hello world!"; // expected-error-re {{array initializer must be an initializer li…18 __wchar_t t[] = 1; // expected-error-re {{array initializer must be an initializer list{{$}}}}
18 # ifndef __wchar_t19 # define __wchar_t macro
25 #ifndef __wchar_t26 #define __wchar_t macro
30 #if __is_identifier(__wchar_t)
54 char_part=__wchar_t
42 #define ABSL_INTERNAL_WCHAR_T __wchar_t
46 #define ABSL_INTERNAL_WCHAR_T __wchar_t
47 #define ABSL_INTERNAL_WCHAR_T __wchar_t
612 ALIAS("__wchar_t" , wchar_t , KEYMS)
207 #if __is_identifier(__wchar_t)208 typedef wchar_t __wchar_t;212 __wchar_t WideCharacter;