Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c474 composite_pointer_type (t1, t2, arg1, arg2, location) in composite_pointer_type() function
732 return composite_pointer_type (t1, t2, error_mark_node, error_mark_node,
3268 result_type = composite_pointer_type (type0, type1, op0, op1,
3349 result_type = composite_pointer_type (type0, type1, op0, op1,
3362 result_type = composite_pointer_type (type0, type1, op0, op1,
H A Dcp-tree.h4443 extern tree composite_pointer_type PARAMS ((tree, tree, tree, tree,
H A DChangeLog5086 composite_pointer_type.
5090 (composite_pointer_type): Also handle attributes.
10677 (composite_pointer_type): Fix handling of conversions to `cv void*'.
12286 (composite_pointer_type): Use it.
12287 (build_binary_op): Use composite_pointer_type.
12627 * typeck.c (composite_pointer_type): Likewise.
16478 * typeck.c (composite_pointer_type, c_sizeof, expr_sizeof,
16630 * typeck.c (composite_pointer_type, common_type,
H A Dcall.c3487 result_type = composite_pointer_type (arg2_type, arg3_type, arg2,
H A DChangeLog.23825 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
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c472 composite_pointer_type (tree t1, tree t2, tree arg1, tree arg2, in composite_pointer_type() function
770 return composite_pointer_type (t1, t2, error_mark_node, error_mark_node, in common_type()
3289 result_type = composite_pointer_type (type0, type1, op0, op1, in build_binary_op()
3377 result_type = composite_pointer_type (type0, type1, op0, op1, in build_binary_op()
3395 result_type = composite_pointer_type (type0, type1, op0, op1, in build_binary_op()
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-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 Dcp-tree.h4489 extern tree composite_pointer_type (tree, tree, tree, tree,
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.c3530 result_type = composite_pointer_type (arg2_type, arg3_type, arg2, in build_conditional_expr()
H A DChangeLog5567 * typeck.c (composite_pointer_type): If both pointers are
5677 * typeck.c (composite_pointer_type): Add Objective-C++ support.
H A DChangeLog-20032761 (composite_pointer_type): Use it.