Searched refs:INT_MIN (Results 1 - 25 of 92) sorted by relevance

1234

/external/compiler-rt/test/ubsan/TestCases/Misc/
H A Ddeduplication.cpp7 int i = INT_MIN;
/external/libcxx/test/std/depr/depr.c.headers/
H A Dlimits_h.pass.cpp54 #ifndef INT_MIN
55 #error INT_MIN not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
H A Dclimits.pass.cpp54 #ifndef INT_MIN
55 #error INT_MIN not defined
/external/clang/test/Headers/
H A Dlimits.cpp10 _Static_assert(INT_MAX == -(INT_MIN+1), "");
20 _Static_assert(INT_MIN == -INT_MAX-1, "");
/external/valgrind/none/tests/s390x/
H A Dlpr.c81 t32(INT_MAX); t32(INT_MIN); t32(UINT_MAX);
85 t64(INT_MAX); t64(INT_MIN); t64(UINT_MAX);
90 t3264(INT_MAX); t3264(INT_MIN); t3264(UINT_MAX);
/external/clang/test/Analysis/
H A Dadditive-folding.cpp7 #define INT_MIN (-INT_MAX - 1) macro
146 int min = INT_MIN;
154 int min = INT_MIN;
163 int min = INT_MIN;
180 int sMin = INT_MIN;
181 unsigned uMin = INT_MIN;
H A Dadditive-folding-range-constraints.c7 #define INT_MIN (-INT_MAX - 1) macro
75 int min = INT_MIN;
143 int min = INT_MIN;
204 int min = INT_MIN;
211 int min = INT_MIN;
274 unsigned min = INT_MIN;
281 unsigned min = INT_MIN;
302 clang_analyzer_eval(a == (unsigned)INT_MIN); // expected-warning{{UNKNOWN}}
/external/iproute2/include/linux/
H A Dnetfilter_ipv4.h12 #include <limits.h> /* for INT_MIN, INT_MAX */
56 NF_IP_PRI_FIRST = INT_MIN,
/external/iptables/include/linux/
H A Dnetfilter_ipv4.h53 NF_IP_PRI_FIRST = INT_MIN,
H A Dnetfilter_ipv6.h58 NF_IP6_PRI_FIRST = INT_MIN,
/external/kernel-headers/original/uapi/linux/
H A Dnetfilter_ipv6.h16 #include <limits.h> /* for INT_MIN, INT_MAX */
63 NF_IP6_PRI_FIRST = INT_MIN,
H A Dnetfilter_decnet.h15 #include <limits.h> /* for INT_MIN, INT_MAX */
46 NF_DN_PRI_FIRST = INT_MIN,
H A Dnetfilter_ipv4.h13 #include <limits.h> /* for INT_MIN, INT_MAX */
58 NF_IP_PRI_FIRST = INT_MIN,
/external/clang/lib/Headers/
H A Dlimits.h48 #undef INT_MIN macro
67 #define INT_MIN (-__INT_MAX__ -1) macro
/external/clang/test/Sema/
H A Di-c-e.c69 int illegaldiv3[INT_MIN / -1]; // expected-error {{variable length array declaration not allowed at file scope}}
H A Dshift.c51 lli = INT_MIN << 2; // expected-warning {{bits to represent, but 'int' only has}}
/external/clang/test/SemaCXX/
H A Dunderlying_type.cpp21 enum g {d = INT_MIN };
/external/google-breakpad/src/testing/gtest/samples/
H A Dsample1_unittest.cc124 EXPECT_FALSE(IsPrime(INT_MIN));
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dunderlying_type.pass.cpp17 enum E { V = INT_MIN };
/external/protobuf/gtest/samples/
H A Dsample1_unittest.cc124 EXPECT_FALSE(IsPrime(INT_MIN));
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.h44 #define PY_SSIZE_T_MIN INT_MIN
/external/v8/src/base/utils/
H A Drandom-number-generator-unittest.cc49 ::testing::Values(INT_MIN, -1, 0, 1, 42, 100,
/external/google-breakpad/src/processor/
H A Drange_map_unittest.cc370 { INT_MIN, 16, 1, true }, // lowest possible range
418 { INT_MIN, INT_MAX, 50, true }, // From INT_MIN to -2, inclusive
421 { INT_MIN, INT_MAX, 53, false }, // Can't fill the space twice
432 { INT_MIN, 0, 100, false }, // makes RetrieveRange check low end
440 { INT_MIN + 1, 1, 110, true },
442 { INT_MIN, 0, 112, false }, // makes RetrieveRange check low end
H A Dstatic_range_map_unittest.cc79 { INT_MIN, 16, 1, true }, // lowest possible range
127 { INT_MIN, INT_MAX, 50, true }, // From INT_MIN to -2, inclusive
130 { INT_MIN, INT_MAX, 53, false }, // Can't fill the space twice
141 { INT_MIN, 0, 100, false }, // makes RetrieveRange check low end
149 { INT_MIN + 1, 1, 110, true },
151 { INT_MIN, 0, 112, false }, // makes RetrieveRange check low end
H A Dstatic_address_map_unittest.cc117 target = INT_MIN;
159 target = INT_MIN;
178 target = INT_MIN;
197 target = INT_MIN;
216 target = INT_MIN;

Completed in 574 milliseconds

1234