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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h456 #define IS_ID(TYPE) \ macro
467 ((IS_ID (TYPE) || IS_CLASS (TYPE)) \
H A Dobjc-act.c3566 && (IS_ID (type) || IS_CLASS (type) || IS_SUPER (type))
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h470 #define IS_ID(TYPE) \ macro
481 ((IS_ID (TYPE) || IS_CLASS (TYPE)) \
H A Dobjc-act.cc3642 && (IS_ID (type) || IS_CLASS (type) || IS_SUPER (type))

Completed in 222 milliseconds