HomeSort by: relevance | last modified time | path
    Searched defs:newtag (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mips/fdt/
fdt_dma_machdep.c 54 bus_dma_tag_t newtag; local
67 &newtag, 0);
70 return newtag;
  /src/external/bsd/unbound/dist/util/
config_file.c 2351 char* newtag; local
2357 newtag = strdup(tag);
2358 if(!newtag) {
2366 newarray[cfg->num_tags++] = newtag;
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 12512 tree newtag = tsubst (t, args, tf_error, NULL_TREE);
12513 if (newtag == error_mark_node)
12516 if (TREE_CODE (newtag) != ENUMERAL_TYPE)
12523 set_identifier_type_value (name, TYPE_NAME (newtag));
12524 maybe_add_class_template_decl_list (type, newtag, false);
12525 TREE_PUBLIC (TYPE_NAME (newtag)) = true;
12526 determine_visibility (TYPE_NAME (newtag));
27803 /* Instantiate an enumerated type. TAG is the template type, NEWTAG
27808 tsubst_enum (tree tag, tree newtag, tree args)
27812 if (SCOPED_ENUM_P (newtag))
12511 tree newtag = tsubst (t, args, tf_error, NULL_TREE); local
    [all...]

Completed in 44 milliseconds