Searched refs:newtype (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dconvert.c181 tree newtype = type; local
186 newtype = TREE_TYPE (arg0);
191 && TYPE_PRECISION (newtype) < TYPE_PRECISION (itype)
192 && (TYPE_MODE (newtype) == TYPE_MODE (double_type_node)
193 || TYPE_MODE (newtype) == TYPE_MODE (float_type_node)))
196 tree fn = mathfn_built_in (newtype, fcode);
200 arglist = build_tree_list (NULL_TREE, fold (convert_to_real (newtype, arg0)));
202 if (newtype == type)
262 into ((newtype)a+(newtype)
275 tree newtype = type; local
[all...]
H A Dgengtype-yacc.y144 type_p newtype = NULL;
146 newtype = (type_p) 1;
150 p->type = newtype;
154 p->type = newtype;
H A Dc-decl.c1013 match_builtin_function_types (tree newtype, tree oldtype)
1021 newrettype = TREE_TYPE (newtype);
1027 newargs = TYPE_ARG_TYPES (newtype);
1053 tree newtype, tree oldtype)
1058 || !comptypes (TREE_TYPE (oldtype), TREE_TYPE (newtype))
1061 (TYPE_ARG_TYPES (newtype) == 0 && DECL_INITIAL (newdecl) == 0)))
1066 t = TYPE_ARG_TYPES (newtype);
1093 validate_proto_after_old_defn (tree newdecl, tree newtype, tree oldtype)
1101 newargs = TYPE_ARG_TYPES (newtype);
1184 tree newtype, oldtyp
1005 match_builtin_function_types(tree newtype, tree oldtype) argument
1044 diagnose_arglist_conflict(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
1085 validate_proto_after_old_defn(tree newdecl, tree newtype, tree oldtype) argument
1176 tree newtype, oldtype; local
1637 merge_decls(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
1957 tree newtype = NULL, oldtype = NULL; local
2425 tree newtype = default_function_type; local
[all...]
H A Dfold-const.c8109 tree newtype = TREE_TYPE (targ0);
8111 if (TYPE_PRECISION (TREE_TYPE (targ1)) > TYPE_PRECISION (newtype))
8112 newtype = TREE_TYPE (targ1);
8115 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (TREE_TYPE (arg0)))
8116 return fold_build2 (code, type, fold_convert (newtype, targ0),
8117 fold_convert (newtype, targ1));
10722 tree newtype = lang_hooks.types.unsigned_type (TREE_TYPE (arg0));
10723 tree newmod = fold_build2 (TREE_CODE (arg0), newtype,
10724 fold_convert (newtype,
10726 fold_convert (newtype,
8074 tree newtype = TREE_TYPE (targ0); local
10687 tree newtype = lang_hooks.types.unsigned_type (TREE_TYPE (arg0)); local
11378 tree newtype = TREE_TYPE (targ0); local
[all...]
H A Dbuiltins.c6827 tree newtype = TREE_TYPE (arg0);
6830 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (ftype)
6831 && (decl = mathfn_built_in (newtype, fcode)))
6834 build_tree_list (NULL_TREE, fold_convert (newtype, arg0));
6865 tree newtype = TREE_TYPE (arg0);
6868 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (ftype)
6869 && (decl = mathfn_built_in (newtype, fcode)))
6872 build_tree_list (NULL_TREE, fold_convert (newtype, arg0));
6824 tree newtype = TREE_TYPE (arg0); local
6862 tree newtype = TREE_TYPE (arg0); local
/freebsd-10.0-release/contrib/binutils/binutils/
H A Drdcoff.c147 int newtype;
149 newtype = DECREF (ntype);
153 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
159 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
187 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
146 int newtype; local
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dir.h127 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx);
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c267 changetype(int newtype, int show) argument
272 if (newtype == 0)
273 newtype = TYPE_I;
274 if (newtype == curtype)
279 if (newtype == p->t_type)
282 printf("ftp: internal error: unknown type %d\n", newtype);
285 if (newtype == TYPE_L && bytename[0] != '\0')
290 curtype = newtype;
/freebsd-10.0-release/contrib/tnftp/src/
H A Dcmds.c281 changetype(int newtype, int show) argument
286 if (newtype == 0)
287 newtype = TYPE_I;
288 if (newtype == curtype)
293 if (newtype == p->t_type)
296 errx(1, "changetype: unknown type %d", newtype);
298 if (newtype == TYPE_L && bytename[0] != '\0')
303 curtype = newtype;
/freebsd-10.0-release/contrib/gcc/cp/
H A Dname-lookup.c2073 tree *newval, tree *newtype)
2077 *newval = *newtype = NULL_TREE;
2179 *newtype = decls.type;
2180 if (oldtype && *newtype && !same_type_p (oldtype, *newtype))
2193 tree oldval, oldtype, newval, newtype;
2207 do_nonmember_using_decl (scope, name, oldval, oldtype, &newval, &newtype);
2232 if (newtype)
2234 push_local_binding (name, newtype, PUSH_USING);
2235 set_identifier_type_value (name, newtype);
2069 do_nonmember_using_decl(tree scope, tree name, tree oldval, tree oldtype, tree *newval, tree *newtype) argument
2190 tree oldval, oldtype, newval, newtype; local
3302 tree oldval, oldtype, newval, newtype; local
[all...]
H A Ddecl.c1606 tree newtype = TREE_TYPE (newdecl);
1609 if (newtype != error_mark_node && oldtype != error_mark_node
1610 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
1611 CLASSTYPE_FRIEND_CLASSES (newtype)
1662 tree newtype;
1665 newtype = merge_types (TREE_TYPE (newdecl), TREE_TYPE (olddecl));
1669 && newtype == DECL_ORIGINAL_TYPE (newdecl))
1670 newtype = oldtype;
1698 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = newtype;
1704 if (! same_type_p (newtype, oldtyp
1601 tree newtype = TREE_TYPE (newdecl); local
1657 tree newtype; local
3260 tree newtype, deltype; local
6279 tree newtype; local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c902 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx)
906 ASSERT(newtype < DD_USED_NUM);
915 dd->dd_phys->dd_used_breakdown[newtype] >= -delta);
918 dd->dd_phys->dd_used_breakdown[newtype] += delta;
901 dsl_dir_transfer_space(dsl_dir_t *dd, int64_t delta, dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx) argument
H A Ddnode.c350 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx) argument
355 dn->dn_bonustype = newtype;
/freebsd-10.0-release/sbin/fsdb/
H A Dfsdb.c144 CMDFUNC(newtype); /* change type */ variable
180 { "chtype", "Change type of current inode to TYPE", 2, 2, FL_WR, newtype },
892 CMDFUNCSTART(newtype)
/freebsd-10.0-release/sys/ufs/ufs/
H A Dufs_lookup.c1267 ufs_dirrewrite(dp, oip, newinum, newtype, isrmdir)
1270 int newtype;
1301 ep->d_type = newtype;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdbtypes.c1424 struct type *newtype; local
1430 newtype = lookup_transparent_type (name);
1431 if (newtype)
1432 make_cvr_type (is_const, is_volatile, is_restrict, newtype, &type);
/freebsd-10.0-release/contrib/sendmail/src/
H A Dqueue.c8510 int newtype; local
8724 newtype = (reason == NULL ? NORMQF_LETTER : QUARQF_LETTER);
8725 if (oldtype == newtype)
8732 /* going to rename tempqf to new name based on newtype */
8733 (void) sm_strlcpy(newqf, queuename(e, newtype), sizeof(newqf));
8754 if (oldtype == newtype)
8786 if (!failing && oldtype != newtype)
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c1273 workitem_reassign(item, newtype)
1275 int newtype;
1282 dep_current[newtype]++;
1283 if (dep_current[newtype] > dep_highuse[newtype])
1284 dep_highuse[newtype] = dep_current[newtype];
1285 dep_total[newtype]++;
1286 item->wk_type = newtype;

Completed in 517 milliseconds