Searched refs:WCHAR_MIN (Results 1 – 16 of 16) sorted by relevance
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.
40 test<wchar_t>(WCHAR_MIN); in main()
482 #if ! (defined WCHAR_MIN && defined WCHAR_MAX)487 #undef WCHAR_MIN489 #define WCHAR_MIN \ macro
23 #ifndef WCHAR_MIN24 #error WCHAR_MIN not defined
240 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
81 WCHAR_MIN
21 WCHAR_MIN
67 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */68 #if !(defined WCHAR_MIN && defined WCHAR_MAX)69 #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"163 WCHAR_MIN == TYPE_MINIMUM (wchar_t)
203 #ifndef WCHAR_MIN204 #error WCHAR_MIN not defined
20062 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */20168 WCHAR_MIN == TYPE_MINIMUM (wchar_t)