Searched refs:test_overflow (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/test/integration/ |
D | overflow.c | 3 TEST_BEGIN(test_overflow) in TEST_BEGIN() argument 48 test_overflow)); in main()
|
D | mallocx.c | 49 TEST_BEGIN(test_overflow) in TEST_BEGIN() argument 200 test_overflow, in main()
|
D | rallocx.c | 222 TEST_BEGIN(test_overflow) in TEST_BEGIN() argument 258 test_overflow)); in main()
|
/external/libopus/tests/ |
D | test_opus_padding.c | 42 int test_overflow(void) in test_overflow() function 88 tests += test_overflow(); in main()
|
/external/jemalloc/test/unit/ |
D | size_classes.c | 83 TEST_BEGIN(test_overflow) in TEST_BEGIN() argument 111 test_overflow)); in main()
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx1y.cpp | 395 constexpr bool test_overflow() { in test_overflow() function 402 static_assert(test_overflow<int>(), ""); // expected-error {{constant}} expected-note {{call}} 403 static_assert(test_overflow<unsigned>(), ""); // ok, unsigned overflow is defined 404 static_assert(test_overflow<short>(), ""); // ok, short is promoted to int before multiplication 405 static_assert(test_overflow<unsigned short>(), ""); // ok 406 static_assert(test_overflow<unsigned long long>(), ""); // ok 407 …static_assert(test_overflow<long long>(), ""); // expected-error {{constant}} expected-note {{call… 408 static_assert(test_overflow<float>(), ""); // expected-error {{constant}} expected-note {{call}}
|
/external/skia/tests/ |
D | PointTest.cpp | 86 static void test_overflow(skiatest::Reporter* reporter) { in test_overflow() function 137 test_overflow(reporter); in DEF_TEST()
|