Lines Matching refs:tree_cons
1031 cand->args = tree_cons (NULL_TREE, in convert_class_to_reference()
2140 types[i] = tree_cons in add_builtin_candidates()
2143 types[i] = tree_cons in add_builtin_candidates()
2160 types[i] = tree_cons (NULL_TREE, type, types[i]); in add_builtin_candidates()
2167 types[i] = tree_cons (NULL_TREE, type, types[i]); in add_builtin_candidates()
2173 types[i] = tree_cons (NULL_TREE, type, types[i]); in add_builtin_candidates()
2179 types[i] = tree_cons in add_builtin_candidates()
2186 types[i] = tree_cons (NULL_TREE, type, types[i]); in add_builtin_candidates()
2190 types[i] = tree_cons (NULL_TREE, type, types[i]); in add_builtin_candidates()
2312 cand->template_decl = tree_cons (tmpl, targs, NULL_TREE); in add_template_candidate_real()
2578 args = tree_cons (NULL_TREE, t, args); in build_user_type_conversion_1()
2882 args = tree_cons (NULL_TREE, *size, args); in build_operator_new_call()
3005 mem_args = tree_cons (NULL_TREE, build_this (obj), args); in build_object_call()
3641 non_static_args = tree_cons (NULL_TREE, in add_candidates()
3741 arglist = tree_cons (NULL_TREE, arg3, arglist); in build_new_op()
3743 arglist = tree_cons (NULL_TREE, arg2, arglist); in build_new_op()
3744 arglist = tree_cons (NULL_TREE, arg1, arglist); in build_new_op()
4136 args = tree_cons (NULL_TREE, addr, args); in build_op_delete_call()
4138 args = tree_cons (NULL_TREE, addr, in build_op_delete_call()
4327 args = tree_cons (NULL_TREE, t, args); in convert_like_real()
4854 converted_args = tree_cons (NULL_TREE, TREE_VALUE (arg), converted_args); in build_over_call()
4862 converted_args = tree_cons in build_over_call()
4907 converted_args = tree_cons (NULL_TREE, converted_arg, converted_args); in build_over_call()
4930 converted_args = tree_cons (NULL_TREE, val, converted_args); in build_over_call()
4936 = tree_cons (NULL_TREE, in build_over_call()
4950 converted_args = tree_cons (NULL_TREE, a, converted_args); in build_over_call()
5039 args = tree_cons (NULL, TYPE_SIZE_UNIT (as_base), NULL); in build_over_call()
5040 args = tree_cons (NULL, arg, args); in build_over_call()
5042 args = tree_cons (NULL, t, args); in build_over_call()
5131 tree t = tree_cons (NULL_TREE, ptr_type_node, in build_java_interface_fn_ref()
5132 tree_cons (NULL_TREE, ptr_type_node, in build_java_interface_fn_ref()
5133 tree_cons (NULL_TREE, java_int_type_node, in build_java_interface_fn_ref()
5171 lookup_args = tree_cons (NULL_TREE, klass_ref, in build_java_interface_fn_ref()
5172 tree_cons (NULL_TREE, iface_ref, in build_java_interface_fn_ref()
5303 args = tree_cons (NULL_TREE, sub_vtt, args); in build_special_member_call()
5467 mem_args = tree_cons (NULL_TREE, instance_ptr, args); in build_new_method_call()
6758 static_aggregates = tree_cons (NULL_TREE, var, in initialize_reference()