Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dstub-objc.c97 objc_common_type (tree ARG_UNUSED (type1), tree ARG_UNUSED (type2)) in objc_common_type() function
H A Dc-common.h903 extern tree objc_common_type (tree, tree);
H A DChangeLog.apple901 * c-common.h (objc_common_type): New prototype.
904 * stub-objc.c (objc_common_type): New stub.
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c537 return objc_common_type (t1, t2); in composite_pointer_type()