Home
last modified time | relevance | path

Searched refs:adc_unify (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc8643 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 DChangeLog-2016494 * cp-tree.h (enum auto_deduction_context): Add adc_unify.
498 (convert_template_argument): Call do_auto_deduction. If adc_unify,
H A DChangeLog334 template arguments for satisfaction in the adc_unify case.
H A Dcp-tree.h6008 adc_unify, /* Template argument deduction */ enumerator
H A DChangeLog-20214189 and context is adc_unify and we have constraints, pretend the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c8422 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 Dcp-tree.h5771 adc_unify, /* Template argument deduction */ enumerator