Searched refs:WCHAR_MIN (Results 1 – 21 of 21) sorted by relevance
18 STATIC_ASSERT(WCHAR_MIN == 0U);21 STATIC_ASSERT(WCHAR_MIN == -1-2147483647);
19 STATIC_ASSERT(WCHAR_MIN == -1-2147483647);
117 # ifndef WCHAR_MIN118 # define WCHAR_MIN 0 macro129 # undef WCHAR_MIN130 # define WCHAR_MIN 0 macro144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0))145 # undef WCHAR_MIN146 # define WCHAR_MIN 0 macro157 # undef WCHAR_MIN158 # define WCHAR_MIN 0 macro
217 : public _STLP_PRIV _Integer_limits<wchar_t, WCHAR_MIN, WCHAR_MAX, -1, true>
73 #if !defined (WCHAR_MIN)74 # error Missing WCHAR_MIN definition.81 #if !(WCHAR_MIN < WCHAR_MAX)82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
281 # if (defined (_STLP_HAS_WCHAR_T) && !defined (_STLP_WCHAR_T_IS_USHORT)) && WCHAR_MIN != 0 && !def… in test()
112 #if defined(WCHAR_MIN) && (WCHAR_MIN == 0) && !defined(BOOST_NO_INTRINSIC_WCHAR_T)
117 #if defined(WCHAR_MIN) && (WCHAR_MIN != 0)
104 #if defined(WCHAR_MIN) && defined(WCHAR_MAX) && !defined(__APPLE__)105 public detail::integer_traits_base<wchar_t, WCHAR_MIN, WCHAR_MAX>128 #error No WCHAR_MIN and WCHAR_MAX present, please adjust integer_traits<> for your compiler.
40 test<wchar_t>(WCHAR_MIN); in main()
87 #define WCHAR_MIN L'\0' macro89 #define WCHAR_MIN (-(WCHAR_MAX) - 1)
31 ASSERT_EQ(wchar_t(0), WCHAR_MIN); in TEST()35 ASSERT_EQ(wchar_t(0x80000000), WCHAR_MIN); in TEST()
81 WCHAR_MIN
21 WCHAR_MIN
23 #ifndef WCHAR_MIN24 #error WCHAR_MIN not defined
240 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
203 #ifndef WCHAR_MIN204 #error WCHAR_MIN not defined