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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dsemantics.c2183 pushtag (make_anon_name (), t, /*tag_scope=*/ts_current);
2192 pushtag (TYPE_IDENTIFIER (t), t, /*tag_scope=*/ts_current);
H A Ddecl.c9632 t = pushtag (name, t, scope);
9903 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
H A Dcp-tree.h3856 extern tree pushtag (tree, tree, tag_scope);
H A Dname-lookup.c4810 pushtag (tree name, tree type, tag_scope scope)
4805 pushtag (tree name, tree type, tag_scope scope) function
H A Dpt.c534 /* We use a non-tag-transparent scope here, which causes pushtag to
546 pushtag contains special code to call pushdecl_with_scope on the
4711 pushtag (DECL_NAME (template), t, /*tag_scope=*/ts_current);
4714 /* If we called start_enum or pushtag above, this information
5766 /* Now, we call pushtag to put this NEWTAG into the scope of
5768 pushtag calling push_template_decl. We don't have to do
5773 pushtag (name, newtag, /*tag_scope=*/ts_current);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-decl.c970 pushtag (tree name, tree type)
2919 pushtag (name, t);
5151 pushtag (name, ref);
5204 pushtag (name, ref);
5637 pushtag (name, enumtype);
963 pushtag (tree name, tree type) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-decl.c1434 pushtag (location_t loc, tree name, tree type)
3675 pushtag (input_location, name, t);
6455 pushtag (loc, name, ref);
6526 pushtag (loc, name, ref);
7094 pushtag (loc, name, enumtype);
1424 pushtag (location_t loc, tree name, tree type) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.c2409 pushtag (make_anon_name (), t, /*tag_scope=*/ts_current);
2418 pushtag (TYPE_IDENTIFIER (t), t, /*tag_scope=*/ts_current);
H A Dcp-tree.h4649 extern tree pushtag (tree, tree, tag_scope);
H A Dname-lookup.c5160 pushtag (tree name, tree type, tag_scope scope)
5155 pushtag (tree name, tree type, tag_scope scope) function
H A Ddecl.c10936 t = pushtag (name, t, scope);
11239 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
H A Dpt.c611 /* We use a non-tag-transparent scope here, which causes pushtag to
623 pushtag contains special code to call pushdecl_with_scope on the
6629 pushtag (DECL_NAME (gen_tmpl), t, /*tag_scope=*/ts_current);
6643 /* If we called start_enum or pushtag above, this information
7948 /* Now, we call pushtag to put this NEWTAG into the scope of
7950 pushtag calling push_template_decl. We don't have to do
7955 pushtag (name, newtag, /*tag_scope=*/ts_current);

Completed in 527 milliseconds