Searched refs:make_auto (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | lambda.c | 237 tree auto_node = make_auto (); in lambda_capture_field_type()
|
| H A D | parser.c | 6119 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 D | cp-tree.h | 6903 extern tree make_auto (void);
|
| H A D | decl.c | 11902 type = build_qualified_type (make_auto (), type_quals); in grokdeclarator()
|
| H A D | pt.c | 28004 make_auto (void) in make_auto() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | lambda.cc | 221 tree auto_node = make_auto (); in lambda_capture_field_type()
|
| H A D | ChangeLog-2015 | 449 (make_auto): Likewise. 452 make_auto and pass false. Set TYPE_CANONICAL directly.
|
| H A D | ChangeLog-2010 | 632 (reduce_template_parm_level, process_template_parm, make_auto): 651 (make_auto): Require structural equality on auto
|
| H A D | parser.cc | 6441 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 D | ChangeLog-2008 | 729 (make_auto): New function.
|
| H A D | cp-tree.h | 7286 extern tree make_auto (void);
|
| H A D | ChangeLog-2016 | 211 * pt.c (make_decltype_auto, make_auto, make_constrained_auto,
|
| H A D | decl.cc | 12602 type = build_qualified_type (make_auto (), type_quals); in grokdeclarator()
|
| H A D | pt.cc | 28931 make_auto (void) in make_auto() function
|