Lines Matching refs:auto_node

4861       tree auto_node = type_uses_auto (type);  in maybe_update_decl_type()  local
4863 if (auto_node) in maybe_update_decl_type()
4866 TREE_VEC_ELT (auto_vec, 0) = auto_node; in maybe_update_decl_type()
14670 if (tree auto_node = type_uses_auto (type)) in tsubst_decl() local
14674 int nouter = TEMPLATE_TYPE_LEVEL (auto_node) - 1; in tsubst_decl()
16402 if (tree auto_node = type_uses_auto (type)) in tsubst_init() local
16404 if (!CLASS_PLACEHOLDER_TEMPLATE (auto_node)) in tsubst_init()
16628 if (tree auto_node = type_uses_auto (TREE_TYPE (r))) in tsubst_copy() local
16630 = do_auto_deduction (TREE_TYPE (r), init, auto_node, in tsubst_copy()
17675 tree auto_node = type_uses_auto (TREE_TYPE (decl)); in tsubst_omp_for_iterator() local
17676 if (!range_for && auto_node && init) in tsubst_omp_for_iterator()
17678 = do_auto_deduction (TREE_TYPE (decl), init, auto_node, complain); in tsubst_omp_for_iterator()
19060 if (tree auto_node = type_uses_auto (TREE_TYPE (field))) in prepend_one_capture() local
19072 type = do_auto_deduction (TREE_TYPE (field), init, auto_node, complain); in prepend_one_capture()
28139 listify_autos (tree type, tree auto_node) in listify_autos() argument
28141 tree init_auto = listify (strip_top_quals (auto_node)); in listify_autos()
29202 do_auto_deduction (tree type, tree init, tree auto_node, in do_auto_deduction() argument
29225 if (tree tmpl = CLASS_PLACEHOLDER_TEMPLATE (auto_node)) in do_auto_deduction()
29240 type = listify_autos (type, auto_node); in do_auto_deduction()
29253 type = listify_autos (type, auto_node); in do_auto_deduction()
29263 && auto_node == type in do_auto_deduction()
29270 else if (AUTO_IS_DECLTYPE (auto_node)) in do_auto_deduction()
29280 if (type != auto_node) in do_auto_deduction()
29301 = build_tree_list (NULL_TREE, TYPE_NAME (auto_node)); in do_auto_deduction()
29321 && (auto_node in do_auto_deduction()
29337 if (tree check = NON_ERROR (PLACEHOLDER_TYPE_CONSTRAINTS (auto_node))) in do_auto_deduction()
29408 if (tree auto_node = find_type_usage (type, is_auto)) in splice_late_return_type() local
29409 if (TEMPLATE_TYPE_LEVEL (auto_node) <= processing_template_decl) in splice_late_return_type()
29414 tree new_auto = make_auto_1 (TYPE_IDENTIFIER (auto_node), false); in splice_late_return_type()
29422 = PLACEHOLDER_TYPE_CONSTRAINTS (auto_node); in splice_late_return_type()