Searched refs:tree0 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | fold-const.c | 8766 tree tree0; in fold_binary() local 8767 tree0 = fold_build2 (PLUS_EXPR, type, arg0, tree10); in fold_binary() 8768 return fold_build2 (PLUS_EXPR, type, tree0, tree11); in fold_binary() 8781 tree tree0; in fold_binary() local 8782 tree0 = fold_build2 (PLUS_EXPR, type, tree01, arg1); in fold_binary() 8783 return fold_build2 (PLUS_EXPR, type, tree00, tree0); in fold_binary()
|