Searched refs:common_pointer_type (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2008 | 379 (common_pointer_type): Move handling of pointer types from 381 (cp_build_binary_op): Use common_pointer_type instead of 384 * cp-tree.h (common_pointer_type): Declare.
|
H A D | typeck.cc | 979 common_pointer_type (tree t1, tree t2) in common_pointer_type() function 5117 common_pointer_type (type0, type1), complain, in cp_build_binary_op()
|
H A D | ChangeLog-2012 | 2007 common_pointer_type, cp_build_indirect_ref, cp_build_binary_op,
|
H A D | cp-tree.h | 8075 extern tree common_pointer_type (tree, tree);
|
H A D | ChangeLog-2009 | 469 (common_pointer_type): Update call to composite_pointer_type.
|
H A D | ChangeLog-2019 | 1180 (common_pointer_type): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 650 common_pointer_type (tree t1, tree t2) in common_pointer_type() function 3969 common_type = common_pointer_type (TREE_TYPE (op0), TREE_TYPE (op1)); in pointer_diff() 5380 result_type = common_pointer_type (type1, type2); in build_conditional_expr() 12176 result_type = common_pointer_type (type0, type1); in build_binary_op() 12292 result_type = common_pointer_type (type0, type1); in build_binary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 654 common_pointer_type (tree t1, tree t2) in common_pointer_type() function 4001 common_type = common_pointer_type (TREE_TYPE (op0), TREE_TYPE (op1)); in pointer_diff() 5418 result_type = common_pointer_type (type1, type2); in build_conditional_expr() 12356 result_type = common_pointer_type (type0, type1); in build_binary_op() 12472 result_type = common_pointer_type (type0, type1); in build_binary_op()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 951 common_pointer_type (tree t1, tree t2) in common_pointer_type() function 4680 common_pointer_type (type0, type1), complain, in cp_build_binary_op()
|
H A D | cp-tree.h | 7664 extern tree common_pointer_type (tree, tree);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 14883 common_pointer_type, common_type, same_translation_unit_p, 31100 * c-typeck.c (composite_type, common_pointer_type): New functions. 31102 common_pointer_type. Ensure that arithmetic operations return 31106 common_pointer_type.
|
H A D | ChangeLog-2008 | 28493 * c-typeck.c (common_pointer_type): Do not merge inconsistent
|
H A D | ChangeLog-2009 | 4711 (common_pointer_type): Likewise.
|
H A D | ChangeLog-2005 | 33138 (common_pointer_type, comptypes, comp_target_types,
|