Searched refs:common_pointer_type (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-typeck.c | 618 common_pointer_type (tree t1, tree t2) in common_pointer_type() function 3419 common_type = common_pointer_type (TREE_TYPE (op0), TREE_TYPE (op1)); in pointer_diff() 4320 result_type = common_pointer_type (type1, type2); in build_conditional_expr() 10148 result_type = common_pointer_type (type0, type1); in build_binary_op() 10235 result_type = common_pointer_type (type0, type1); in build_binary_op()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 628 common_pointer_type (tree t1, tree t2) in common_pointer_type() function 3799 common_type = common_pointer_type (TREE_TYPE (op0), TREE_TYPE (op1)); in pointer_diff() 5130 result_type = common_pointer_type (type1, type2); in build_conditional_expr() 11646 result_type = common_pointer_type (type0, type1); in build_binary_op() 11762 result_type = common_pointer_type (type0, type1); in build_binary_op()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | typeck.c | 926 common_pointer_type (tree t1, tree t2) in common_pointer_type() function 3811 return pointer_diff (op0, op1, common_pointer_type (type0, type1)); in cp_build_binary_op()
|
H A D | cp-tree.h | 5850 extern tree common_pointer_type (tree, tree);
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | typeck.c | 953 common_pointer_type (tree t1, tree t2) in common_pointer_type() function 4421 common_pointer_type (type0, type1), complain, in cp_build_binary_op()
|
H A D | cp-tree.h | 7296 extern tree common_pointer_type (tree, tree);
|