Searched refs:adc_unify (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 8643 t = do_auto_deduction (t, arg, a, complain, adc_unify, args, in convert_template_argument() 24464 complain, adc_unify, targs, in unify() 30355 && context != adc_unify) in do_auto_deduction() 30495 if (processing_template_decl && context == adc_unify) in do_auto_deduction() 30531 if (context == adc_unify && tmpl) in do_auto_deduction() 30559 case adc_unify: in do_auto_deduction() 30585 else if (context == adc_unify) in do_auto_deduction()
|
H A D | ChangeLog-2016 | 494 * cp-tree.h (enum auto_deduction_context): Add adc_unify. 498 (convert_template_argument): Call do_auto_deduction. If adc_unify,
|
H A D | ChangeLog | 334 template arguments for satisfaction in the adc_unify case.
|
H A D | cp-tree.h | 6008 adc_unify, /* Template argument deduction */ enumerator
|
H A D | ChangeLog-2021 | 4189 and context is adc_unify and we have constraints, pretend the
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 8422 t = do_auto_deduction (t, arg, a, complain, adc_unify, args); in convert_template_argument() 23555 tparm = do_auto_deduction (tparm, arg, a, complain, adc_unify); in unify() 29212 && context != adc_unify) in do_auto_deduction() 29367 case adc_unify: in do_auto_deduction() 29390 if (processing_template_decl && context != adc_unify) in do_auto_deduction()
|
H A D | cp-tree.h | 5771 adc_unify, /* Template argument deduction */ enumerator
|