/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | constant-expression-cxx1y.cpp | 393 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}}
|
/aosp_15_r20/external/jemalloc_new/test/integration/ |
H A D | overflow.c | 3 TEST_BEGIN(test_overflow) { in TEST_BEGIN() argument 45 test_overflow); in main()
|
H A D | mallocx.c | 54 TEST_BEGIN(test_overflow) { in TEST_BEGIN() argument 224 test_overflow, in main()
|
H A D | rallocx.c | 211 TEST_BEGIN(test_overflow) { in TEST_BEGIN() argument 244 test_overflow); in main()
|
/aosp_15_r20/external/libopus/tests/ |
H A D | test_opus_padding.c | 46 void test_overflow(void) in test_overflow() function 89 test_overflow(); in main()
|
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/amber/non_robust_buffer_access/ |
H A D | unexecuted_oob_overflow.amber | 36 SHADER compute test_overflow GLSL 96 ATTACH test_overflow
|
/aosp_15_r20/external/skia/tests/ |
H A D | PointTest.cpp | 111 static void test_overflow(skiatest::Reporter* reporter) { in test_overflow() function 148 test_overflow(reporter); in DEF_TEST()
|
/aosp_15_r20/external/jemalloc_new/test/unit/ |
H A D | size_classes.c | 139 TEST_BEGIN(test_overflow) { in TEST_BEGIN() argument 182 test_overflow); in main()
|
/aosp_15_r20/external/liburing/test/ |
H A D | cq-overflow.c | 183 static int test_overflow(void) in test_overflow() function 254 ret = test_overflow(); in main()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | scalar_test.cpp | 46 void test_overflow() { in test_overflow() function 112 test_overflow(); in TEST()
|
/aosp_15_r20/external/llvm/test/Transforms/InstCombine/ |
H A D | allocsize.ll | 91 ; CHECK-LABEL: define void @test_overflow 92 define void @test_overflow(i8** %p, i32* %r) {
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_iter.c | 638 static void test_overflow(bool test_e2big_overflow, bool ret1) in test_overflow() function 1605 test_overflow(false, false); in test_bpf_iter() 1607 test_overflow(true, false); in test_bpf_iter() 1609 test_overflow(false, true); in test_bpf_iter()
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_json/ |
D | test_encode_basestring_ascii.py | 44 def test_overflow(self): member in TestCEncodeBasestringAscii
|
D | test_scanstring.py | 135 def test_overflow(self): member in TestScanstring
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_list.py | 54 def test_overflow(self): member in ListTest
|
D | test_array.py | 994 def test_overflow(self): member in SignedNumberTest 1006 def test_overflow(self): member in UnsignedNumberTest
|
D | test_complex.py | 543 def test_overflow(self): member in ComplexTest
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/ |
D | test_memfunctions.py | 8 def test_overflow(self): member in MemFunctionsTest
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/ |
D | test_memfunctions.py | 9 def test_overflow(self): member in MemFunctionsTest
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/ |
H A D | test_memfunctions.py | 9 def test_overflow(self): member in MemFunctionsTest
|
/aosp_15_r20/external/rust/android-crates-io/crates/ryu/tests/ |
D | s2d_test.rs | 134 fn test_overflow() { in test_overflow() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/ryu-1.0.17/tests/ |
H A D | s2d_test.rs | 134 fn test_overflow() { in test_overflow() function
|
/aosp_15_r20/external/python/cpython2/Lib/json/tests/ |
D | test_scanstring.py | 151 def test_overflow(self): member in TestScanstring
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/java_vm/init_args/ |
D | char_encoding_windows.rs | 290 fn test_overflow() { in test_overflow() function
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_list.py | 91 def test_overflow(self): member in ListTest
|