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

  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 2591 #define DECL_ABSTRACT_ORIGIN(NODE) \
2594 /* Like DECL_ABSTRACT_ORIGIN, but returns NODE if there's no abstract
2595 origin. This is useful when setting the DECL_ABSTRACT_ORIGIN. */
2597 (DECL_ABSTRACT_ORIGIN (NODE) ? DECL_ABSTRACT_ORIGIN (NODE) : (NODE))
2604 (DECL_ABSTRACT_ORIGIN (NODE) != NULL_TREE \
2605 && DECL_ABSTRACT_ORIGIN (NODE) != (NODE))
  /src/external/gpl3/gcc/dist/gcc/
tree.h 2746 #define DECL_ABSTRACT_ORIGIN(NODE) \
2749 /* Like DECL_ABSTRACT_ORIGIN, but returns NODE if there's no abstract
2750 origin. This is useful when setting the DECL_ABSTRACT_ORIGIN. */
2752 (DECL_ABSTRACT_ORIGIN (NODE) ? DECL_ABSTRACT_ORIGIN (NODE) : (NODE))
2759 (DECL_ABSTRACT_ORIGIN (NODE) != NULL_TREE \
2760 && DECL_ABSTRACT_ORIGIN (NODE) != (NODE))

Completed in 37 milliseconds