Searched refs:IS_CLASS (Results 1 – 3 of 3) sorted by relevance
331 #define IS_CLASS(TYPE) \ macro336 ((IS_ID (TYPE) || IS_CLASS (TYPE)) \
524 (IS_ID, IS_CLASS, IS_PROTOCOL_QUALIFIED_UNTYPED, IS_SUPER,776 (receiver_is_class_object): Use new IS_CLASS() macro.782 instead of using IS_ID and IS_CLASS; Use objc_class_name instead of855 (IS_CLASS): New macro.
2987 && (IS_ID (type) || IS_CLASS (type) || IS_SUPER (type)) in objc_is_id()6107 if (TREE_CODE (receiver) == VAR_DECL && IS_CLASS (TREE_TYPE (receiver))) in receiver_is_class_object()6308 class_tree = (IS_CLASS (rtype) ? objc_class_name : NULL_TREE); in objc_finish_message_expr()