Searched refs:_WCHAR_T_DEFINED (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Headers/
H A Dms-wchar.c3 #if defined(_WCHAR_T_DEFINED)
4 #error "_WCHAR_T_DEFINED should not be defined in C99"
9 #if !defined(_WCHAR_T_DEFINED)
10 #error "_WCHAR_T_DEFINED should have been set by stddef.h"
/external/clang/lib/Headers/
H A Dstddef.h87 #define _WCHAR_T_DEFINED macro
/external/libusb/msvc/
H A Dstdint.h71 #ifndef _WCHAR_T_DEFINED
72 #define _WCHAR_T_DEFINED macro
76 #endif /* _WCHAR_T_DEFINED */
/external/clang/test/Analysis/
H A Dmalloc.c8 // _WCHAR_T_DEFINED if wchar_t is available. Microsoft recommends that you use
16 #if !defined(_WCHAR_T_DEFINED)
19 #define _WCHAR_T_DEFINED macro
20 #endif // !defined(_WCHAR_T_DEFINED)
/external/syslinux/lzo/src/
H A Dlzo_supp.h704 #ifndef _WCHAR_T_DEFINED
705 #define _WCHAR_T_DEFINED 1 macro
H A Dminiacc.h3361 #ifndef _WCHAR_T_DEFINED
3362 #define _WCHAR_T_DEFINED 1 macro

Completed in 613 milliseconds