Home
last modified time | relevance | path

Searched refs:test_overflow (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc/test/integration/
Doverflow.c3 TEST_BEGIN(test_overflow) in TEST_BEGIN() argument
48 test_overflow)); in main()
Dmallocx.c66 TEST_BEGIN(test_overflow) in TEST_BEGIN() argument
230 test_overflow, in main()
Drallocx.c222 TEST_BEGIN(test_overflow) in TEST_BEGIN() argument
258 test_overflow)); in main()
/external/libopus/tests/
Dtest_opus_padding.c42 int test_overflow(void) in test_overflow() function
88 tests += test_overflow(); in main()
/external/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp393 constexpr bool test_overflow() { in test_overflow() function
400 static_assert(test_overflow<int>(), ""); // expected-error {{constant}} expected-note {{call}}
401 static_assert(test_overflow<unsigned>(), ""); // ok, unsigned overflow is defined
402 static_assert(test_overflow<short>(), ""); // ok, short is promoted to int before multiplication
403 static_assert(test_overflow<unsigned short>(), ""); // ok
404 static_assert(test_overflow<unsigned long long>(), ""); // ok
405 …static_assert(test_overflow<long long>(), ""); // expected-error {{constant}} expected-note {{call…
406 static_assert(test_overflow<float>(), ""); // expected-error {{constant}} expected-note {{call}}
/external/jemalloc/test/unit/
Dsize_classes.c140 TEST_BEGIN(test_overflow) in TEST_BEGIN() argument
183 test_overflow)); in main()
/external/skia/tests/
DPointTest.cpp85 static void test_overflow(skiatest::Reporter* reporter) { in test_overflow() function
136 test_overflow(reporter); in DEF_TEST()
/external/llvm/test/Transforms/InstCombine/
Dallocsize.ll91 ; CHECK-LABEL: define void @test_overflow
92 define void @test_overflow(i8** %p, i32* %r) {