Home
last modified time | relevance | path

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

12

/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/llvm-project/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/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp209 #ifndef WCHAR_MIN
210 #error WCHAR_MIN not defined
Dstdint_h.xopen_source.compile.pass.cpp206 #ifndef WCHAR_MIN
207 #error WCHAR_MIN not defined
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0 macro
/external/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dlowest.pass.cpp41 test<wchar_t>(WCHAR_MIN); in main()
Dmin.pass.cpp41 test<wchar_t>(WCHAR_MIN); in main()
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dlowest.pass.cpp42 test<wchar_t>(WCHAR_MIN); in main()
Dmin.pass.cpp42 test<wchar_t>(WCHAR_MIN); in main()
/external/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp27 #ifndef WCHAR_MIN
28 #error WCHAR_MIN not defined
/external/llvm-project/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp27 #ifndef WCHAR_MIN
28 #error WCHAR_MIN not defined
/external/clang/test/Preprocessor/
Dstdint.c1483 WCHAR_MIN_ WCHAR_MIN
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1595 WCHAR_MIN_ WCHAR_MIN
/external/llvm-project/clang/lib/Headers/
Dstdint.h680 #ifndef WCHAR_MIN
682 # define WCHAR_MIN __INTN_MIN(__WCHAR_WIDTH__) macro
684 # define WCHAR_MIN __UINTN_C(__WCHAR_WIDTH__, 0) macro
/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/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp26 #ifndef WCHAR_MIN
27 #error WCHAR_MIN not defined
Dinttypes_h.pass.cpp204 #ifndef WCHAR_MIN
205 #error WCHAR_MIN not defined
Dstdint_h.pass.cpp242 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp24 #ifndef WCHAR_MIN
25 #error WCHAR_MIN not defined
Dinttypes_h.pass.cpp203 #ifndef WCHAR_MIN
204 #error WCHAR_MIN not defined
Dstdint_h.pass.cpp241 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
/external/capstone/include/windowsce/
Dstdint.h114 #define WCHAR_MIN 0x0000 macro
/external/llvm-project/libcxx/include/
Dcstdint80 WCHAR_MIN
/external/libcxx/include/
Dcstdint81 WCHAR_MIN
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp204 #ifndef WCHAR_MIN
205 #error WCHAR_MIN not defined

12