Home
last modified time | relevance | path

Searched refs:substitute_in_expr (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstor-layout.cc209 size = substitute_in_expr (size, subst, param_decl); in self_referential_size()
H A Dtree.h5035 extern tree substitute_in_expr (tree, tree, tree);
5041 ((EXP) == 0 || TREE_CONSTANT (EXP) ? (EXP) : substitute_in_expr (EXP, F, R))
H A DFSFChangeLog.11801 * tree.c (substitute_in_expr, case TREE_LIST): Fix two typos.
2776 * tree.c (contains_placeholder_p, substitute_in_expr):
3843 (substitute_in_expr, build_type_attribute_variant): Likewise.
12755 * tree.c (substitute_in_expr): Remove OFFSET_REF code.
14332 * tree.c (substitute_in_expr): Don't return new expression if
H A Dtree.cc4331 substitute_in_expr (tree exp, tree f, tree r) in substitute_in_expr() function
H A DFSFChangeLog.10360 * tree.c (substitute_in_expr, case COMPONENT_REF): Ignore
8275 * tree.c (substitute_in_expr): Preserve TREE_READONLY.
H A DChangeLog-200413968 tree_node_structure, type_contains_placeholder_p, substitute_in_expr,
21689 * tree.c (substitute_in_expr, tree_fold_gcd): Likewise.
28510 * tree.c (substitute_in_expr, case COMPONENT_REF): Add new operand.
32289 * tree.c (array_type_nelts, save_expr, substitute_in_expr,
37710 (substitute_in_expr): Use SUBSTITUTE_IN_EXPR for recursive call.
37861 * tree.c (substitute_in_expr): Rewrite to simplify and be more generic.
H A DChangeLog-200811609 * tree.c (substitute_in_expr, iterative_hash_expr): Likewise.
18983 * tree.c (substitute_in_expr) <tcc_vl_exp>: Fix thinko.
28382 * tree.c (substitute_in_expr): Add missing 'break'.
H A DChangeLog-200917101 (substitute_in_expr) <tcc_declaration>: Return the replacement object
18579 * tree.c (substitute_in_expr) <COMPONENT_REF>: Tweak and reformat.
H A DChangeLog-200017581 (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
H A DChangeLog-200728393 (substitute_in_expr): Likewise.
H A DChangeLog-20057157 * tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF.
H A DChangeLog-201615760 (substitute_in_expr): Likewise.
H A DChangeLog-200330339 * tree.c (substitute_in_expr, case 'e'): Only make recursive call
H A DChangeLog-20109950 * tree.c (substitute_in_expr): Propagate the TREE_THIS_NOTRAP flag.
H A DChangeLog-201732851 * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstor-layout.c209 size = substitute_in_expr (size, subst, param_decl); in self_referential_size()
H A Dtree.h4857 extern tree substitute_in_expr (tree, tree, tree);
4863 ((EXP) == 0 || TREE_CONSTANT (EXP) ? (EXP) : substitute_in_expr (EXP, F, R))
H A DFSFChangeLog.11801 * tree.c (substitute_in_expr, case TREE_LIST): Fix two typos.
2776 * tree.c (contains_placeholder_p, substitute_in_expr):
3843 (substitute_in_expr, build_type_attribute_variant): Likewise.
12755 * tree.c (substitute_in_expr): Remove OFFSET_REF code.
14332 * tree.c (substitute_in_expr): Don't return new expression if
H A Dtree.c4096 substitute_in_expr (tree exp, tree f, tree r) in substitute_in_expr() function
H A DFSFChangeLog.10360 * tree.c (substitute_in_expr, case COMPONENT_REF): Ignore
8275 * tree.c (substitute_in_expr): Preserve TREE_READONLY.