Home
last modified time | relevance | path

Searched refs:fold_call_expr (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltins.h133 extern tree fold_call_expr (location_t, tree, bool);
Dgimplify.cc3638 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); in gimplify_call_expr()
3775 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); in gimplify_call_expr()
Dbuiltins.cc9661 fold_call_expr (location_t loc, tree exp, bool ignore) in fold_call_expr() function
DChangeLog-20078281 (fold_call_expr, fold_builtin_call_array): Don't fold
28365 (fold_call_expr): Declare to replace fold_builtin.
28554 (fold_builtin): Deleted. Most callers changed to use fold_call_expr
28556 (fold_call_expr): New.
28718 fold_call_expr instead of fold_builtin.
28767 (gimplify_call_expr): Use fold_call_expr instead of fold_builtin.
28848 (compute_object_sizes): Likewise. Use fold_call_expr instead of
Dfold-const.cc13455 tem = fold_call_expr (loc, expr, false); in fold()
DChangeLog-2008844 (fold_call_expr): Don't optimize always_inline builtins before
20955 * builtins.c (fold_call_expr): Return realret.
DChangeLog-200916157 combine_comparisons, fold_builtin_*, fold_call_expr,
30753 (fold_call_expr): Return a NOP_EXPR from folding rather than the
DChangeLog-201030638 * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
30930 * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
DChangeLog-20142465 (fold_call_expr): Always use fold_builtin_n.
2476 fold_call_expr.
DChangeLog-20192954 (fold_call_expr): Pass new argument to fold_builtin_n and fold_builtin_2.
DChangeLog-201812007 (fold_call_expr): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20091749 fold_call_expr, build_range_check, maybe_fold_offset_to_address,