Home
last modified time | relevance | path

Searched refs:alloc_rejection (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c625 alloc_rejection (enum rejection_reason_code code) in alloc_rejection() function
636 struct rejection_reason *r = alloc_rejection (rr_arity); in arity_rejection()
647 struct rejection_reason *r = alloc_rejection (rr_arg_conversion); in arg_conversion_rejection()
660 struct rejection_reason *r = alloc_rejection (rr_bad_arg_conversion); in bad_arg_conversion_rejection()
672 struct rejection_reason *r = alloc_rejection (rr_explicit_conversion); in explicit_conversion_rejection()
683 struct rejection_reason *r = alloc_rejection (rr_template_conversion); in template_conversion_rejection()
699 struct rejection_reason *r = alloc_rejection (rr_template_unification); in template_unification_rejection()
716 return alloc_rejection (rr_template_unification); in template_unification_error_rejection()
722 struct rejection_reason *r = alloc_rejection (rr_invalid_copy); in invalid_copy_with_fn_template_rejection()
729 struct rejection_reason *r = alloc_rejection (rr_inherited_ctor); in inherited_ctor_rejection()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc622 alloc_rejection (enum rejection_reason_code code) in alloc_rejection() function
633 struct rejection_reason *r = alloc_rejection (rr_arity); in arity_rejection()
645 struct rejection_reason *r = alloc_rejection (rr_arg_conversion); in arg_conversion_rejection()
658 struct rejection_reason *r = alloc_rejection (rr_bad_arg_conversion); in bad_arg_conversion_rejection()
670 struct rejection_reason *r = alloc_rejection (rr_explicit_conversion); in explicit_conversion_rejection()
681 struct rejection_reason *r = alloc_rejection (rr_template_conversion); in template_conversion_rejection()
697 struct rejection_reason *r = alloc_rejection (rr_template_unification); in template_unification_rejection()
714 return alloc_rejection (rr_template_unification); in template_unification_error_rejection()
720 struct rejection_reason *r = alloc_rejection (rr_invalid_copy); in invalid_copy_with_fn_template_rejection()
727 struct rejection_reason *r = alloc_rejection (rr_inherited_ctor); in inherited_ctor_rejection()
[all …]
H A DChangeLog-2010185 (alloc_rejection, arity_rejection, arg_conversion_rejection):