Searched refs:WCHAR_MIN (Results 1 – 21 of 21) sorted by relevance
/external/clang/test/Headers/ |
D | wchar_limits.cpp | 9 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/ |
D | msc_stdint.h | 182 #ifndef WCHAR_MIN // [ 183 # define WCHAR_MIN 0 macro
|
/external/libvncserver/compat/msvc/ |
D | stdint.h | 211 #ifndef WCHAR_MIN // [ 212 # define WCHAR_MIN 0 macro
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 211 #ifndef WCHAR_MIN // [ 212 # define WCHAR_MIN 0 macro
|
/external/mesa3d/include/c99/ |
D | stdint.h | 211 #ifndef WCHAR_MIN // [ 212 # define WCHAR_MIN 0 macro
|
/external/bison/darwin-lib/ |
D | stdint.h | 548 #if 1 && ! (defined WCHAR_MIN && defined WCHAR_MAX) 558 #undef WCHAR_MIN 560 #define WCHAR_MIN \ macro
|
/external/bison/lib/ |
D | stdint.in.h | 547 #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/ |
D | lowest.pass.cpp | 40 test<wchar_t>(WCHAR_MIN); in main()
|
D | min.pass.cpp | 40 test<wchar_t>(WCHAR_MIN); in main()
|
/external/clang/lib/Headers/ |
D | stdint.h | 694 #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/ |
D | stdint.c | 1483 WCHAR_MIN_ WCHAR_MIN
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 23 #ifndef WCHAR_MIN 24 #error WCHAR_MIN not defined
|
D | stdint_h.pass.cpp | 241 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 23 #ifndef WCHAR_MIN 24 #error WCHAR_MIN not defined
|
/external/libcxx/include/ |
D | cstdint | 81 WCHAR_MIN
|
D | module.modulemap | 199 …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
|
D | cwchar | 21 WCHAR_MIN
|
/external/bison/m4/ |
D | stdint.m4 | 74 /* 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/ |
D | cinttypes.pass.cpp | 203 #ifndef WCHAR_MIN 204 #error WCHAR_MIN not defined
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 242 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
|
/external/bison/ |
D | configure | 14189 /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */ 14297 WCHAR_MIN == TYPE_MINIMUM (wchar_t)
|