Searched refs:fold_call_expr (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | builtins.h | 81 extern tree fold_call_expr (location_t, tree, bool);
|
H A D | gimplify.c | 3287 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); in gimplify_call_expr() 3416 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); in gimplify_call_expr()
|
H A D | builtins.c | 9325 fold_call_expr (location_t loc, tree exp, bool ignore) in fold_call_expr() function
|
H A D | fold-const.c | 11955 tem = fold_call_expr (loc, expr, false); in fold()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimple-fold.c | 2632 retval = fold_call_expr (EXPR_LOCATION (call), call, false); in gimple_fold_stmt_to_constant_1()
|
H A D | gimplify.c | 2412 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); in gimplify_call_expr() 2540 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); in gimplify_call_expr()
|
H A D | tree.h | 5433 extern tree fold_call_expr (location_t, tree, bool);
|
H A D | builtins.c | 11149 fold_call_expr (location_t loc, tree exp, bool ignore) in fold_call_expr() function
|
H A D | fold-const.c | 14156 tem = fold_call_expr (loc, expr, false); in fold()
|