Searched refs:undeduced_auto_decl (Results 1 – 21 of 21) sorted by relevance
1076 if (!generic_lambda_p && undeduced_auto_decl (callop)) in maybe_add_lambda_conv_op()
725 && undeduced_auto_decl (*d))) in poplevel()10293 || undeduced_auto_decl (decl) in check_static_variable_definition()17728 undeduced_auto_decl (tree decl) in undeduced_auto_decl() function17743 if (undeduced_auto_decl (decl)) in require_deduced_type()
1587 if (undeduced_auto_decl (decl)) in cp_genericize_r()
8404 if (undeduced_auto_decl (fn)) in resolve_address_of_overloaded_function()8424 if (undeduced_auto_decl (instantiation)) in resolve_address_of_overloaded_function()
5362 || undeduced_auto_decl (decl)) in maybe_instantiate_decl()
10732 && !undeduced_auto_decl (d) in neglectable_inst_p()22382 if (undeduced_auto_decl (fn)) in resolve_overloaded_unification()27166 || undeduced_auto_decl (expression)); in type_dependent_expression_p()29218 if (init && undeduced_auto_decl (init)) in do_auto_deduction()
6622 extern bool undeduced_auto_decl (tree);
8520 if (undeduced_auto_decl (fn)) in build_over_call()
1075 if (!generic_lambda_p && undeduced_auto_decl (callop)) in maybe_add_lambda_conv_op()
2404 || (DECL_P (t) && undeduced_auto_decl (t))); in note_failed_type_completion_for_satisfaction()2421 if (DECL_P (t) && !undeduced_auto_decl (t)) in some_type_complete_p()
8459 if (undeduced_auto_decl (fn)) in resolve_address_of_overloaded_function()8520 if (undeduced_auto_decl (fn)) in resolve_address_of_overloaded_function()8540 if (undeduced_auto_decl (instantiation)) in resolve_address_of_overloaded_function()
1452 if (undeduced_auto_decl (decl)) in cp_genericize_r()
5639 || undeduced_auto_decl (decl)) in maybe_instantiate_decl()
2929 * decl.c (undeduced_auto_decl): New.2937 * decl2.c (mark_used): Use undeduced_auto_decl, require_deduced_type.
757 && undeduced_auto_decl (*d))) in poplevel()18572 undeduced_auto_decl (tree decl) in undeduced_auto_decl() function18587 if (undeduced_auto_decl (decl)) in require_deduced_type()
11038 && !undeduced_auto_decl (d) in neglectable_inst_p()23263 if (undeduced_auto_decl (fn)) in resolve_overloaded_unification()28058 || undeduced_auto_decl (expression)); in type_dependent_expression_p()30361 if (init && undeduced_auto_decl (init)) in do_auto_deduction()
123 (undeduced_auto_decl): Likewise.5091 * decl.c (undeduced_auto_decl): Limit to vars and fns.
6894 extern bool undeduced_auto_decl (tree);
1336 undeduced_auto_decl): Change from cxx1y to cxx14.
9230 if (undeduced_auto_decl (fn)) in build_over_call()
5249 * decl.c (undeduced_auto_decl): Remove C++14 limitation.