Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c237 tree auto_node = make_auto (); in lambda_capture_field_type()
H A Dparser.c6119 return build_min_nt_loc (loc, BIT_NOT_EXPR, make_auto ()); in cp_parser_unqualified_id()
11141 return_type_specs.type = make_auto (); in cp_parser_lambda_declarator_opt()
12539 range_type = cp_build_reference_type (make_auto (), true); in build_range_temp()
13979 decl_specs.type = make_auto (); in cp_parser_decomposition_declaration()
18002 type = make_auto (); in cp_parser_simple_type_specifier()
18033 type = make_auto (); in cp_parser_simple_type_specifier()
H A Dcp-tree.h6903 extern tree make_auto (void);
H A Ddecl.c11902 type = build_qualified_type (make_auto (), type_quals); in grokdeclarator()
H A Dpt.c28004 make_auto (void) in make_auto() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc221 tree auto_node = make_auto (); in lambda_capture_field_type()
H A DChangeLog-2015449 (make_auto): Likewise.
452 make_auto and pass false. Set TYPE_CANONICAL directly.
H A DChangeLog-2010632 (reduce_template_parm_level, process_template_parm, make_auto):
651 (make_auto): Require structural equality on auto
H A 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()
H A DChangeLog-2008729 (make_auto): New function.
H A Dcp-tree.h7286 extern tree make_auto (void);
H A DChangeLog-2016211 * pt.c (make_decltype_auto, make_auto, make_constrained_auto,
H A Ddecl.cc12602 type = build_qualified_type (make_auto (), type_quals); in grokdeclarator()
H A Dpt.cc28931 make_auto (void) in make_auto() function