Searched refs:objc_common_type (Results 1 – 4 of 4) sorted by relevance
97 objc_common_type (tree ARG_UNUSED (type1), tree ARG_UNUSED (type2)) in objc_common_type() function
903 extern tree objc_common_type (tree, tree);
901 * c-common.h (objc_common_type): New prototype.904 * stub-objc.c (objc_common_type): New stub.
537 return objc_common_type (t1, t2); in composite_pointer_type()