Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc30020 deduction_guides_for (tree tmpl, bool &any_dguides_p, tsubst_flags_t complain) in deduction_guides_for() argument
30027 guides = deduction_guides_for (TI_TEMPLATE (tinfo), any_dguides_p, in deduction_guides_for()
30038 any_dguides_p = true; in deduction_guides_for()
30205 bool any_dguides_p = false; in do_class_deduction() local
30206 tree cands = deduction_guides_for (tmpl, any_dguides_p, complain); in do_class_deduction()
30231 if (!any_dguides_p) in do_class_deduction()
30311 if (fndecl != error_mark_node && !any_dguides_p && (complain & tf_warning)) in do_class_deduction()
H A DChangeLog-20215002 * pt.c (do_class_deduction): No aggregate guide if any_dguides_p.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c28949 deduction_guides_for (tree tmpl, bool &any_dguides_p, tsubst_flags_t complain) in deduction_guides_for() argument
28956 guides = deduction_guides_for (TI_TEMPLATE (tinfo), any_dguides_p, in deduction_guides_for()
28968 any_dguides_p = true; in deduction_guides_for()
29096 bool any_dguides_p = false; in do_class_deduction() local
29097 tree cands = deduction_guides_for (tmpl, any_dguides_p, complain); in do_class_deduction()
29121 if (!any_dguides_p) in do_class_deduction()