Home
last modified time | relevance | path

Searched refs:newtag (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dpt.c5487 tree newtag; local
5489 newtag = tsubst (tag, args, tf_error, NULL_TREE);
5490 if (newtag == error_mark_node)
5493 if (TREE_CODE (newtag) != ENUMERAL_TYPE)
5504 CLASSTYPE_USE_TEMPLATE (newtag) = 0;
5512 SET_IDENTIFIER_TYPE_VALUE (name, newtag);
5513 pushtag (name, newtag, /*globalize=*/0);
10750 tsubst_enum (tag, newtag, args) in tsubst_enum() argument
10752 tree newtag;
10771 build_enumerator (TREE_PURPOSE (e), value, newtag);
[all …]
DChangeLog.212497 * pt.c (instantiate_class_template): Remove unused variable newtag;
/openbsd/src/usr.sbin/unbound/util/
Dconfig_file.c2241 char* newtag; in config_add_tag() local
2247 newtag = strdup(tag); in config_add_tag()
2248 if(!newtag) { in config_add_tag()
2256 newarray[cfg->num_tags++] = newtag; in config_add_tag()
/openbsd/src/sbin/unwind/libunbound/util/
Dconfig_file.c2241 char* newtag; in config_add_tag() local
2247 newtag = strdup(tag); in config_add_tag()
2248 if(!newtag) { in config_add_tag()
2256 newarray[cfg->num_tags++] = newtag; in config_add_tag()
/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c5839 tree newtag; in instantiate_class_template() local
5853 newtag = tsubst (t, args, tf_error, NULL_TREE); in instantiate_class_template()
5856 if (newtag == error_mark_node) in instantiate_class_template()
5859 if (TREE_CODE (newtag) != ENUMERAL_TYPE) in instantiate_class_template()
5874 CLASSTYPE_USE_TEMPLATE (newtag) = 0; in instantiate_class_template()
5882 SET_IDENTIFIER_TYPE_VALUE (name, newtag); in instantiate_class_template()
5883 pushtag (name, newtag, /*tag_scope=*/ts_current); in instantiate_class_template()
12525 tsubst_enum (tree tag, tree newtag, tree args) in tsubst_enum() argument
12545 build_enumerator (DECL_NAME (decl), value, newtag); in tsubst_enum()
12548 finish_enum (newtag); in tsubst_enum()
[all …]
DChangeLog-19985709 * pt.c (instantiate_class_template): Remove unused variable newtag;
/openbsd/src/gnu/usr.bin/cvs/
DFAQ269 because "rtag -r <oldtag> <newtag>" applies <newtag> to the same
3959 cvs rtag -b -r <oldtag> <newtag> <module>
3962 <newtag> must have a different name.)
3968 cvs tag -b <newtag> .
3972 cvs update -r <newtag>
3974 You can't delete <oldtag> before adding <newtag>, and I would not
5667 First, pick a <newtag> that is not in use. You could reuse (i.e. move)
5672 Use "rtag" to place <newtag> only on revisions attached to <oldtag> in
5675 cvs rtag -r <oldtag> <newtag> world
5683 cvs tag <newtag>