Searched refs:last_label (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-parser.c3383 bool last_label = false;
3439 last_label = true;
3443 else if (!last_label
3446 last_label = false;
3455 else if (!last_label
3471 last_label = false;
3494 last_label = false, last_stmt = true;
3504 last_label = false;
3511 if (last_label)
3381 bool last_label = false; local
H A Ddwarf2out.c10560 const char *start_label, *last_label, *section;
10581 last_label = start_label;
10593 start_label, last_label, section,
10598 start_label = last_label;
10600 last_label = cfi->dw_cfi_oprnd1.dw_cfi_addr;
10619 start_label, last_label, section,
10622 start_label = last_label;
13756 static const char *last_label;
13772 newloc->label = last_label;
13790 last_label
10547 const char *start_label, *last_label, *section; local
13740 static const char *last_label; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c6017 rtx last_label = 0;
6027 last_label = insn;
6034 last_label = insn;
6042 last_label = 0;
6050 if (last_label)
6054 INSN_UID (last_label));
6055 emit_insn_before (gen_insn_group_barrier (GEN_INT (3)), last_label);
6056 insn = last_label;
6059 last_label = 0;
6004 rtx last_label = 0; local

Completed in 171 milliseconds