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

  /src/external/gpl3/gcc/dist/gcc/
rtl.h 422 /* The PAT_VAR_LOCATION_STATUS of a VAR_LOCATION. */
1707 #define PAT_VAR_LOCATION_STATUS(PAT) \
1708 (RTL_FLAG_CHECK1 ("PAT_VAR_LOCATION_STATUS", PAT, VAR_LOCATION) \
1717 PAT_VAR_LOCATION_STATUS (NOTE_VAR_LOCATION (NOTE))
1763 PAT_VAR_LOCATION_STATUS (INSN_VAR_LOCATION (INSN))
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 420 /* The PAT_VAR_LOCATION_STATUS of a VAR_LOCATION. */
1705 #define PAT_VAR_LOCATION_STATUS(PAT) \
1706 (RTL_FLAG_CHECK1 ("PAT_VAR_LOCATION_STATUS", PAT, VAR_LOCATION) \
1715 PAT_VAR_LOCATION_STATUS (NOTE_VAR_LOCATION (NOTE))
1761 PAT_VAR_LOCATION_STATUS (INSN_VAR_LOCATION (INSN))

Completed in 20 milliseconds