Searched refs:substitute_in_expr (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | stor-layout.cc | 209 size = substitute_in_expr (size, subst, param_decl); in self_referential_size()
|
H A D | tree.h | 5035 extern tree substitute_in_expr (tree, tree, tree); 5041 ((EXP) == 0 || TREE_CONSTANT (EXP) ? (EXP) : substitute_in_expr (EXP, F, R))
|
H A D | FSFChangeLog.11 | 801 * 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 D | tree.cc | 4331 substitute_in_expr (tree exp, tree f, tree r) in substitute_in_expr() function
|
H A D | FSFChangeLog.10 | 360 * tree.c (substitute_in_expr, case COMPONENT_REF): Ignore 8275 * tree.c (substitute_in_expr): Preserve TREE_READONLY.
|
H A D | ChangeLog-2004 | 13968 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 D | ChangeLog-2008 | 11609 * 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 D | ChangeLog-2009 | 17101 (substitute_in_expr) <tcc_declaration>: Return the replacement object 18579 * tree.c (substitute_in_expr) <COMPONENT_REF>: Tweak and reformat.
|
H A D | ChangeLog-2000 | 17581 (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
|
H A D | ChangeLog-2007 | 28393 (substitute_in_expr): Likewise.
|
H A D | ChangeLog-2005 | 7157 * tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF.
|
H A D | ChangeLog-2016 | 15760 (substitute_in_expr): Likewise.
|
H A D | ChangeLog-2003 | 30339 * tree.c (substitute_in_expr, case 'e'): Only make recursive call
|
H A D | ChangeLog-2010 | 9950 * tree.c (substitute_in_expr): Propagate the TREE_THIS_NOTRAP flag.
|
H A D | ChangeLog-2017 | 32851 * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | stor-layout.c | 209 size = substitute_in_expr (size, subst, param_decl); in self_referential_size()
|
H A D | tree.h | 4857 extern tree substitute_in_expr (tree, tree, tree); 4863 ((EXP) == 0 || TREE_CONSTANT (EXP) ? (EXP) : substitute_in_expr (EXP, F, R))
|
H A D | FSFChangeLog.11 | 801 * 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 D | tree.c | 4096 substitute_in_expr (tree exp, tree f, tree r) in substitute_in_expr() function
|
H A D | FSFChangeLog.10 | 360 * tree.c (substitute_in_expr, case COMPONENT_REF): Ignore 8275 * tree.c (substitute_in_expr): Preserve TREE_READONLY.
|