Searched refs:make_auto (Results 1 – 9 of 9) sorted by relevance
221 tree auto_node = make_auto (); in lambda_capture_field_type()
632 (reduce_template_parm_level, process_template_parm, make_auto):651 (make_auto): Require structural equality on auto
449 (make_auto): Likewise.452 make_auto and pass false. Set TYPE_CANONICAL directly.
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()
729 (make_auto): New function.
7286 extern tree make_auto (void);
211 * pt.c (make_decltype_auto, make_auto, make_constrained_auto,
12602 type = build_qualified_type (make_auto (), type_quals); in grokdeclarator()
28931 make_auto (void) in make_auto() function