Home
last modified time | relevance | path

Searched refs:WCHAR_MIN (Results 1 – 25 of 26) sorted by relevance

12

/third_party/boost/libs/static_assert/example/
Dstatic_assert_example_1.cpp13 #if !defined(WCHAR_MIN)
14 #define WCHAR_MIN 0 macro
21 BOOST_STATIC_ASSERT(WCHAR_MIN >= 0);
/third_party/boost/libs/type_traits/test/
Dis_unsigned_test.cpp50 #if defined(WCHAR_MIN)
51 #if WCHAR_MIN != 0
Dis_signed_test.cpp50 #if defined(WCHAR_MIN)
51 #if WCHAR_MIN != 0
Dpromote_basic_test.cpp56 #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/
Dinteger_traits.hpp104 #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/
Dstdint.h86 #define WCHAR_MIN (0+L'\0') macro
89 #define WCHAR_MIN (-1-0x7fffffff+L'\0') macro
Dwchar.h35 #define WCHAR_MIN (0+L'\0') macro
38 #define WCHAR_MIN (-1-0x7fffffff+L'\0')
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h86 #define WCHAR_MIN (0+L'\0') macro
89 #define WCHAR_MIN (-1-0x7fffffff+L'\0') macro
Dwchar.h37 #define WCHAR_MIN (0+L'\0') macro
40 #define WCHAR_MIN (-1-0x7fffffff+L'\0')
/third_party/musl/include/
Dstdint.h86 #define WCHAR_MIN (0+L'\0') macro
89 #define WCHAR_MIN (-1-0x7fffffff+L'\0') macro
Dwchar.h35 #define WCHAR_MIN (0+L'\0') macro
38 #define WCHAR_MIN (-1-0x7fffffff+L'\0')
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h86 #define WCHAR_MIN (0+L'\0') macro
89 #define WCHAR_MIN (-1-0x7fffffff+L'\0') macro
Dwchar.h37 #define WCHAR_MIN (0+L'\0') macro
40 #define WCHAR_MIN (-1-0x7fffffff+L'\0')
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h86 #define WCHAR_MIN (0+L'\0') macro
89 #define WCHAR_MIN (-1-0x7fffffff+L'\0') macro
Dwchar.h35 #define WCHAR_MIN (0+L'\0') macro
38 #define WCHAR_MIN (-1-0x7fffffff+L'\0')
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h86 #define WCHAR_MIN (0+L'\0') macro
89 #define WCHAR_MIN (-1-0x7fffffff+L'\0') macro
/third_party/boost/boost/config/compiler/
Dborland.hpp69 #ifndef WCHAR_MIN
70 # define WCHAR_MIN 0 macro
/third_party/boost/boost/type_traits/
Dis_unsigned.hpp148 #if !defined(BOOST_NO_INTRINSIC_WCHAR_T) && defined(WCHAR_MIN)
149 #if WCHAR_MIN == 0
Dis_signed.hpp148 #if defined(WCHAR_MIN) && !defined(BOOST_NO_INTRINSIC_WCHAR_T)
149 #if WCHAR_MIN != 0
/third_party/libuv/include/uv/
Dstdint-msvc2008.h211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0 macro
/third_party/boost/boost/regex/v4/
Dregex_traits_defaults.hpp101 …(__DECCXX) && !defined(__osf__) && !defined(__OSF__) && defined(WCHAR_MIN) && (WCHAR_MIN == 0) && …
Dperl_matcher.hpp74 #if defined(WCHAR_MIN) && (WCHAR_MIN == 0) && !defined(BOOST_NO_INTRINSIC_WCHAR_T)
/third_party/musl/libc-test/src/api/
Dstdint.c83 C(WCHAR_MIN) in f()
Dwchar.c18 C(WCHAR_MIN) in f()
Dinttypes.c85 C(WCHAR_MIN) in f()

12