Searched refs:fold_ternary_loc (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | fold-const.h | 48 fold_ternary_loc (UNKNOWN_LOCATION, CODE, T1, T2, T3, T4) 49 extern tree fold_ternary_loc (location_t, enum tree_code, tree, tree, tree, tree);
|
| HD | gimple-fold.c | 295 return fold_ternary_loc (EXPR_LOCATION (expr), in maybe_fold_reference() 430 result = fold_ternary_loc (loc, subcode, in fold_gimple_assign() 6212 return fold_ternary_loc (EXPR_LOCATION (rhs), in gimple_fold_stmt_to_constant_1() 6292 return fold_ternary_loc (loc, subcode, in gimple_fold_stmt_to_constant_1()
|
| HD | fold-const.c | 11307 fold_ternary_loc (location_t loc, enum tree_code code, tree type, in fold_ternary_loc() function 11981 tem = fold_ternary_loc (loc, code, type, op0, op1, op2); in fold() 12398 tem = fold_ternary_loc (loc, code, type, op0, op1, op2); in fold_build3_loc()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gimple-fold.c | 210 return fold_ternary_loc (EXPR_LOCATION (expr), in maybe_fold_reference() 484 result = fold_ternary_loc (loc, subcode, in fold_gimple_assign() 2504 return fold_ternary_loc (EXPR_LOCATION (rhs), in gimple_fold_stmt_to_constant_1() 2602 return fold_ternary_loc (loc, subcode, in gimple_fold_stmt_to_constant_1()
|
| HD | tree.h | 5268 fold_ternary_loc (UNKNOWN_LOCATION, CODE, T1, T2, T3, T4) 5269 extern tree fold_ternary_loc (location_t, enum tree_code, tree, tree, tree, tree);
|
| HD | fold-const.c | 13711 fold_ternary_loc (location_t loc, enum tree_code code, tree type, in fold_ternary_loc() function 14182 tem = fold_ternary_loc (loc, code, type, op0, op1, op2); in fold() 14605 tem = fold_ternary_loc (loc, code, type, op0, op1, op2); in fold_build3_stat_loc()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | constexpr.c | 2149 tree r = fold_ternary_loc (loc, VEC_COND_EXPR, type, arg1, arg2, arg3); in cxx_eval_vector_conditional_expression() 3441 val = fold_ternary_loc (EXPR_LOCATION (t), TREE_CODE (t), TREE_TYPE (t), in cxx_eval_trinary_expression()
|