Searched refs:deduction_guide_p (Results 1 – 14 of 14) sorted by relevance
1664 && !DECL_DESTRUCTOR_P (t) && !deduction_guide_p (t)); in dump_function_decl()1709 else if (deduction_guide_p (t)) in dump_function_decl()
5338 if (deduction_guide_p (decl)) in special_function_p()
11566 if (deduction_guide_p (cand1->fn)) in joust()11568 gcc_assert (deduction_guide_p (cand2->fn)); in joust()
7061 extern bool deduction_guide_p (const_tree);
28277 deduction_guide_p (const_tree fn) in deduction_guide_p() function28290 gcc_assert (deduction_guide_p (fn)); in copy_guide_p()28303 gcc_assert (deduction_guide_p (fn)); in template_guide_p()
9752 if (deduction_guide_p (decl)) in grokfndecl()
1757 && !DECL_DESTRUCTOR_P (t) && !deduction_guide_p (t)); in dump_function_decl()1806 else if (deduction_guide_p (t)) in dump_function_decl()
3181 if (deduction_guide_p (olddecl) in redeclaration_error_message()3182 && deduction_guide_p (newdecl)) in redeclaration_error_message()3239 if (deduction_guide_p (olddecl) in redeclaration_error_message()3240 && deduction_guide_p (newdecl)) in redeclaration_error_message()10380 if (deduction_guide_p (decl)) in grokfndecl()
4784 gcc_assert (deduction_guide_p (OVL_FIRST (dguides))); in perform_dguide_overload_resolution()12320 if (deduction_guide_p (cand1->fn)) in joust()12322 gcc_assert (deduction_guide_p (cand2->fn)); in joust()
243 else if (deduction_guide_p (t) && DECL_ARTIFICIAL (t)) in push_access_scope()270 || (deduction_guide_p (t) && DECL_ARTIFICIAL (t))) in pop_access_scope()22433 && deduction_guide_p (tmpl) in forwarding_reference_p()29234 deduction_guide_p (const_tree fn) in deduction_guide_p() function29247 gcc_assert (deduction_guide_p (fn)); in copy_guide_p()29260 gcc_assert (deduction_guide_p (fn)); in template_guide_p()29275 if (!deduction_guide_p (fn)) in builtin_guide_p()
5660 if (deduction_guide_p (decl)) in special_function_p()
7446 extern bool deduction_guide_p (const_tree);
1007 (dguide_name, dguide_name_p, deduction_guide_p): New.
5603 (deduction_guide_p): Check DECL_P.