Searched refs:LABEL (Results 51 - 69 of 69) sorted by relevance

123

/freebsd-12-stable/usr.bin/sed/
H A Dcompile.c122 {':', 0, LABEL},
310 case LABEL: /* : */
/freebsd-12-stable/contrib/gcc/
H A Ddbxout.c476 /* Write out the label LABEL as the value of a stab. */
484 /* Write out the difference of two labels, LABEL - BASE, as the value
803 ADDR, LABEL, and NUMBER are three different ways to represent the
809 LABEL is used (currently) only for N_CATCH stabs; it represents
817 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) \
827 else if (LABEL) \
828 assemble_name (asm_out_file, LABEL); \
3358 /* Subroutine of dbxout_block. Emit an N_LBRAC stab referencing LABEL.
3372 /* Subroutine of dbxout_block. Emit an N_RBRAC stab referencing LABEL.
H A Dtree-flow.h463 #define LABEL(x) ((x) < 1024*10 ? 'b' : ((x) < 1024*1024*10 ? 'k' : 'M')) macro
H A Dfinal.c508 #define LABEL_ALIGN(LABEL) align_labels_log
516 #define LOOP_ALIGN(LABEL) align_loops_log
524 #define LABEL_ALIGN_AFTER_BARRIER(LABEL) 0
532 #define JUMP_ALIGN(LABEL) align_jumps_log
H A Dpostreload.c692 #define LABEL_LIVE(LABEL) \
693 (label_live[CODE_LABEL_NUMBER (LABEL) - min_labelno])
H A Dvmsdbgout.c329 #define ASM_OUTPUT_DEBUG_ADDR(FILE,LABEL) \
333 assemble_name (FILE, LABEL); \
H A Dggc-common.c216 #define LABEL(x) ((x) < 1024*10 ? ' ' : ((x) < 1024*1024*10 ? 'k' : 'M')) macro
H A Dtree-cfg.c938 /* Given LABEL return the first label in the same basic block. */
2350 SCALE (size), LABEL (size));
2357 fprintf (file, fmt_str_2, "Edges", num_edges, SCALE (size), LABEL (size));
2361 LABEL (total));
3213 /* Return true when BB has label LABEL in it. */
/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c334 if (cur_instr->patch_label->type != LABEL) {
H A Daicasm_gram.y1015 $2->type = LABEL;
1493 case LABEL:
/freebsd-12-stable/contrib/gcc/config/i386/
H A Di386.h1767 /* Go to LABEL if ADDR (a legitimate address expression)
1771 #define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR, LABEL) \
1775 goto LABEL; \
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1740 /* Go to LABEL if ADDR (a legitimate address expression)
1743 #define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR,LABEL) \
1746 goto LABEL; \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp175 STRINGIFY_CODE(TYPE_CODE, LABEL)
/freebsd-12-stable/contrib/dtc/
H A Dchecks.c398 for_each_marker_of_type(m, LABEL)
H A Dflattree.c178 for_each_marker_of_type(m, LABEL)
H A Dlivetree.c437 for_each_marker_of_type(m, LABEL)
/freebsd-12-stable/sbin/pfctl/
H A Dparse.y462 %token MINTTL ERROR ALLOWOPTS FASTROUTE FILENAME ROUTETO DUPTO REPLYTO NO LABEL
3852 label : LABEL STRING {
5600 { "label", LABEL},
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6100 % LABEL-title being set to a magic string.
6560 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
6803 % xref label, in the form LABEL-title, which is how we save it in the
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex7968 % LABEL-title being set to a magic string.
8498 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
8743 % xref label, in the form LABEL-title, which is how we save it in the

Completed in 476 milliseconds

123