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

/freebsd-10.1-release/contrib/gcc/
H A Dc-parser.c3562 bool last_label = false;
3620 last_label = true;
3624 else if (!last_label
3627 last_label = false;
3637 else if (!last_label
3653 last_label = false;
3677 last_label = false, last_stmt = true;
3687 last_label = false;
3696 if (last_label)
3560 bool last_label = false; local
H A Ddwarf2out.c10570 const char *start_label, *last_label, *section;
10591 last_label = start_label;
10603 start_label, last_label, section,
10608 start_label = last_label;
10610 last_label = cfi->dw_cfi_oprnd1.dw_cfi_addr;
10629 start_label, last_label, section,
10632 start_label = last_label;
13784 static const char *last_label;
13800 newloc->label = last_label;
13818 last_label
10557 const char *start_label, *last_label, *section; local
13768 static const char *last_label; local
[all...]
/freebsd-10.1-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 228 milliseconds