Searched refs:IS_ID (Results 1 – 6 of 6) sorted by relevance
456 #define IS_ID(TYPE) \ macro467 ((IS_ID (TYPE) || IS_CLASS (TYPE)) \
3566 && (IS_ID (type) || IS_CLASS (type) || IS_SUPER (type)) in objc_is_id()
470 #define IS_ID(TYPE) \ macro481 ((IS_ID (TYPE) || IS_CLASS (TYPE)) \
3857 (IS_ID, IS_CLASS, IS_PROTOCOL_QUALIFIED_UNTYPED, IS_SUPER,4115 instead of using IS_ID and IS_CLASS; Use objc_class_name instead of4189 (IS_ID, IS_SUPER): Robustify.
3642 && (IS_ID (type) || IS_CLASS (type) || IS_SUPER (type)) in objc_is_id()
28755 (IS_ID): Update reference to id_type.