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

/freebsd-9.3-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.c1020 match_builtin_function_types (tree newtype, tree oldtype)
1028 newrettype = TREE_TYPE (newtype);
1034 newargs = TYPE_ARG_TYPES (newtype);
1060 tree newtype, tree oldtype)
1065 || !comptypes (TREE_TYPE (oldtype), TREE_TYPE (newtype))
1068 (TYPE_ARG_TYPES (newtype) == 0 && DECL_INITIAL (newdecl) == 0)))
1073 t = TYPE_ARG_TYPES (newtype);
1100 validate_proto_after_old_defn (tree newdecl, tree newtype, tree oldtype)
1108 newargs = TYPE_ARG_TYPES (newtype);
1191 tree newtype, oldtyp
1012 match_builtin_function_types(tree newtype, tree oldtype) argument
1051 diagnose_arglist_conflict(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
1092 validate_proto_after_old_defn(tree newdecl, tree newtype, tree oldtype) argument
1183 tree newtype, oldtype; local
1644 merge_decls(tree newdecl, tree olddecl, tree newtype, tree oldtype) argument
1969 tree newtype = NULL, oldtype = NULL; local
2437 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.c6825 tree newtype = TREE_TYPE (arg0);
6828 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (ftype)
6829 && (decl = mathfn_built_in (newtype, fcode)))
6832 build_tree_list (NULL_TREE, fold_convert (newtype, arg0));
6863 tree newtype = TREE_TYPE (arg0);
6866 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (ftype)
6867 && (decl = mathfn_built_in (newtype, fcode)))
6870 build_tree_list (NULL_TREE, fold_convert (newtype, arg0));
6822 tree newtype = TREE_TYPE (arg0); local
6860 tree newtype = TREE_TYPE (arg0); local
/freebsd-9.3-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-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dir.h136 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx);
/freebsd-9.3-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-9.3-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-9.3-release/contrib/gcc/cp/
H A Dname-lookup.c2072 tree *newval, tree *newtype)
2076 *newval = *newtype = NULL_TREE;
2206 *newtype = decls.type;
2207 if (oldtype && *newtype && !decls_match (oldtype, *newtype))
2214 *newval = *newtype;
2215 *newtype = NULL_TREE;
2225 tree oldval, oldtype, newval, newtype;
2239 do_nonmember_using_decl (scope, name, oldval, oldtype, &newval, &newtype);
2264 if (newtype)
2068 do_nonmember_using_decl(tree scope, tree name, tree oldval, tree oldtype, tree *newval, tree *newtype) argument
2222 tree oldval, oldtype, newval, newtype; local
3334 tree oldval, oldtype, newval, newtype; local
[all...]
H A Ddecl.c1618 tree newtype = TREE_TYPE (newdecl);
1621 if (newtype != error_mark_node && oldtype != error_mark_node
1622 && TYPE_LANG_SPECIFIC (newtype) && TYPE_LANG_SPECIFIC (oldtype))
1623 CLASSTYPE_FRIEND_CLASSES (newtype)
1676 tree newtype;
1679 newtype = merge_types (TREE_TYPE (newdecl), TREE_TYPE (olddecl));
1683 && newtype == DECL_ORIGINAL_TYPE (newdecl))
1684 newtype = oldtype;
1712 TREE_TYPE (newdecl) = TREE_TYPE (olddecl) = newtype;
1718 if (! same_type_p (newtype, oldtyp
1613 tree newtype = TREE_TYPE (newdecl); local
1671 tree newtype; local
3271 tree newtype, deltype; local
6324 tree newtype; local
[all...]
/freebsd-9.3-release/sbin/fsdb/
H A Dfsdb.c143 CMDFUNC(newtype); /* change type */ variable
179 { "chtype", "Change type of current inode to TYPE", 2, 2, FL_WR, newtype },
888 CMDFUNCSTART(newtype)
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_lookup.c1265 ufs_dirrewrite(dp, oip, newinum, newtype, isrmdir)
1268 int newtype;
1299 ep->d_type = newtype;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c1390 dd_used_t oldtype, dd_used_t newtype, dmu_tx_t *tx)
1394 ASSERT(newtype < DD_USED_NUM);
1403 dd->dd_phys->dd_used_breakdown[newtype] >= -delta);
1406 dd->dd_phys->dd_used_breakdown[newtype] += delta;
1389 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.c334 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx) argument
339 dn->dn_bonustype = newtype;
/freebsd-9.3-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-9.3-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-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c1272 workitem_reassign(item, newtype)
1274 int newtype;
1281 dep_current[newtype]++;
1282 if (dep_current[newtype] > dep_highuse[newtype])
1283 dep_highuse[newtype] = dep_current[newtype];
1284 dep_total[newtype]++;
1285 item->wk_type = newtype;

Completed in 323 milliseconds