Home
last modified time | relevance | path

Searched refs:IS_ID (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/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)) in objc_is_id()
/netbsd-src/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 DChangeLog3857 (IS_ID, IS_CLASS, IS_PROTOCOL_QUALIFIED_UNTYPED, IS_SUPER,
4115 instead of using IS_ID and IS_CLASS; Use objc_class_name instead of
4189 (IS_ID, IS_SUPER): Robustify.
H A Dobjc-act.cc3642 && (IS_ID (type) || IS_CLASS (type) || IS_SUPER (type)) in objc_is_id()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200428755 (IS_ID): Update reference to id_type.