Searched defs:elims (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/ |
H A D | 20000503-1.c | 9 static struct elims {int from, to;} elim_regs[] = {{ 16, 7}, { 16, 6}, { 20, 7},{ 20, 6}}; in expand_nl_goto_receiver() argument
|
/openbsd/gnu/gcc/gcc/ |
H A D | stmt.c | 1809 static const struct elims {const int from, to;} elim_regs[] = ELIMINABLE_REGS; in expand_nl_goto_receiver() argument
|
H A D | builtins.c | 701 static const struct elims {const int from, to;} elim_regs[] = ELIMINABLE_REGS; in expand_builtin_setjmp_receiver() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | builtins.c | 540 static const struct elims {const int from, to;} elim_regs[] = ELIMINABLE_REGS; argument
|
H A D | stmt.c | 3585 static const struct elims {const int from, to;} elim_regs[] = ELIMINABLE_REGS; in expand_nl_goto_receiver() argument
|