Searched refs:checkedAdd (Results 1 – 3 of 3) sorted by relevance
48 checkedAdd(T LHS, T RHS) { in checkedAdd() function77 return checkedAdd(*Product, C); in checkedMulAdd()
609 Optional<int32_t> MaybeKey = checkedAdd(Index, SmallestKey); in insertMember()
209 Optional<int64_t> Result = checkedAdd<int64_t>(LeftValue, RightValue); in operator +()