Home
last modified time | relevance | path

Searched refs:IS_CLASS (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/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)) in objc_maybe_build_component_ref()
1492 IS_CLASS (rtype), in objc_maybe_build_component_ref()
1606 if (!IS_CLASS (rtype)) in objc_maybe_build_component_ref()
1634 IS_CLASS (rtype), in objc_maybe_build_component_ref()
3566 && (IS_ID (type) || IS_CLASS (type) || IS_SUPER (type)) in objc_is_id()
5528 class_tree = (IS_CLASS (rtype) ? objc_class_name : NULL_TREE); in objc_finish_message_expr()
H A Dobjc-next-runtime-abi-01.c757 && IS_CLASS (TREE_TYPE (receiver))) in next_runtime_abi_01_receiver_is_class_object()
H A Dobjc-next-runtime-abi-02.c1574 && IS_CLASS (TREE_TYPE (receiver)) in next_runtime_abi_02_receiver_is_class_object()
/netbsd-src/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)) in objc_maybe_build_component_ref()
1556 IS_CLASS (rtype), in objc_maybe_build_component_ref()
1670 if (!IS_CLASS (rtype)) in objc_maybe_build_component_ref()
1698 IS_CLASS (rtype), in objc_maybe_build_component_ref()
3642 && (IS_ID (type) || IS_CLASS (type) || IS_SUPER (type)) in objc_is_id()
5607 class_tree = (IS_CLASS (rtype) ? objc_class_name : NULL_TREE); in objc_finish_message_expr()
H A DChangeLog3857 (IS_ID, IS_CLASS, IS_PROTOCOL_QUALIFIED_UNTYPED, IS_SUPER,
4109 (receiver_is_class_object): Use new IS_CLASS() macro.
4115 instead of using IS_ID and IS_CLASS; Use objc_class_name instead of
4188 (IS_CLASS): New macro.
H A Dobjc-next-runtime-abi-01.cc758 && IS_CLASS (TREE_TYPE (receiver))) in next_runtime_abi_01_receiver_is_class_object()
H A Dobjc-next-runtime-abi-02.cc1576 && IS_CLASS (TREE_TYPE (receiver)) in next_runtime_abi_02_receiver_is_class_object()