Searched refs:pushtag (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/gcc/cp/
H A Dsemantics.c2210 pushtag (make_anon_name (), t, /*tag_scope=*/ts_current);
2219 pushtag (TYPE_IDENTIFIER (t), t, /*tag_scope=*/ts_current);
H A Ddecl.c10396 t = pushtag (name, t, scope);
10684 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
H A Dcp-tree.h3946 extern tree pushtag (tree, tree, tag_scope);
H A Dname-lookup.c4883 pushtag (tree name, tree type, tag_scope scope)
4878 pushtag (tree name, tree type, tag_scope scope) function
H A Dpt.c517 /* We use a non-tag-transparent scope here, which causes pushtag to
529 pushtag contains special code to call pushdecl_with_scope on the
4812 pushtag (DECL_NAME (template), t, /*tag_scope=*/ts_current);
4815 /* If we called start_enum or pushtag above, this information
5886 /* Now, we call pushtag to put this NEWTAG into the scope of
5888 pushtag calling push_template_decl. We don't have to do
5893 pushtag (name, newtag, /*tag_scope=*/ts_current);
/freebsd-10.1-release/contrib/gcc/
H A Dc-decl.c995 pushtag (tree name, tree type)
3019 pushtag (name, t);
5885 pushtag (name, ref);
5941 pushtag (name, ref);
6372 pushtag (name, enumtype);
988 pushtag (tree name, tree type) function

Completed in 200 milliseconds