Searched refs:IS_CLASS (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h461 #define IS_CLASS(TYPE) \ macro
467 ((IS_ID (TYPE) || IS_CLASS (TYPE)) \
H A Dobjc-act.c1478 if (!IS_CLASS (rtype))
1492 IS_CLASS (rtype),
1606 if (!IS_CLASS (rtype))
1634 IS_CLASS (rtype),
3566 && (IS_ID (type) || IS_CLASS (type) || IS_SUPER (type))
5391 of type 'id' (if IS_CLASS is zero) or 'Class' (if IS_CLASS is
5528 class_tree = (IS_CLASS (rtype) ? objc_class_name : NULL_TREE);
H A Dobjc-next-runtime-abi-01.c757 && IS_CLASS (TREE_TYPE (receiver)))
H A Dobjc-next-runtime-abi-02.c1574 && IS_CLASS (TREE_TYPE (receiver))
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h475 #define IS_CLASS(TYPE) \ macro
481 ((IS_ID (TYPE) || IS_CLASS (TYPE)) \
H A Dobjc-act.cc1542 if (!IS_CLASS (rtype))
1556 IS_CLASS (rtype),
1670 if (!IS_CLASS (rtype))
1698 IS_CLASS (rtype),
3642 && (IS_ID (type) || IS_CLASS (type) || IS_SUPER (type))
5470 of type 'id' (if IS_CLASS is zero) or 'Class' (if IS_CLASS is
5607 class_tree = (IS_CLASS (rtype) ? objc_class_name : NULL_TREE);
H A Dobjc-next-runtime-abi-01.cc758 && IS_CLASS (TREE_TYPE (receiver)))
H A Dobjc-next-runtime-abi-02.cc1576 && IS_CLASS (TREE_TYPE (receiver))

Completed in 190 milliseconds