Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dinteger-overflow.cpp20 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 Dloop_evaluate7.ll30 br i1 %2, label %bb22, label %overflow2
50 overflow2: ; preds = %bb21
53 bb32: ; preds = %overflow2
56 overflow1: ; preds = %bb32, %overflow2, %bb1
H A Dloop_evaluate8.ll32 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 Dinteger-overflow.c20 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/
Dlimbs.c117 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 Dtemp_arg_nontype.cpp99 Overflow<255> *overflow2; // okay variable
/aosp_15_r20/external/python/cpython2/Objects/
Dstringobject.c3133 goto overflow2; in string_expandtabs()
3140 goto overflow2; in string_expandtabs()
3150 overflow2: in string_expandtabs()
Dunicodeobject.c6570 goto overflow2; in unicode_expandtabs()
6577 goto overflow2; in unicode_expandtabs()
6586 overflow2: in unicode_expandtabs()