Home
last modified time | relevance | path

Searched refs:composite_pointer_type (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c568 composite_pointer_type (const op_location_t &location, in composite_pointer_type() function
957 return composite_pointer_type (input_location, t1, t2, in common_pointer_type()
5036 result_type = composite_pointer_type (location, in cp_build_binary_op()
5060 result_type = composite_pointer_type (location, in cp_build_binary_op()
5079 result_type = composite_pointer_type (location, in cp_build_binary_op()
5159 type = composite_pointer_type (location, type0, type1, op0, op1, in cp_build_binary_op()
5273 result_type = composite_pointer_type (location, in cp_build_binary_op()
5365 result_type = composite_pointer_type (location, in cp_build_binary_op()
H A Dcall.c3090 tree cptype = composite_pointer_type (input_location, in add_builtin_candidate()
5657 result_type = composite_pointer_type (loc, in build_conditional_expr_1()
H A Dcp-tree.h7665 extern tree composite_pointer_type (const op_location_t &,
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc594 composite_pointer_type (const op_location_t &location, in composite_pointer_type() function
985 return composite_pointer_type (input_location, t1, t2, in common_pointer_type()
5484 result_type = composite_pointer_type (location, in cp_build_binary_op()
5508 result_type = composite_pointer_type (location, in cp_build_binary_op()
5527 result_type = composite_pointer_type (location, in cp_build_binary_op()
5609 type = composite_pointer_type (location, type0, type1, op0, op1, in cp_build_binary_op()
5723 result_type = composite_pointer_type (location, in cp_build_binary_op()
5823 result_type = composite_pointer_type (location, in cp_build_binary_op()
H A DChangeLog-2010168 (composite_pointer_type_r, composite_pointer_type): Call it.
1439 * typeck.c (composite_pointer_type): Call objc_have_common_type
1453 * typeck.c (composite_pointer_type): Determine common type
2922 * typeck.c (composite_pointer_type): Likewise.
H A DChangeLog-2000805 (composite_pointer_type): Fix handling of conversions to `cv void*'.
2414 (composite_pointer_type): Use it.
2415 (build_binary_op): Use composite_pointer_type.
2755 * typeck.c (composite_pointer_type): Likewise.
6606 * typeck.c (composite_pointer_type, c_sizeof, expr_sizeof,
6758 * typeck.c (composite_pointer_type, common_type,
H A DChangeLog-2009464 (composite_pointer_type): Adjust prototype with new argument.
465 * typeck.c (composite_pointer_type): Accept
469 (common_pointer_type): Update call to composite_pointer_type.
H A DChangeLog-20122006 * typeck.c (composite_pointer_type_r, composite_pointer_type,
2216 * typeck.c (composite_pointer_type): Likewise.
H A DChangeLog-20082216 (composite_pointer_type): Ditto.
2217 (common_type): Fix call to composite_pointer_type.
H A DChangeLog-19993825 get_id_2, composite_pointer_type, dump_node_to_file): Constify a
3855 * typeck.c (composite_pointer_type): Constify a char*.
4143 (composite_pointer_type): Likewise.
4160 (composite_pointer_type): New function, split out from
H A DChangeLog-20052052 * typeck.c (composite_pointer_type): If both pointers are
2162 * typeck.c (composite_pointer_type): Add Objective-C++ support.
H A DChangeLog-20151573 * typeck.c (composite_pointer_type): Handle transaction-safety.
3243 * typeck.c (composite_pointer_type): Use std::swap instead of explicit
H A DChangeLog-2004894 * typeck.c (composite_pointer_type): Remove comment about DR 195.
1046 * typeck.c (composite_pointer_type): Add comment about DR 195
1320 * typeck.c (composite_pointer_type_r, composite_pointer_type,
H A DChangeLog-20023683 composite_pointer_type.
3687 (composite_pointer_type): Also handle attributes.
H A Dcall.cc3160 tree cptype = composite_pointer_type (input_location, in add_builtin_candidate()
5911 result_type = composite_pointer_type (loc, in build_conditional_expr()
H A DChangeLog-20191174 * typeck.c (composite_pointer_type): Add a const op_location_t&
1183 * cp-tree.h (composite_pointer_type): Update declaration.
H A Dcp-tree.h8076 extern tree composite_pointer_type (const op_location_t &,
H A DChangeLog-20141492 * typeck.c (composite_pointer_type, cxx_sizeof_or_alignof_type,
H A DChangeLog-20133294 (composite_pointer_type): Likewise.
H A DChangeLog-2016555 * typeck.c (composite_pointer_type): Handle fnptr conversion.
H A DChangeLog-20032761 (composite_pointer_type): Use it.
H A DChangeLog-20204078 (composite_pointer_type): Update the call to composite_pointer_type_r.