Home
last modified time | relevance | path

Searched refs:objc_common_type (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDstub-objc.c97 objc_common_type (tree ARG_UNUSED (type1), tree ARG_UNUSED (type2)) in objc_common_type() function
HDc-common.h903 extern tree objc_common_type (tree, tree);
HDChangeLog.apple901 * c-common.h (objc_common_type): New prototype.
904 * stub-objc.c (objc_common_type): New stub.
/NextBSD/contrib/gcc/cp/
HDtypeck.c537 return objc_common_type (t1, t2); in composite_pointer_type()