Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree.c2344 op0 = SUBSTITUTE_IN_EXPR (TREE_CHAIN (exp), f, r); in substitute_in_expr()
2345 op1 = SUBSTITUTE_IN_EXPR (TREE_VALUE (exp), f, r); in substitute_in_expr()
2367 op0 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 0), f, r); in substitute_in_expr()
2393 op0 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 0), f, r); in substitute_in_expr()
2401 op0 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 0), f, r); in substitute_in_expr()
2402 op1 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 1), f, r); in substitute_in_expr()
2411 op0 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 0), f, r); in substitute_in_expr()
2412 op1 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 1), f, r); in substitute_in_expr()
2413 op2 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 2), f, r); in substitute_in_expr()
2423 op0 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 0), f, r); in substitute_in_expr()
[all …]
H A Dtree.h4058 #define SUBSTITUTE_IN_EXPR(EXP, F, R) \ macro