Home
last modified time | relevance | path

Searched refs:make_auto (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dlambda.cc221 tree auto_node = make_auto (); in lambda_capture_field_type()
DChangeLog-2010632 (reduce_template_parm_level, process_template_parm, make_auto):
651 (make_auto): Require structural equality on auto
DChangeLog-2015449 (make_auto): Likewise.
452 make_auto and pass false. Set TYPE_CANONICAL directly.
Dparser.cc6441 return build_min_nt_loc (loc, BIT_NOT_EXPR, make_auto ()); in cp_parser_unqualified_id()
11691 return_type_specs.type = make_auto (); in cp_parser_lambda_declarator_opt()
13635 tree auto_node = make_auto (); in build_range_temp()
15507 decl_specs.type = make_auto (); in cp_parser_decomposition_declaration()
19608 type = make_auto (); in cp_parser_simple_type_specifier()
19639 type = make_auto (); in cp_parser_simple_type_specifier()
DChangeLog-2008729 (make_auto): New function.
Dcp-tree.h7286 extern tree make_auto (void);
DChangeLog-2016211 * pt.c (make_decltype_auto, make_auto, make_constrained_auto,
Ddecl.cc12602 type = build_qualified_type (make_auto (), type_quals); in grokdeclarator()
Dpt.cc28931 make_auto (void) in make_auto() function