/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | lambda.c | 234 tree auto_node = make_auto (); in lambda_capture_field_type() local 236 type = auto_node; in lambda_capture_field_type() 241 type = do_auto_deduction (type, expr, auto_node); in lambda_capture_field_type()
|
H A D | decl.c | 6857 tree auto_node; in cp_finish_decl() local 6903 && (auto_node = type_uses_auto (type))) in cp_finish_decl() 6918 gcc_assert (CLASS_PLACEHOLDER_TEMPLATE (auto_node)); in cp_finish_decl() 6924 && !CLASS_PLACEHOLDER_TEMPLATE (auto_node)) in cp_finish_decl() 6932 type = TREE_TYPE (decl) = do_auto_deduction (type, d_init, auto_node, in cp_finish_decl() 11142 if (tree auto_node = type_uses_auto (type)) in grokdeclarator() local 11172 tree tmpl = CLASS_PLACEHOLDER_TEMPLATE (auto_node); in grokdeclarator() 12081 if (tree auto_node = type_uses_auto (type)) in grokdeclarator() local 12084 if (CLASS_PLACEHOLDER_TEMPLATE (auto_node)) in grokdeclarator() 12087 CLASS_PLACEHOLDER_TEMPLATE (auto_node)); in grokdeclarator() [all …]
|
H A D | pt.c | 4660 tree auto_node = type_uses_auto (type); in maybe_update_decl_type() local 4662 if (auto_node) in maybe_update_decl_type() 4665 TREE_VEC_ELT (auto_vec, 0) = auto_node; in maybe_update_decl_type() 13690 if (tree auto_node = type_uses_auto (type)) in tsubst_decl() local 13694 int nouter = TEMPLATE_TYPE_LEVEL (auto_node) - 1; in tsubst_decl() 15478 if (tree auto_node = type_uses_auto (TREE_TYPE (r))) in tsubst_copy() local 15480 = do_auto_deduction (TREE_TYPE (r), init, auto_node, in tsubst_copy() 16347 tree auto_node = type_uses_auto (TREE_TYPE (decl)); in tsubst_omp_for_iterator() local 16348 if (auto_node && init) in tsubst_omp_for_iterator() 16350 = do_auto_deduction (TREE_TYPE (decl), init, auto_node, complain); in tsubst_omp_for_iterator() [all …]
|
H A D | init.c | 3600 tree auto_node = type_uses_auto (type); in build_new() local 3601 if (auto_node) in build_new() 3609 type = do_auto_deduction (type, d_init, auto_node, complain); in build_new()
|
H A D | parser.c | 11866 tree auto_node = type_uses_auto (TREE_TYPE (decl)); in do_range_for_auto_deduction() local 11867 if (auto_node) in do_range_for_auto_deduction() 11881 iter_decl, auto_node); in do_range_for_auto_deduction() 21074 if (tree auto_node = type_uses_auto (type_specifier_seq.type)) in cp_parser_type_id_1() local 21090 if (tree tmpl = CLASS_PLACEHOLDER_TEMPLATE (auto_node)) in cp_parser_type_id_1() 21093 auto_node); in cp_parser_type_id_1() 21098 error_at (loc, "invalid use of %qT", auto_node); in cp_parser_type_id_1() 34972 tree pushed_scope, auto_node; in cp_parser_omp_for_loop_init() local 34979 auto_node = type_uses_auto (TREE_TYPE (decl)); in cp_parser_omp_for_loop_init() 34995 || auto_node) in cp_parser_omp_for_loop_init() [all …]
|
H A D | typeck.c | 9187 tree auto_node; in check_return_expr() local 9208 auto_node = type_uses_auto (current_function_auto_return_pattern); in check_return_expr() 9210 retval, auto_node); in check_return_expr()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | pt.c | 3887 tree auto_node = type_uses_auto (type); in maybe_update_decl_type() local 3889 if (auto_node) in maybe_update_decl_type() 3892 TREE_VEC_ELT (auto_vec, 0) = auto_node; in maybe_update_decl_type() 10507 tree auto_node = type_uses_auto (type); in tsubst_decl() local 10508 if (auto_node) in tsubst_decl() 10515 = do_auto_deduction (type, init, auto_node); in tsubst_decl() 12399 tree decl, init, cond, incr, auto_node; in tsubst_omp_for_iterator() local 12405 auto_node = type_uses_auto (TREE_TYPE (decl)); in tsubst_omp_for_iterator() 12406 if (auto_node && init) in tsubst_omp_for_iterator() 12413 = do_auto_deduction (TREE_TYPE (decl), init_expr, auto_node); in tsubst_omp_for_iterator() [all …]
|
H A D | init.c | 2782 tree auto_node = type_uses_auto (type); in build_new() local 2783 if (auto_node) in build_new() 2787 type = do_auto_deduction (type, d_init, auto_node); in build_new()
|
H A D | parser.c | 9410 tree auto_node = type_uses_auto (TREE_TYPE (decl)); in do_range_for_auto_deduction() local 9411 if (auto_node) in do_range_for_auto_deduction() 9421 iter_decl, auto_node); in do_range_for_auto_deduction() 26237 tree pushed_scope, auto_node; in cp_parser_omp_for_loop() local 26244 auto_node = type_uses_auto (TREE_TYPE (decl)); in cp_parser_omp_for_loop() 26260 || auto_node) in cp_parser_omp_for_loop() 26268 if (auto_node) in cp_parser_omp_for_loop() 26272 auto_node); in cp_parser_omp_for_loop()
|
H A D | decl.c | 5975 tree auto_node; in cp_finish_decl() local 6007 auto_node = type_uses_auto (type); in cp_finish_decl() 6008 if (auto_node) in cp_finish_decl() 6023 auto_node); in cp_finish_decl()
|