Searched refs:overflow2 (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | integer-overflow.cpp | 20 overflow2 = (uint64_t)(4608 * 1024 * 1024), in check_integer_overflows() local 31 overflow += overflow2 = overflow3 = (uint64_t)(4608 * 1024 * 1024); in check_integer_overflows() 33 overflow += overflow2 = overflow3 = 4608 * 1024 * 1024; in check_integer_overflows() 36 overflow += overflow2 = overflow3 = static_cast<uint64_t>(4608 * 1024 * 1024); in check_integer_overflows()
|
/aosp_15_r20/external/llvm/test/Transforms/IndVarSimplify/ |
H A D | loop_evaluate7.ll | 30 br i1 %2, label %bb22, label %overflow2 50 overflow2: ; preds = %bb21 53 bb32: ; preds = %overflow2 56 overflow1: ; preds = %bb32, %overflow2, %bb1
|
H A D | loop_evaluate8.ll | 32 br i1 %2, label %bb22, label %overflow2 52 overflow2: ; preds = %bb21 55 bb32: ; preds = %overflow2 58 overflow1: ; preds = %bb32, %overflow2, %bb1
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | integer-overflow.c | 20 overflow2 = (uint64_t)(4608 * 1024 * 1024), in check_integer_overflows() local 29 overflow += overflow2 = overflow3 = (uint64_t)(4608 * 1024 * 1024); in check_integer_overflows() 31 overflow += overflow2 = overflow3 = 4608 * 1024 * 1024; in check_integer_overflows()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/limbs/ |
D | limbs.c | 117 Limb overflow2 = ~LIMBS_less_than(r, m, num_limbs); in LIMBS_add_mod() local 118 Limb overflow = overflow1 | overflow2; in LIMBS_add_mod() 145 Limb overflow2 = ~LIMBS_less_than(r, m, num_limbs); in LIMBS_shl_mod() local 146 Limb overflow = overflow1 | overflow2; in LIMBS_shl_mod()
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | temp_arg_nontype.cpp | 99 Overflow<255> *overflow2; // okay variable
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | stringobject.c | 3133 goto overflow2; in string_expandtabs() 3140 goto overflow2; in string_expandtabs() 3150 overflow2: in string_expandtabs()
|
D | unicodeobject.c | 6570 goto overflow2; in unicode_expandtabs() 6577 goto overflow2; in unicode_expandtabs() 6586 overflow2: in unicode_expandtabs()
|