Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree.c1890 substitute_in_expr (exp, f, r) in substitute_in_expr() function
1912 ? 0 : substitute_in_expr (TREE_CHAIN (exp), f, r));
1913 op1 = substitute_in_expr (TREE_VALUE (exp), f, r);
1929 op0 = substitute_in_expr (TREE_OPERAND (exp, 0), f, r);
1947 op0 = substitute_in_expr (TREE_OPERAND (exp, 0), f, r);
1948 op1 = substitute_in_expr (TREE_OPERAND (exp, 1), f, r);
1974 op0 = substitute_in_expr (TREE_OPERAND (exp, 0), f, r);
1975 op1 = substitute_in_expr (TREE_OPERAND (exp, 1), f, r);
1976 op2 = substitute_in_expr (TREE_OPERAND (exp, 2), f, r);
2010 op0 = substitute_in_expr (TREE_OPERAND (exp, 0), f, r);
[all …]
H A Dtree.h2711 extern tree substitute_in_expr PARAMS ((tree, tree, tree));
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 DFSFChangeLog.10360 * tree.c (substitute_in_expr, case COMPONENT_REF): Ignore
8275 * tree.c (substitute_in_expr): Preserve TREE_READONLY.
H A DChangeLog.32315 (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
/openbsd/gnu/gcc/gcc/
H A Dtree.h4053 extern tree substitute_in_expr (tree, tree, tree);
4059 ((EXP) == 0 || TREE_CONSTANT (EXP) ? (EXP) : substitute_in_expr (EXP, F, R))
H A Dtree.c2334 substitute_in_expr (tree exp, tree f, tree r) in substitute_in_expr() function