Searched refs:check_add_overflow (Results 1 – 2 of 2) sorted by relevance
40 #define check_add_overflow(a, b, res) __builtin_add_overflow(a, b, res) macro75 if (check_add_overflow(basesize, arraysize, &totalsize)) in __struct_size()
124 if (check_add_overflow(sz, base, &sz)) in __check_struct_size()