Home
last modified time | relevance | path

Searched refs:NOTE_INSN_BIAS (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDrtl.c128 const char * const note_insn_name[NOTE_INSN_MAX - NOTE_INSN_BIAS] =
HDprint-rtl.c487 if (XINT (in_rtx, i) >= (int) NOTE_INSN_BIAS in print_rtx()
HDrtl.h888 NOTE_INSN_BIAS = -100, enumerator
899 extern const char * const note_insn_name[NOTE_INSN_MAX - NOTE_INSN_BIAS];
901 (note_insn_name[(NOTE_CODE) - (int) NOTE_INSN_BIAS])
HDChangeLog-200018390 if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
21729 (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.