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

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c993 pushtag (tree name, tree type)
3017 pushtag (name, t);
5447 pushtag (name, ref);
5503 pushtag (name, ref);
5934 pushtag (name, enumtype);
986 pushtag (tree name, tree type) function
/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c2198 pushtag (make_anon_name (), t, /*tag_scope=*/ts_current);
2207 pushtag (TYPE_IDENTIFIER (t), t, /*tag_scope=*/ts_current);
H A Ddecl.c9928 t = pushtag (name, t, scope);
10216 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
H A Dcp-tree.h3912 extern tree pushtag (tree, tree, tag_scope);
H A Dname-lookup.c4863 pushtag (tree name, tree type, tag_scope scope)
4858 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);

Completed in 224 milliseconds