Searched refs:expand_vector_ubsan_overflow (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | internal-fn.c | 2012 expand_vector_ubsan_overflow (location_t loc, enum tree_code code, tree lhs, in expand_vector_ubsan_overflow() function 2169 expand_vector_ubsan_overflow (loc, PLUS_EXPR, lhs, arg0, arg1); in expand_UBSAN_CHECK_ADD() 2185 expand_vector_ubsan_overflow (loc, MINUS_EXPR, lhs, arg0, arg1); in expand_UBSAN_CHECK_SUB() 2203 expand_vector_ubsan_overflow (loc, MULT_EXPR, lhs, arg0, arg1); in expand_UBSAN_CHECK_MUL()
|