Lines Matching refs:auto_node
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()
12090 "placeholder %qT", auto_node); in grokdeclarator()
12603 if (tree auto_node = type_uses_auto (type)) in grokdeclarator() local
12604 if (!CLASS_PLACEHOLDER_TEMPLATE (auto_node)) in grokdeclarator()