Searched refs:in_this (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | loop.c | 1213 record_excess_regs (in_this, not_in_this, output) in record_excess_regs() argument 1214 rtx in_this, not_in_this; in record_excess_regs() 1221 code = GET_CODE (in_this); 1235 if (REGNO (in_this) >= FIRST_PSEUDO_REGISTER 1236 && ! reg_mentioned_p (in_this, not_in_this)) 1237 *output = gen_rtx_EXPR_LIST (VOIDmode, in_this, *output); 1252 for (j = 0; j < XVECLEN (in_this, i); j++) 1253 record_excess_regs (XVECEXP (in_this, i, j), not_in_this, output); 1257 record_excess_regs (XEXP (in_this, i), not_in_this, output);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | parse.y | 12087 int in_this = CALL_THIS_CONSTRUCTOR_P (node); local 12098 if (in_this)
|
| D | parse.c | 15652 int in_this = CALL_THIS_CONSTRUCTOR_P (node); local 15663 if (in_this)
|