/third_party/boost/libs/static_assert/example/ |
D | static_assert_example_1.cpp | 13 #if !defined(WCHAR_MIN) 14 #define WCHAR_MIN 0 macro 21 BOOST_STATIC_ASSERT(WCHAR_MIN >= 0);
|
/third_party/boost/libs/type_traits/test/ |
D | is_unsigned_test.cpp | 50 #if defined(WCHAR_MIN) 51 #if WCHAR_MIN != 0
|
D | is_signed_test.cpp | 50 #if defined(WCHAR_MIN) 51 #if WCHAR_MIN != 0
|
D | promote_basic_test.cpp | 56 #if !defined(BOOST_NO_CWCHAR) && defined(WCHAR_MAX) && defined(WCHAR_MIN) in main() 94 #elif WCHAR_MIN == 0 && BOOST_TT_AUX_WCHAR_MAX <= UINT_MAX in main()
|
/third_party/boost/boost/ |
D | integer_traits.hpp | 104 #if defined(WCHAR_MIN) && defined(WCHAR_MAX) && !defined(__APPLE__) 105 public detail::integer_traits_base<wchar_t, WCHAR_MIN, WCHAR_MAX> 123 #error No WCHAR_MIN and WCHAR_MAX present, please adjust integer_traits<> for your compiler.
|
/third_party/musl/ndk_musl_include/ |
D | stdint.h | 86 #define WCHAR_MIN (0+L'\0') macro 89 #define WCHAR_MIN (-1-0x7fffffff+L'\0') macro
|
D | wchar.h | 35 #define WCHAR_MIN (0+L'\0') macro 38 #define WCHAR_MIN (-1-0x7fffffff+L'\0')
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 86 #define WCHAR_MIN (0+L'\0') macro 89 #define WCHAR_MIN (-1-0x7fffffff+L'\0') macro
|
D | wchar.h | 37 #define WCHAR_MIN (0+L'\0') macro 40 #define WCHAR_MIN (-1-0x7fffffff+L'\0')
|
/third_party/musl/include/ |
D | stdint.h | 86 #define WCHAR_MIN (0+L'\0') macro 89 #define WCHAR_MIN (-1-0x7fffffff+L'\0') macro
|
D | wchar.h | 35 #define WCHAR_MIN (0+L'\0') macro 38 #define WCHAR_MIN (-1-0x7fffffff+L'\0')
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 86 #define WCHAR_MIN (0+L'\0') macro 89 #define WCHAR_MIN (-1-0x7fffffff+L'\0') macro
|
D | wchar.h | 37 #define WCHAR_MIN (0+L'\0') macro 40 #define WCHAR_MIN (-1-0x7fffffff+L'\0')
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 86 #define WCHAR_MIN (0+L'\0') macro 89 #define WCHAR_MIN (-1-0x7fffffff+L'\0') macro
|
D | wchar.h | 35 #define WCHAR_MIN (0+L'\0') macro 38 #define WCHAR_MIN (-1-0x7fffffff+L'\0')
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 86 #define WCHAR_MIN (0+L'\0') macro 89 #define WCHAR_MIN (-1-0x7fffffff+L'\0') macro
|
/third_party/boost/boost/config/compiler/ |
D | borland.hpp | 69 #ifndef WCHAR_MIN 70 # define WCHAR_MIN 0 macro
|
/third_party/boost/boost/type_traits/ |
D | is_unsigned.hpp | 148 #if !defined(BOOST_NO_INTRINSIC_WCHAR_T) && defined(WCHAR_MIN) 149 #if WCHAR_MIN == 0
|
D | is_signed.hpp | 148 #if defined(WCHAR_MIN) && !defined(BOOST_NO_INTRINSIC_WCHAR_T) 149 #if WCHAR_MIN != 0
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 211 #ifndef WCHAR_MIN // [ 212 # define WCHAR_MIN 0 macro
|
/third_party/boost/boost/regex/v4/ |
D | regex_traits_defaults.hpp | 101 …(__DECCXX) && !defined(__osf__) && !defined(__OSF__) && defined(WCHAR_MIN) && (WCHAR_MIN == 0) && …
|
D | perl_matcher.hpp | 74 #if defined(WCHAR_MIN) && (WCHAR_MIN == 0) && !defined(BOOST_NO_INTRINSIC_WCHAR_T)
|
/third_party/musl/libc-test/src/api/ |
D | stdint.c | 83 C(WCHAR_MIN) in f()
|
D | wchar.c | 18 C(WCHAR_MIN) in f()
|
D | inttypes.c | 85 C(WCHAR_MIN) in f()
|