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

  /src/sbin/gpt/
type.c 55 "-a -T newtype",
56 "[-b blocknr] [-i index] [-L label] [-s sectors] [-t type] -T newtype",
72 gpt_uuid_t *newtype = v; local
73 gpt_uuid_copy(ent->ent_type, *newtype);
80 gpt_uuid_t newtype; local
84 gpt_uuid_copy(newtype, gpt_uuid_nil);
94 if (gpt == NULL || gpt_uuid_get(gpt, &newtype) == -1)
111 if (gpt == NULL || gpt_uuid_is_nil(newtype) || argc != optind)
114 return gpt_change_ent(gpt, &find, change, &newtype);
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
type-add-unnamed-struct.c 12 ctf_id_t newtype; local
42 if ((newtype = ctf_add_type (dyn, fp, type)) == CTF_ERR)
47 if (ctf_member_info (dyn, newtype, *walk, &mi) < 0)
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/
type-add-unnamed-struct.c 12 ctf_id_t newtype; local
42 if ((newtype = ctf_add_type (dyn, fp, type)) == CTF_ERR)
47 if (ctf_member_info (dyn, newtype, *walk, &mi) < 0)
  /src/crypto/dist/ipsec-tools/src/racoon/
evt.c 79 int newtype, oldtype; member in struct:__anon5
112 if (evttype_map[i].newtype == type)
  /src/external/gpl3/binutils/dist/binutils/
rdcoff.c 121 int newtype;
123 newtype = DECREF (ntype);
127 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
133 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
161 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
120 int newtype; local
  /src/external/gpl3/binutils.old/dist/binutils/
rdcoff.c 121 int newtype;
123 newtype = DECREF (ntype);
127 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
133 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
161 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
120 int newtype; local
  /src/external/gpl3/gcc/dist/gcc/
convert.cc 225 tree newtype = type; local
230 newtype = TREE_TYPE (arg0);
239 and T4 is NEWTYPE. All those types are of floating-point types.
240 T4 (NEWTYPE) should be narrower than T2 (ITYPE). This conversion
254 if (TYPE_MODE (type) != TYPE_MODE (newtype))
258 int p2 = REAL_MODE_FORMAT (TYPE_MODE (newtype))->p;
266 && TYPE_PRECISION (newtype) < TYPE_PRECISION (itype)
267 && (TYPE_MODE (newtype) == TYPE_MODE (double_type_node)
268 || TYPE_MODE (newtype) == TYPE_MODE (float_type_node)))
270 tree fn = mathfn_built_in (newtype, fcode)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
convert.cc 224 tree newtype = type; local
229 newtype = TREE_TYPE (arg0);
238 and T4 is NEWTYPE. All those types are of floating-point types.
239 T4 (NEWTYPE) should be narrower than T2 (ITYPE). This conversion
253 if (TYPE_MODE (type) != TYPE_MODE (newtype))
257 int p2 = REAL_MODE_FORMAT (TYPE_MODE (newtype))->p;
265 && TYPE_PRECISION (newtype) < TYPE_PRECISION (itype)
266 && (TYPE_MODE (newtype) == TYPE_MODE (double_type_node)
267 || TYPE_MODE (newtype) == TYPE_MODE (float_type_node)))
269 tree fn = mathfn_built_in (newtype, fcode)
    [all...]
  /src/sys/dev/ic/
icp.c 432 u_int newsize, newtype; local
474 newtype = icp->icp_info;
480 newtype = 0; /* XXX? */
486 icp->icp_cdr[unit].cd_type, newsize, newtype);
495 newtype != icp->icp_cdr[unit].cd_type) {
499 icp->icp_cdr[unit].cd_type = newtype;
  /src/sys/dev/pci/
twe.c 544 uint8_t newtype, newstripe; local
592 newtype = ad->configuration;
612 td->td_type == newtype &&
629 td->td_type = newtype;
  /src/sbin/fsdb/
fsdb.c 252 CMDFUNC(newtype); /* change type */ variable
299 {"chtype", "Change type of current inode to TYPE", 2, 2, newtype},
1259 CMDFUNC(newtype)
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 117 tree newtype = build_distinct_type_copy (type); local
118 TYPE_FIELDS (newtype) = copy_list (TYPE_FIELDS (type));
120 for (tree f = TYPE_FIELDS (newtype); f; f = DECL_CHAIN (f))
121 DECL_FIELD_CONTEXT (f) = newtype;
123 return newtype;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h 524 /* newtype(arguments)
527 Type *newtype; member in class:NewExp
536 static NewExp *create(const Loc &loc, Expression *thisexp, Type *newtype, Expressions *arguments);
  /src/crypto/external/bsd/openssh/dist/
sshkey.c 2197 int newtype; local
2199 if ((newtype = sshkey_type_certified(k->type)) == -1)
2203 k->type = newtype;
  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 201 tree newtype
207 newtype = cp_build_type_attribute_variant (newtype, attrs);
208 newtype = build_cp_fntype_variant (newtype, rqual,
212 return newtype;
227 tree newtype;
232 newtype = build_function_type (new_ret, args);
233 newtype = apply_memfn_quals (newtype,
200 tree newtype local
    [all...]
decl.cc 2424 tree newtype = TREE_TYPE (newdecl);
2427 if (newtype != error_mark_node && oldtype != error_mark_node
2428 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
2429 CLASSTYPE_FRIEND_CLASSES (newtype)
2547 tree newtype;
2553 /* But NEWTYPE might have an attribute, honor that. */
2555 newtype = oldtype;
2559 if (TYPE_ALIGN (tem) > TYPE_ALIGN (newtype))
2560 SET_TYPE_ALIGN (newtype, TYPE_ALIGN (tem));
2561 TYPE_USER_ALIGN (newtype) = true
2419 tree newtype = TREE_TYPE (newdecl); local
2542 tree newtype; local
5006 tree newtype, deltype; local
11012 tree newtype; local
    [all...]
pt.cc 17096 NEWFNS is a lookup set of member functions from NEWTYPE, a specialization
17101 filter_memfn_lookup (tree oldfns, tree newfns, tree newtype)
17127 auto visible_p = [newtype, seen_dep_using, &visible_set] (tree fn) {
17128 if (DECL_CONTEXT (fn) != newtype)
29890 tree newtype;
29895 newtype = cxx_make_type (TREE_CODE (oldtype));
29896 TYPE_MAIN_VARIANT (newtype) = newtype;
29900 newtype = TREE_TYPE (olddecl);
29901 if (type_uses_auto (newtype))
29888 tree newtype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 166 tree newtype
172 newtype = cp_build_type_attribute_variant (newtype, attrs);
173 newtype = build_cp_fntype_variant (newtype, rqual,
177 return newtype;
192 tree newtype;
197 newtype = build_function_type (new_ret, args);
198 newtype = apply_memfn_quals (newtype,
165 tree newtype local
    [all...]
decl.cc 2252 tree newtype = TREE_TYPE (newdecl);
2255 if (newtype != error_mark_node && oldtype != error_mark_node
2256 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
2257 CLASSTYPE_FRIEND_CLASSES (newtype)
2372 tree newtype;
2378 /* But NEWTYPE might have an attribute, honor that. */
2380 newtype = oldtype;
2384 if (TYPE_ALIGN (tem) > TYPE_ALIGN (newtype))
2385 SET_TYPE_ALIGN (newtype, TYPE_ALIGN (tem));
2386 TYPE_USER_ALIGN (newtype) = true
2247 tree newtype = TREE_TYPE (newdecl); local
2367 tree newtype; local
4673 tree newtype, deltype; local
10530 tree newtype; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 3109 struct type *newtype;
3116 newtype = lookup_transparent_type (name);
3118 if (newtype)
3126 have different lifetimes. Trying to copy NEWTYPE over to
3128 move over any other types NEWTYPE refers to, which could
3130 if (newtype->objfile_owner () == type->objfile_owner ())
3131 type = make_qualified_type (newtype, type->instance_flags (), type);
3133 type = newtype;
3108 struct type *newtype; local
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.c 3171 struct type *newtype;
3178 newtype = lookup_transparent_type (name);
3180 if (newtype)
3188 have different lifetimes. Trying to copy NEWTYPE over to
3190 move over any other types NEWTYPE refers to, which could
3192 if (newtype->objfile_owner () == type->objfile_owner ())
3193 type = make_qualified_type (newtype, type->instance_flags (), type);
3195 type = newtype;
3170 struct type *newtype; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 1818 match_builtin_function_types (tree newtype, tree oldtype,
1827 tree newrettype = TREE_TYPE (newtype);
1839 tree newargs = TYPE_ARG_TYPES (newtype);
1856 tree newtype = TREE_VALUE (newargs);
1857 if (newtype == error_mark_node)
1859 newtype = TYPE_MAIN_VARIANT (newtype);
1861 if (!types_close_enough_to_match (oldtype, newtype))
1879 if (!comptypes (last_structptr_types[j], newtype))
1886 last_structptr_types[j] = newtype;
1843 tree newtype = TREE_VALUE (newargs); local
2091 tree newtype, oldtype; local
3152 tree newtype = NULL, oldtype = NULL; local
3861 tree newtype = default_function_type; local
10522 tree newtype = TREE_TYPE (decl1); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 1700 match_builtin_function_types (tree newtype, tree oldtype,
1709 tree newrettype = TREE_TYPE (newtype);
1721 tree newargs = TYPE_ARG_TYPES (newtype);
1740 tree newtype = TREE_VALUE (newargs);
1741 if (newtype == error_mark_node)
1743 newtype = TYPE_MAIN_VARIANT (newtype);
1745 if (!types_close_enough_to_match (oldtype, newtype))
1763 if (!comptypes (last_structptr_types[j], newtype))
1770 last_structptr_types[j] = newtype;
1727 tree newtype = TREE_VALUE (newargs); local
1952 tree newtype, oldtype; local
2964 tree newtype = NULL, oldtype = NULL; local
3677 tree newtype = default_function_type; local
9584 tree newtype = TREE_TYPE (decl1); local
    [all...]

Completed in 132 milliseconds