Home
last modified time | relevance | path

Searched refs:INTMAX_MIN (Results 1 – 10 of 10) sorted by relevance

/ndk/tests/build/stdint-c++/jni/
Dtest_all_macros.cpp113 #ifndef INTMAX_MIN
114 #error INTMAX_MIN defined!
Dtest_c.c111 #ifndef INTMAX_MIN
112 #error INTMAX_MIN defined!
Dtest_no_macros.cpp111 #ifdef INTMAX_MIN
112 #error INTMAX_MIN defined!
Dtest_limit_macros.cpp112 #ifndef INTMAX_MIN
113 #error INTMAX_MIN is not defined!
Dtest_constant_macros.cpp112 #ifdef INTMAX_MIN
113 #error INTMAX_MIN is defined!
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h417 #undef INTMAX_MIN
420 # define INTMAX_MIN INT64_MIN macro
423 # define INTMAX_MIN INT32_MIN macro
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcstdint68 INTMAX_MIN
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dstdint_h.pass.cpp216 assert(INTMAX_MIN == std::numeric_limits<intmax_t>::min()); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp171 #ifndef INTMAX_MIN
172 #error INTMAX_MIN not defined
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp216 assert(INTMAX_MIN == std::numeric_limits<std::intmax_t>::min()); in main()