Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-objc.h108 extern tree objc_common_type (tree, tree);
H A Dstub-objc.cc72 objc_common_type (tree ARG_UNUSED (type1), tree ARG_UNUSED (type2)) in objc_common_type() function
H A DChangeLog12920 * c-common.h (objc_common_type): New prototype.
12921 * stub-objc.c (objc_common_type): New stub.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-objc.h100 extern tree objc_common_type (tree, tree);
H A Dstub-objc.c72 objc_common_type (tree ARG_UNUSED (type1), tree ARG_UNUSED (type2)) in objc_common_type() function
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A DChangeLog1878 (objc_common_type): Added new type of check (-5).
2638 * objc-act.c (objc_common_type): New function.
H A Dobjc-act.cc2489 objc_common_type (tree type1, tree type2) in objc_common_type() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c2427 objc_common_type (tree type1, tree type2) in objc_common_type() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c647 return objc_common_type (t1, t2); in composite_pointer_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc673 return objc_common_type (t1, t2); in composite_pointer_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c5427 result_type = objc_common_type (type1, type2); in build_conditional_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc5467 result_type = objc_common_type (type1, type2); in build_conditional_expr()