HomeSort by: relevance | last modified time | path
    Searched defs:alloc_rejection (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 641 alloc_rejection (enum rejection_reason_code code) function
652 struct rejection_reason *r = alloc_rejection (rr_arity);
664 struct rejection_reason *r = alloc_rejection (rr_arg_conversion);
677 struct rejection_reason *r = alloc_rejection (rr_bad_arg_conversion);
689 struct rejection_reason *r = alloc_rejection (rr_explicit_conversion);
700 struct rejection_reason *r = alloc_rejection (rr_template_conversion);
716 struct rejection_reason *r = alloc_rejection (rr_template_unification);
733 return alloc_rejection (rr_template_unification);
739 struct rejection_reason *r = alloc_rejection (rr_invalid_copy);
746 struct rejection_reason *r = alloc_rejection (rr_inherited_ctor)
    [all...]
call.cc 641 alloc_rejection (enum rejection_reason_code code) function
652 struct rejection_reason *r = alloc_rejection (rr_arity);
664 struct rejection_reason *r = alloc_rejection (rr_arg_conversion);
677 struct rejection_reason *r = alloc_rejection (rr_bad_arg_conversion);
689 struct rejection_reason *r = alloc_rejection (rr_explicit_conversion);
700 struct rejection_reason *r = alloc_rejection (rr_template_conversion);
716 struct rejection_reason *r = alloc_rejection (rr_template_unification);
733 return alloc_rejection (rr_template_unification);
739 struct rejection_reason *r = alloc_rejection (rr_invalid_copy);
746 struct rejection_reason *r = alloc_rejection (rr_inherited_ctor)
    [all...]
call.cc 641 alloc_rejection (enum rejection_reason_code code) function
652 struct rejection_reason *r = alloc_rejection (rr_arity);
664 struct rejection_reason *r = alloc_rejection (rr_arg_conversion);
677 struct rejection_reason *r = alloc_rejection (rr_bad_arg_conversion);
689 struct rejection_reason *r = alloc_rejection (rr_explicit_conversion);
700 struct rejection_reason *r = alloc_rejection (rr_template_conversion);
716 struct rejection_reason *r = alloc_rejection (rr_template_unification);
733 return alloc_rejection (rr_template_unification);
739 struct rejection_reason *r = alloc_rejection (rr_invalid_copy);
746 struct rejection_reason *r = alloc_rejection (rr_inherited_ctor)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 622 alloc_rejection (enum rejection_reason_code code) function
633 struct rejection_reason *r = alloc_rejection (rr_arity);
645 struct rejection_reason *r = alloc_rejection (rr_arg_conversion);
658 struct rejection_reason *r = alloc_rejection (rr_bad_arg_conversion);
670 struct rejection_reason *r = alloc_rejection (rr_explicit_conversion);
681 struct rejection_reason *r = alloc_rejection (rr_template_conversion);
697 struct rejection_reason *r = alloc_rejection (rr_template_unification);
714 return alloc_rejection (rr_template_unification);
720 struct rejection_reason *r = alloc_rejection (rr_invalid_copy);
727 struct rejection_reason *r = alloc_rejection (rr_inherited_ctor)
    [all...]
call.cc 622 alloc_rejection (enum rejection_reason_code code) function
633 struct rejection_reason *r = alloc_rejection (rr_arity);
645 struct rejection_reason *r = alloc_rejection (rr_arg_conversion);
658 struct rejection_reason *r = alloc_rejection (rr_bad_arg_conversion);
670 struct rejection_reason *r = alloc_rejection (rr_explicit_conversion);
681 struct rejection_reason *r = alloc_rejection (rr_template_conversion);
697 struct rejection_reason *r = alloc_rejection (rr_template_unification);
714 return alloc_rejection (rr_template_unification);
720 struct rejection_reason *r = alloc_rejection (rr_invalid_copy);
727 struct rejection_reason *r = alloc_rejection (rr_inherited_ctor)
    [all...]
call.cc 622 alloc_rejection (enum rejection_reason_code code) function
633 struct rejection_reason *r = alloc_rejection (rr_arity);
645 struct rejection_reason *r = alloc_rejection (rr_arg_conversion);
658 struct rejection_reason *r = alloc_rejection (rr_bad_arg_conversion);
670 struct rejection_reason *r = alloc_rejection (rr_explicit_conversion);
681 struct rejection_reason *r = alloc_rejection (rr_template_conversion);
697 struct rejection_reason *r = alloc_rejection (rr_template_unification);
714 return alloc_rejection (rr_template_unification);
720 struct rejection_reason *r = alloc_rejection (rr_invalid_copy);
727 struct rejection_reason *r = alloc_rejection (rr_inherited_ctor)
    [all...]

Completed in 185 milliseconds