Home | History | Annotate | Download | only in tests

Lines Matching full:wchar_t

1234   wchar_t buff[10];
1235 assert(sizeof(wchar_t) == 4);
1264 wchar_t buff[10];
1276 const wchar_t *x = L"abc";
1286 const wchar_t *x = L"abc";
1287 const wchar_t *p = x;
1301 const wchar_t *x = L"abc";
1302 const wchar_t *p = x;
1315 wchar_t wx;
1323 wchar_t wx;
2756 wchar_t w[3] = {'a', 'b', 0};
2759 __msan_poison(&w[2], sizeof(wchar_t));