Home
last modified time | relevance | path

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

/external/clang/test/Headers/
Dwchar_limits.cpp9 int max_test[WCHAR_MAX == (swchar ? -(WCHAR_MIN+1) : (wchar_t)-1)];
10 int min_test[WCHAR_MIN == (swchar ? 0 : -WCHAR_MAX-1)];
/external/opencv3/3rdparty/include/
Dmsc_stdint.h182 #ifndef WCHAR_MIN // [
183 # define WCHAR_MIN 0 macro
/external/libvncserver/compat/msvc/
Dstdint.h211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0 macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0 macro
/external/mesa3d/include/c99/
Dstdint.h211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0 macro
/external/bison/darwin-lib/
Dstdint.h548 #if 1 && ! (defined WCHAR_MIN && defined WCHAR_MAX)
558 #undef WCHAR_MIN
560 #define WCHAR_MIN \ macro
/external/bison/lib/
Dstdint.in.h547 #if @HAVE_WCHAR_H@ && ! (defined WCHAR_MIN && defined WCHAR_MAX)
557 #undef WCHAR_MIN
559 #define WCHAR_MIN \
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dlowest.pass.cpp40 test<wchar_t>(WCHAR_MIN); in main()
Dmin.pass.cpp40 test<wchar_t>(WCHAR_MIN); in main()
/external/clang/lib/Headers/
Dstdint.h694 #ifndef WCHAR_MIN
696 # define WCHAR_MIN __INTN_MIN(__WCHAR_WIDTH__) macro
698 # define WCHAR_MIN __UINTN_C(__WCHAR_WIDTH__, 0) macro
/external/clang/test/Preprocessor/
Dstdint.c1483 WCHAR_MIN_ WCHAR_MIN
/external/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp23 #ifndef WCHAR_MIN
24 #error WCHAR_MIN not defined
Dstdint_h.pass.cpp241 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
/external/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp23 #ifndef WCHAR_MIN
24 #error WCHAR_MIN not defined
/external/libcxx/include/
Dcstdint81 WCHAR_MIN
Dmodule.modulemap199 …PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX,
243 export_macros NULL, WCHAR_MAX, WCHAR_MIN, WEOF
Dcwchar21 WCHAR_MIN
/external/bison/m4/
Dstdint.m474 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
75 #if !(defined WCHAR_MIN && defined WCHAR_MAX)
76 #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
172 WCHAR_MIN == TYPE_MINIMUM (wchar_t)
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp203 #ifndef WCHAR_MIN
204 #error WCHAR_MIN not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp242 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
/external/bison/
Dconfigure14189 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
14297 WCHAR_MIN == TYPE_MINIMUM (wchar_t)