Searched refs:objc_common_type (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-objc.h | 108 extern tree objc_common_type (tree, tree);
|
H A D | stub-objc.cc | 72 objc_common_type (tree ARG_UNUSED (type1), tree ARG_UNUSED (type2)) in objc_common_type() function
|
H A D | ChangeLog | 12920 * 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 D | c-objc.h | 100 extern tree objc_common_type (tree, tree);
|
H A D | stub-objc.c | 72 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 D | ChangeLog | 1878 (objc_common_type): Added new type of check (-5). 2638 * objc-act.c (objc_common_type): New function.
|
H A D | objc-act.cc | 2489 objc_common_type (tree type1, tree type2) in objc_common_type() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 2427 objc_common_type (tree type1, tree type2) in objc_common_type() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 647 return objc_common_type (t1, t2); in composite_pointer_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 673 return objc_common_type (t1, t2); in composite_pointer_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 5427 result_type = objc_common_type (type1, type2); in build_conditional_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 5467 result_type = objc_common_type (type1, type2); in build_conditional_expr()
|