HomeSort by relevance Sort by last modified time
    Searched refs:WCHAR_T_TYPE (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Sema/
wchar.c 8 #define WCHAR_T_TYPE unsigned short
10 #define WCHAR_T_TYPE unsigned int
12 #define WCHAR_T_TYPE long
14 #define WCHAR_T_TYPE int
20 WCHAR_T_TYPE t1[] = L"x";
22 WCHAR_T_TYPE t2[] = "x"; // expected-error {{initializing wide char array with non-wide string literal}}
  /external/clang/test/CodeGen/
2003-08-21-WideString.c 7 #define WCHAR_T_TYPE unsigned short
9 #define WCHAR_T_TYPE long
11 #define WCHAR_T_TYPE int
2009-07-15-pad-wchar_t-array.c 7 #define WCHAR_T_TYPE unsigned short
9 #define WCHAR_T_TYPE long
11 #define WCHAR_T_TYPE int
wchar-const.c 9 #define WCHAR_T_TYPE unsigned short
11 #define WCHAR_T_TYPE long
13 #define WCHAR_T_TYPE int

Completed in 96 milliseconds