Home
last modified time | relevance | path

Searched refs:LABEL_NORMAL (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dprint-rtl.c542 case LABEL_NORMAL: break;
H A Drtl.h920 LABEL_NORMAL = 0, /* ordinary label */ enumerator
963 #define LABEL_ALT_ENTRY_P(LABEL) (LABEL_KIND (LABEL) != LABEL_NORMAL)
H A Dra-debug.c377 case LABEL_NORMAL: break;
H A Dfinal.c1977 case LABEL_NORMAL:
/openbsd-src/gnu/gcc/gcc/
H A Dprint-rtl.c603 case LABEL_NORMAL: break; in print_rtx()
H A Drtl.h911 LABEL_NORMAL = 0, /* ordinary label */ enumerator
954 #define LABEL_ALT_ENTRY_P(LABEL) (LABEL_KIND (LABEL) != LABEL_NORMAL)
H A Dfinal.c1658 case LABEL_NORMAL: in output_alternate_entry_point()
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Drtl.texi2856 labels: @code{LABEL_NORMAL}, @code{LABEL_STATIC_ENTRY},
2858 that do not have type @code{LABEL_NORMAL} are @dfn{alternate entry
2867 equivalent to testing whether @samp{LABEL_KIND (label) == LABEL_NORMAL}.
/openbsd-src/gnu/gcc/gcc/doc/
H A Drtl.texi3078 labels: @code{LABEL_NORMAL}, @code{LABEL_STATIC_ENTRY},
3080 that do not have type @code{LABEL_NORMAL} are @dfn{alternate entry
3089 equivalent to testing whether @samp{LABEL_KIND (label) == LABEL_NORMAL}.
H A Dgccint.info11027 labels: `LABEL_NORMAL', `LABEL_STATIC_ENTRY',
11029 that do not have type `LABEL_NORMAL' are "alternate entry points"
11039 == LABEL_NORMAL'. The only place that cares about the distinction