Home
last modified time | relevance | path

Searched refs:undeduced_auto_decl (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c1076 if (!generic_lambda_p && undeduced_auto_decl (callop)) in maybe_add_lambda_conv_op()
H A Ddecl.c725 && 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() function
17743 if (undeduced_auto_decl (decl)) in require_deduced_type()
H A Dcp-gimplify.c1587 if (undeduced_auto_decl (decl)) in cp_genericize_r()
H A Dclass.c8404 if (undeduced_auto_decl (fn)) in resolve_address_of_overloaded_function()
8424 if (undeduced_auto_decl (instantiation)) in resolve_address_of_overloaded_function()
H A Ddecl2.c5362 || undeduced_auto_decl (decl)) in maybe_instantiate_decl()
H A Dpt.c10732 && !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()
H A Dcp-tree.h6622 extern bool undeduced_auto_decl (tree);
H A Dcall.c8520 if (undeduced_auto_decl (fn)) in build_over_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc1075 if (!generic_lambda_p && undeduced_auto_decl (callop)) in maybe_add_lambda_conv_op()
H A Dconstraint.cc2404 || (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()
H A Dclass.cc8459 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()
H A Dcp-gimplify.cc1452 if (undeduced_auto_decl (decl)) in cp_genericize_r()
H A Ddecl2.cc5639 || undeduced_auto_decl (decl)) in maybe_instantiate_decl()
H A DChangeLog-20132929 * decl.c (undeduced_auto_decl): New.
2937 * decl2.c (mark_used): Use undeduced_auto_decl, require_deduced_type.
H A Ddecl.cc757 && undeduced_auto_decl (*d))) in poplevel()
18572 undeduced_auto_decl (tree decl) in undeduced_auto_decl() function
18587 if (undeduced_auto_decl (decl)) in require_deduced_type()
H A Dpt.cc11038 && !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()
H A DChangeLog-2018123 (undeduced_auto_decl): Likewise.
5091 * decl.c (undeduced_auto_decl): Limit to vars and fns.
H A Dcp-tree.h6894 extern bool undeduced_auto_decl (tree);
H A DChangeLog-20141336 undeduced_auto_decl): Change from cxx1y to cxx14.
H A Dcall.cc9230 if (undeduced_auto_decl (fn)) in build_over_call()
H A DChangeLog-20175249 * decl.c (undeduced_auto_decl): Remove C++14 limitation.