Home
last modified time | relevance | path

Searched refs:expand_arith_overflow (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.c2230 expand_arith_overflow (enum tree_code code, gimple *stmt) in expand_arith_overflow() function
2403 expand_arith_overflow (PLUS_EXPR, stmt); in expand_ADD_OVERFLOW()
2411 expand_arith_overflow (MINUS_EXPR, stmt); in expand_SUB_OVERFLOW()
2419 expand_arith_overflow (MULT_EXPR, stmt); in expand_MUL_OVERFLOW()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinternal-fn.cc2455 expand_arith_overflow (enum tree_code code, gimple *stmt) in expand_arith_overflow() function
2637 expand_arith_overflow (PLUS_EXPR, stmt); in expand_ADD_OVERFLOW()
2645 expand_arith_overflow (MINUS_EXPR, stmt); in expand_SUB_OVERFLOW()
2653 expand_arith_overflow (MULT_EXPR, stmt); in expand_MUL_OVERFLOW()
H A DChangeLog-20165886 (expand_arith_overflow): Adjust expand_*_overflow callers.
7876 * internal-fn.c (expand_arith_overflow): Adjust handling of target
13544 * internal-fn.c (expand_arith_overflow) <case MINUS_EXPR>: Don't fall
27233 * internal-fn.c (expand_arith_overflow): Convert preprocessor check
H A DChangeLog-201718570 (expand_arith_overflow): Likewise.
18818 * internal-fn.c (expand_arith_overflow): Likewise.
24996 * internal-fn.c (expand_arith_overflow): Likewise.
H A DChangeLog174 (expand_arith_overflow): Likewise.
H A DChangeLog-201524246 * internal-fn.c (expand_arith_overflow): Likewise.
H A DChangeLog-20148730 (expand_arith_overflow, expand_ADD_OVERFLOW, expand_SUB_OVERFLOW,