Searched refs:composite_pointer_type (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | typeck.c | 563 composite_pointer_type (tree t1, tree t2, tree arg1, tree arg2, in composite_pointer_type() function 959 return composite_pointer_type (t1, t2, error_mark_node, error_mark_node, in common_pointer_type() 4776 result_type = composite_pointer_type (type0, type1, op0, op1, in cp_build_binary_op() 4796 result_type = composite_pointer_type (type0, type1, op0, op1, in cp_build_binary_op() 4811 result_type = composite_pointer_type (type0, type1, op0, op1, in cp_build_binary_op() 4888 type = composite_pointer_type (type0, type1, op0, op1, in cp_build_binary_op() 5002 result_type = composite_pointer_type (type0, type1, op0, op1, in cp_build_binary_op() 5085 result_type = composite_pointer_type (type0, type1, op0, op1, in cp_build_binary_op()
|
H A D | call.c | 2866 tree cptype = composite_pointer_type (type1, type2, in add_builtin_candidate() 5343 result_type = composite_pointer_type (arg2_type, arg3_type, arg2, in build_conditional_expr_1()
|
H A D | cp-tree.h | 7297 extern tree composite_pointer_type (tree, tree, tree, tree,
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | typeck.c | 563 composite_pointer_type (tree t1, tree t2, tree arg1, tree arg2, in composite_pointer_type() function 932 return composite_pointer_type (t1, t2, error_mark_node, error_mark_node, in common_pointer_type() 4029 result_type = composite_pointer_type (type0, type1, op0, op1, in cp_build_binary_op() 4128 type = composite_pointer_type (type0, type1, op0, op1, in cp_build_binary_op() 4237 result_type = composite_pointer_type (type0, type1, op0, op1, in cp_build_binary_op() 4259 result_type = composite_pointer_type (type0, type1, op0, op1, in cp_build_binary_op()
|
H A D | call.c | 2607 tree cptype = composite_pointer_type (type1, type2, in add_builtin_candidate() 4678 result_type = composite_pointer_type (arg2_type, arg3_type, arg2, in build_conditional_expr_1()
|
H A D | cp-tree.h | 5851 extern tree composite_pointer_type (tree, tree, tree, tree,
|