Searched refs:NOTE_INSN_MAX (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Drtl.c125 [NOTE_INSN_MAX < 0 ? 1 : -1];
129 const char * const note_insn_name[NOTE_INSN_MAX - NOTE_INSN_BIAS] =
H A Dprint-rtl.c488 && XINT (in_rtx, i) < (int) NOTE_INSN_MAX)
H A Dgengtype.c417 NOTE_INSN_MAX enumerator in enum:insn_note
420 /* We must allocate one more entry here, as we use NOTE_INSN_MAX as the
422 static const char *const note_insn_name[NOTE_INSN_MAX+1] = {
509 for (c = 0; c <= NOTE_INSN_MAX; c++)
513 case NOTE_INSN_MAX:
531 /* NOTE_INSN_MAX is used as the default field for line
533 if (c == NOTE_INSN_MAX)
H A Drtl.h896 NOTE_INSN_MAX
901 extern const char * const note_insn_name[NOTE_INSN_MAX - NOTE_INSN_BIAS];
894 NOTE_INSN_MAX enumerator in enum:insn_note

Completed in 82 milliseconds