Searched refs:composite_pointer_type (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck.c | 474 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 D | cp-tree.h | 4443 extern tree composite_pointer_type PARAMS ((tree, tree, tree, tree,
|
H A D | ChangeLog | 5086 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 D | call.c | 3487 result_type = composite_pointer_type (arg2_type, arg3_type, arg2,
|
H A D | ChangeLog.2 | 3825 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 D | typeck.c | 472 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 D | ChangeLog-2000 | 805 (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 D | ChangeLog-1999 | 3825 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 D | cp-tree.h | 4489 extern tree composite_pointer_type (tree, tree, tree, tree,
|
H A D | ChangeLog-2004 | 894 * 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 D | ChangeLog-2002 | 3683 composite_pointer_type. 3687 (composite_pointer_type): Also handle attributes.
|
H A D | call.c | 3530 result_type = composite_pointer_type (arg2_type, arg3_type, arg2, in build_conditional_expr()
|
H A D | ChangeLog | 5567 * typeck.c (composite_pointer_type): If both pointers are 5677 * typeck.c (composite_pointer_type): Add Objective-C++ support.
|
H A D | ChangeLog-2003 | 2761 (composite_pointer_type): Use it.
|