Home
last modified time | relevance | path

Searched refs:SUBSTITUTE_IN_EXPR (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/
HDtree.c2351 op0 = SUBSTITUTE_IN_EXPR (TREE_CHAIN (exp), f, r); in substitute_in_expr()
2352 op1 = SUBSTITUTE_IN_EXPR (TREE_VALUE (exp), f, r); in substitute_in_expr()
2374 op0 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 0), f, r); in substitute_in_expr()
2400 op0 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 0), f, r); in substitute_in_expr()
2408 op0 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 0), f, r); in substitute_in_expr()
2409 op1 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 1), f, r); in substitute_in_expr()
2418 op0 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 0), f, r); in substitute_in_expr()
2419 op1 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 1), f, r); in substitute_in_expr()
2420 op2 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 2), f, r); in substitute_in_expr()
2430 op0 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 0), f, r); in substitute_in_expr()
[all …]
HDtree.h4140 #define SUBSTITUTE_IN_EXPR(EXP, F, R) \ macro
HDChangeLog-200437710 (substitute_in_expr): Use SUBSTITUTE_IN_EXPR for recursive call.
37713 * tree.h (SUBSTITUTE_IN_EXPR, SUBSTITUTE_PLACEHOLDER_IN_EXPR): New.