Lines Matching refs:auto_node

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()
26074 listify_autos (tree type, tree auto_node) in listify_autos() argument
26076 tree init_auto = listify (auto_node); in listify_autos()
26738 do_auto_deduction (tree type, tree init, tree auto_node, in do_auto_deduction() argument
26757 if (tree tmpl = CLASS_PLACEHOLDER_TEMPLATE (auto_node)) in do_auto_deduction()
26772 type = listify_autos (type, auto_node); in do_auto_deduction()
26785 type = listify_autos (type, auto_node); in do_auto_deduction()
26795 && auto_node == type in do_auto_deduction()
26802 else if (AUTO_IS_DECLTYPE (auto_node)) in do_auto_deduction()
26811 if (type != auto_node) in do_auto_deduction()
26829 = build_tree_list (NULL_TREE, TYPE_NAME (auto_node)); in do_auto_deduction()
26847 if (cfun && auto_node == current_function_auto_return_pattern in do_auto_deduction()
26862 if (tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (auto_node)) in do_auto_deduction()