Searched refs:newtag (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | pt.c | 5487 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 …]
|
| D | ChangeLog.2 | 12497 * pt.c (instantiate_class_template): Remove unused variable newtag;
|
| /openbsd/src/usr.sbin/unbound/util/ |
| D | config_file.c | 2241 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/ |
| D | config_file.c | 2241 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/ |
| D | pt.c | 5839 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 …]
|
| D | ChangeLog-1998 | 5709 * pt.c (instantiate_class_template): Remove unused variable newtag;
|
| /openbsd/src/gnu/usr.bin/cvs/ |
| D | FAQ | 269 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>
|