Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.h133 extern tree fold_call_expr (location_t, tree, bool);
H A 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()
H A Dbuiltins.cc9661 fold_call_expr (location_t loc, tree exp, bool ignore) in fold_call_expr() function
H A 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
H A Dfold-const.cc13455 tem = fold_call_expr (loc, expr, false); in fold()
H A DChangeLog-2008844 (fold_call_expr): Don't optimize always_inline builtins before
20955 * builtins.c (fold_call_expr): Return realret.
H A DChangeLog-200916157 combine_comparisons, fold_builtin_*, fold_call_expr,
30753 (fold_call_expr): Return a NOP_EXPR from folding rather than the
H A 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
H A DChangeLog-20142465 (fold_call_expr): Always use fold_builtin_n.
2476 fold_call_expr.
H A DChangeLog-201812007 (fold_call_expr): Likewise.
H A DChangeLog-20192954 (fold_call_expr): Pass new argument to fold_builtin_n and fold_builtin_2.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.h126 extern tree fold_call_expr (location_t, tree, bool);
H A Dgimplify.c3399 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); in gimplify_call_expr()
3536 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value); in gimplify_call_expr()
H A Dbuiltins.c10444 fold_call_expr (location_t loc, tree exp, bool ignore) in fold_call_expr() function
H A Dfold-const.c12857 tem = fold_call_expr (loc, expr, false); in fold()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20091749 fold_call_expr, build_range_check, maybe_fold_offset_to_address,
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20091789 combine_comparisons, fold_builtin_*, fold_call_expr,