Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dlambda.c234 tree auto_node = make_auto (); in lambda_capture_field_type()
H A Dparser.c5954 return build_nt (BIT_NOT_EXPR, make_auto ()); in cp_parser_unqualified_id()
10592 return_type_specs.type = make_auto (); in cp_parser_lambda_declarator_opt()
11845 range_type = cp_build_reference_type (make_auto (), true); in build_range_temp()
13280 decl_specs.type = make_auto (); in cp_parser_decomposition_declaration()
17040 type = make_auto (); in cp_parser_simple_type_specifier()
17071 type = make_auto (); in cp_parser_simple_type_specifier()
H A Dcp-tree.h6591 extern tree make_auto (void);
H A Ddecl.c10911 type = build_qualified_type (make_auto (), type_quals); in grokdeclarator()
H A Dpt.c25995 make_auto (void) in make_auto() function
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h5288 extern tree make_auto (void);
H A Dparser.c9389 range_type = cp_build_reference_type (make_auto (), true); in build_range_temp()
13563 type = make_auto (); in cp_parser_simple_type_specifier()
H A Dpt.c20023 make_auto (void) in make_auto() function