Searched defs:new0 (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/usr.sbin/config/ |
H A D | gram.y | 68 #define new0(n,s,p,i,x) (alloc[adepth++] = newnv(n, s, p, i, x)) macro
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | reload1.c | 2425 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, true); in eliminate_regs_1() local 2498 rtx new0 = eliminate_regs_1 (XEXP (x, 0), mem_mode, insn, false); in eliminate_regs_1() local
|
H A D | tree-scalar-evolution.c | 1826 tree op0, op1, new0, new1; in fold_used_pointer() local
|
H A D | fold-const.c | 3061 eval_subst (tree arg, tree old0, tree new0, tree old1, tree new1) in eval_subst()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | reload1.c | 2428 rtx new0 = eliminate_regs (XEXP (x, 0), mem_mode, insn); local 2501 rtx new0 = eliminate_regs (XEXP (x, 0), mem_mode, insn); local
|
H A D | fold-const.c | 2130 eval_subst (arg, old0, new0, old1, new1) in eval_subst() argument
|
H A D | expr.c | 452 rtx new0 = protect_from_queue (XEXP (x, 0), 0); local
|