HomeSort by: relevance | last modified time | path
    Searched defs:NOTE_KIND (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
rtl.h 1687 #define NOTE_KIND(INSN) XCINT (INSN, 4, NOTE)
1691 (NOTE_P (INSN) && NOTE_KIND (INSN) == NOTE_INSN_BASIC_BLOCK)
1697 (NOTE_KIND (INSN) == NOTE_INSN_BEGIN_STMT \
1698 || NOTE_KIND (INSN) == NOTE_INSN_INLINE_ENTRY))
1787 /* Codes that appear in the NOTE_KIND field for kinds of notes
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 1685 #define NOTE_KIND(INSN) XCINT (INSN, 4, NOTE)
1689 (NOTE_P (INSN) && NOTE_KIND (INSN) == NOTE_INSN_BASIC_BLOCK)
1695 (NOTE_KIND (INSN) == NOTE_INSN_BEGIN_STMT \
1696 || NOTE_KIND (INSN) == NOTE_INSN_INLINE_ENTRY))
1785 /* Codes that appear in the NOTE_KIND field for kinds of notes

Completed in 101 milliseconds