Lines Matching full:labels
545 -Wno-endif-labels -Werror -Werror=*
654 -falign-labels[=N] -falign-loops[=N] -fassociative-math
880 -mlinked-fp -mlong-calls -malign-labels
3456 warning.) `case' labels outside the enumeration range also
3466 enumeration. `case' labels outside the enumeration range also
3879 * Identifier conflicts with labels. Traditional C lacks a
3880 separate namespace for labels.
3921 `-Wno-endif-labels'
5775 -falign-loops -falign-labels
5820 -falign-labels -freorder-blocks -freorder-blocks-and-partition
7094 `-falign-labels'
7095 `-falign-labels=N'
7101 `-fno-align-labels' and `-falign-labels=1' are equivalent and mean
7102 that labels will not be aligned.
8866 `-Wendif-labels'
10823 * The compiler will emit such `gs' modifiers for code labels in the
11801 `-malign-labels'
11802 Try to align labels to an 8-byte boundary by inserting nops into
18644 * Local Labels:: Labels local to a block.
18645 * Labels as Values:: Getting pointers to labels, and computed gotos.
18688 * Asm Labels:: Specifying the assembler name to use for a C symbol.
18709 File: gcc.info, Node: Statement Exprs, Next: Local Labels, Up: C Extensions
18801 statement expression with a computed `goto' (*note Labels as Values::)
18818 File: gcc.info, Node: Local Labels, Next: Labels as Values, Prev: Statement Exprs, Up: C Extensions
18820 6.2 Locally Declared Labels
18823 GCC allows you to declare "local labels" in any nested block scope. A
18883 Local label declarations also make the labels they declare visible to
18888 File: gcc.info, Node: Labels as Values, Next: Nested Functions, Prev: Local Labels, Up: C Extensions
18890 6.3 Labels as Values
18927 The labels within the interpreter function can be stored in the
18959 File: gcc.info, Node: Nested Functions, Next: Constructing Calls, Prev: Labels as Values, Up: C Extensions
19028 function (*note Local Labels::). Such a jump returns instantly to the
20126 labels, one for each integer value from LOW to HIGH, inclusive.
22041 feature is intended for code generated by programs which contains labels
22046 attributes on labels if the attribute specifier is immediately followed
22114 function is specified (*note Asm Labels::), the attribute must follow
23303 Variable Length::), use of computed goto (*note Labels as Values::),
23650 This assumes your assembler supports local labels, as the GNU assembler
23653 Speaking of labels, jumps from one `asm' to another are not supported.
23741 jump to one or more C labels. In this form, a fifth section after the
23742 clobber list contains a list of all C labels to which the assembly may
23921 File: gcc.info, Node: Constraints, Next: Asm Labels, Prev: Extended Asm, Up: C Extensions
25984 File: gcc.info, Node: Asm Labels, Next: Explicit Reg Vars, Prev: Constraints, Up: C Extensions
26026 File: gcc.info, Node: Explicit Reg Vars, Next: Alternate Keywords, Prev: Asm Labels, Up: C Extensions
37804 on all platforms supported by GCC, use the asm labels extension (*note
37805 Asm Labels::).
37821 These pragmas and the asm labels extension interact in a complicated
37825 linkage. Asm labels do not have this restriction.
37828 linkage. Again, asm labels do not have this restriction.
37848 asm labels, but if `#pragma extern_prefix' triggers first we have
44772 * falign-labels: Optimize Options. (line 1412)
45515 * malign-labels: FRV Options. (line 104)
46844 * Wendif-labels <1>: Preprocessor Options.
46846 * Wendif-labels: Warning Options. (line 1019)
46926 * Wno-endif-labels: Warning Options. (line 1019)
47421 * address of a label: Labels as Values. (line 6)
47468 * assembler names for identifiers: Asm Labels. (line 6)
47551 * case labels in initializers: Designated Inits. (line 6)
47619 Labels as Values. (line 6)
47902 * goto with computed label: Labels as Values. (line 6)
47933 * identifiers, names in assembler code: Asm Labels. (line 6)
48044 * labels as values: Labels as Values. (line 6)
48088 * local labels: Local Labels. (line 6)
48133 * macros, local labels: Local Labels. (line 6)
48188 * names used in assembler code: Asm Labels. (line 6)
48910 Node: Local Labels799388
48911 Node: Labels as Values802367
48912 Ref: Labels as Values-Footnote-1804776
48964 Node: Asm Labels1070879