Home
last modified time | relevance | path

Searched refs:newtype (Results 1 – 21 of 21) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dconvert.c198 tree newtype = type; in convert_to_real() local
203 newtype = TREE_TYPE (arg0); in convert_to_real()
218 if (newtype == type) in convert_to_real()
288 tree newtype = type; in convert_to_real() local
293 newtype = dfloat32_type_node; in convert_to_real()
297 newtype = dfloat64_type_node; in convert_to_real()
302 if (newtype == dfloat32_type_node in convert_to_real()
309 if (newtype == type) in convert_to_real()
315 newtype = TREE_TYPE (arg0); in convert_to_real()
317 newtype = TREE_TYPE (arg1); in convert_to_real()
[all …]
H A Dc-decl.c1480 newrettype = TREE_TYPE (newtype); in match_builtin_function_types()
1486 newargs = TYPE_ARG_TYPES (newtype); in match_builtin_function_types()
1512 tree newtype, tree oldtype) in diagnose_arglist_conflict() argument
1524 t = TYPE_ARG_TYPES (newtype); in diagnose_arglist_conflict()
1559 newargs = TYPE_ARG_TYPES (newtype); in validate_proto_after_old_defn()
1642 tree newtype, oldtype; in diagnose_mismatched_decls() local
1688 if (!comptypes (oldtype, newtype)) in diagnose_mismatched_decls()
2507 tree newtype = NULL, oldtype = NULL; in duplicate_decls() local
2932 newtype = build_type_attribute_variant (newtype, in implicitly_declare()
2939 newtype = TREE_TYPE (decl); in implicitly_declare()
[all …]
H A Dfold-const.c9220 tree newtype = TREE_TYPE (targ0); in fold_comparison() local
9223 newtype = TREE_TYPE (targ1); in fold_comparison()
9228 fold_convert_loc (loc, newtype, targ0), in fold_comparison()
9229 fold_convert_loc (loc, newtype, targ1)); in fold_comparison()
12707 fold_convert_loc (loc, newtype, in fold_binary_loc()
12709 fold_convert_loc (loc, newtype, in fold_binary_loc()
12713 fold_convert_loc (loc, newtype, arg1)); in fold_binary_loc()
13560 tree newtype = TREE_TYPE (targ0); in fold_binary_loc() local
13563 newtype = TREE_TYPE (targ1); in fold_binary_loc()
13567 fold_convert_loc (loc, newtype, targ0), in fold_binary_loc()
[all …]
H A Dbuiltins.c7243 tree newtype = TREE_TYPE (arg0); in fold_trunc_transparent_mathfn() local
7246 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (ftype) in fold_trunc_transparent_mathfn()
7247 && (decl = mathfn_built_in (newtype, fcode))) in fold_trunc_transparent_mathfn()
7251 newtype, in fold_trunc_transparent_mathfn()
7279 tree newtype = TREE_TYPE (arg0); in fold_fixed_mathfn() local
7282 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (ftype) in fold_fixed_mathfn()
7283 && (decl = mathfn_built_in (newtype, fcode))) in fold_fixed_mathfn()
7285 fold_convert_loc (loc, newtype, arg0)); in fold_fixed_mathfn()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dconvert.c198 tree newtype = type; in convert_to_real_1() local
203 newtype = TREE_TYPE (arg0); in convert_to_real_1()
248 if (newtype == type) in convert_to_real_1()
290 tree newtype = type; in convert_to_real_1() local
295 newtype = dfloat32_type_node; in convert_to_real_1()
299 newtype = dfloat64_type_node; in convert_to_real_1()
304 if (newtype == dfloat32_type_node in convert_to_real_1()
313 if (newtype == type) in convert_to_real_1()
319 newtype = TREE_TYPE (arg0); in convert_to_real_1()
321 newtype = TREE_TYPE (arg1); in convert_to_real_1()
[all …]
H A Dfold-const.c10734 tree newtype = unsigned_type_for (TREE_TYPE (arg0)); in fold_binary_loc() local
10735 tree newmod = fold_build2_loc (loc, TREE_CODE (arg0), newtype, in fold_binary_loc()
10736 fold_convert_loc (loc, newtype, in fold_binary_loc()
10738 fold_convert_loc (loc, newtype, in fold_binary_loc()
10742 fold_convert_loc (loc, newtype, arg1)); in fold_binary_loc()
11211 tree newtype = TREE_TYPE (targ0); in fold_binary_loc() local
11213 if (TYPE_PRECISION (TREE_TYPE (targ1)) > TYPE_PRECISION (newtype)) in fold_binary_loc()
11214 newtype = TREE_TYPE (targ1); in fold_binary_loc()
11216 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (TREE_TYPE (arg0))) in fold_binary_loc()
11218 fold_convert_loc (loc, newtype, targ0), in fold_binary_loc()
[all …]
H A Dmatch.pd3076 tree newtype
3080 (if (TYPE_PRECISION (TREE_TYPE (@2)) > TYPE_PRECISION (newtype))
3081 (cmp (convert:newtype @0) (convert:newtype @1))))))
/dragonfly/contrib/binutils-2.34/binutils/
H A Drdcoff.c150 int newtype; in parse_coff_type() local
152 newtype = DECREF (ntype); in parse_coff_type()
156 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
162 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
190 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
/dragonfly/contrib/binutils-2.27/binutils/
H A Drdcoff.c150 int newtype; in parse_coff_type() local
152 newtype = DECREF (ntype); in parse_coff_type()
156 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
162 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
190 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c1634 newrettype = TREE_TYPE (newtype); in match_builtin_function_types()
1678 tree newtype, tree oldtype) in diagnose_arglist_conflict() argument
1690 t = TYPE_ARG_TYPES (newtype); in diagnose_arglist_conflict()
1815 tree newtype, oldtype; in diagnose_mismatched_decls() local
1862 if (!comptypes (oldtype, newtype)) in diagnose_mismatched_decls()
2341 tree tem = newtype; in merge_decls()
2342 newtype = oldtype; in merge_decls()
2348 TYPE_USER_ALIGN (newtype) = true; in merge_decls()
3402 newtype = build_type_attribute_variant (newtype, in implicitly_declare()
3421 newtype = TREE_TYPE (decl); in implicitly_declare()
[all …]
/dragonfly/contrib/tnftp/src/
H A Dcmds.c282 changetype(int newtype, int show) in changetype() argument
287 if (newtype == 0) in changetype()
288 newtype = TYPE_I; in changetype()
289 if (newtype == curtype) in changetype()
294 if (newtype == p->t_type) in changetype()
297 errx(1, "changetype: unknown type %d", newtype); in changetype()
299 if (newtype == TYPE_L && bytename[0] != '\0') in changetype()
304 curtype = newtype; in changetype()
/dragonfly/sbin/fsdb/
H A Dfsdb.c129 CMDFUNC(newtype); /* change type */
163 { "chtype", "Change type of current inode to TYPE", 2, 2, FL_WR, newtype },
607 CMDFUNCSTART(newtype) in CMDFUNCSTART() argument
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl2.c196 tree newtype; in change_return_type() local
210 newtype = build_function_type (new_ret, args); in change_return_type()
211 newtype = apply_memfn_quals (newtype, in change_return_type()
216 newtype = build_method_type_directly in change_return_type()
219 newtype = build_ref_qualified_type (newtype, type_memfn_rqual (fntype)); in change_return_type()
221 newtype = build_exception_variant (newtype, raises); in change_return_type()
223 newtype = cp_build_type_attribute_variant (newtype, attrs); in change_return_type()
225 TYPE_HAS_LATE_RETURN_TYPE (newtype) = 1; in change_return_type()
227 return newtype; in change_return_type()
H A Ddecl.c2145 tree newtype; in duplicate_decls() local
2153 newtype = oldtype; in duplicate_decls()
2178 newtype = TREE_TYPE (newdecl); in duplicate_decls()
2219 && tx_safe_fn_type_p (newtype) in duplicate_decls()
2221 newtype = tx_unsafe_fn_variant (newtype); in duplicate_decls()
4286 tree newtype, deltype; in cxx_init_decl_processing() local
4325 newtype = build_exception_variant (newtype, new_eh_spec); in cxx_init_decl_processing()
4362 newtype = cp_build_type_attribute_variant (newtype, newattrs); in cxx_init_decl_processing()
4363 newtype = build_exception_variant (newtype, new_eh_spec); in cxx_init_decl_processing()
9105 tree newtype; in grokfndecl() local
[all …]
H A Dpt.c26262 tree newtype; in rewrite_template_parm() local
26268 TYPE_MAIN_VARIANT (newtype) = newtype; in rewrite_template_parm()
26276 if (type_uses_auto (newtype)) in rewrite_template_parm()
26279 newtype = tsubst (newtype, tsubst_args, in rewrite_template_parm()
26282 newtype = tsubst (newtype, current_template_args (), in rewrite_template_parm()
26286 newtype = tsubst (newtype, tsubst_args, in rewrite_template_parm()
26292 DECL_NAME (olddecl), newtype); in rewrite_template_parm()
26301 newdecl, newtype); in rewrite_template_parm()
26304 TYPE_STUB_DECL (newtype) = TYPE_NAME (newtype) = newdecl; in rewrite_template_parm()
26305 TYPE_CANONICAL (newtype) = canonical_type_parameter (newtype); in rewrite_template_parm()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.c2452 tree *newval, tree *newtype) in do_nonmember_using_decl() argument
2456 *newval = *newtype = NULL_TREE; in do_nonmember_using_decl()
2583 *newtype = decls.type; in do_nonmember_using_decl()
2584 if (oldtype && *newtype && !decls_match (oldtype, *newtype)) in do_nonmember_using_decl()
2591 *newval = *newtype; in do_nonmember_using_decl()
2592 *newtype = NULL_TREE; in do_nonmember_using_decl()
2601 tree oldval, oldtype, newval, newtype; in do_local_using_decl() local
2640 if (newtype) in do_local_using_decl()
3833 tree oldval, oldtype, newval, newtype; in do_toplevel_using_decl() local
3855 if (newtype) in do_toplevel_using_decl()
[all …]
H A Ddecl2.c149 tree newtype; in change_return_type() local
159 newtype = build_function_type (new_ret, args); in change_return_type()
160 newtype = apply_memfn_quals (newtype, type_memfn_quals (fntype)); in change_return_type()
163 newtype = build_method_type_directly in change_return_type()
166 newtype = build_exception_variant (newtype, raises); in change_return_type()
168 newtype = cp_build_type_attribute_variant (newtype, attrs); in change_return_type()
170 return newtype; in change_return_type()
H A Ddecl.c1723 tree newtype = TREE_TYPE (newdecl); in duplicate_decls() local
1728 CLASSTYPE_FRIEND_CLASSES (newtype) in duplicate_decls()
1810 tree newtype; in duplicate_decls() local
1821 newtype = oldtype; in duplicate_decls()
1855 if (! same_type_p (newtype, oldtype) in duplicate_decls()
3684 tree newtype, deltype; in cxx_init_decl_processing() local
3719 newtype = build_exception_variant (newtype, new_eh_spec); in cxx_init_decl_processing()
3722 push_cp_library_fn (NEW_EXPR, newtype); in cxx_init_decl_processing()
3723 push_cp_library_fn (VEC_NEW_EXPR, newtype); in cxx_init_decl_processing()
7465 tree newtype; in grokfndecl() local
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dgdbtypes.c1598 struct type *newtype; in check_typedef() local
1605 newtype = lookup_transparent_type (name); in check_typedef()
1607 if (newtype) in check_typedef()
1619 if (TYPE_OBJFILE (newtype) == TYPE_OBJFILE (type)) in check_typedef()
1620 type = make_qualified_type (newtype, in check_typedef()
1624 type = newtype; in check_typedef()
/dragonfly/sys/vfs/ufs/
H A Dufs_lookup.c1015 ufs_dirrewrite(struct inode *dp, struct inode *oip, ino_t newinum, int newtype, in ufs_dirrewrite() argument
1028 ep->d_type = newtype; in ufs_dirrewrite()
/dragonfly/crypto/openssh/
H A Dsshkey.c2891 int newtype; in sshkey_to_certified() local
2896 newtype = KEY_RSA_CERT; in sshkey_to_certified()
2899 newtype = KEY_DSA_CERT; in sshkey_to_certified()
2902 newtype = KEY_ECDSA_CERT; in sshkey_to_certified()
2905 newtype = KEY_ECDSA_SK_CERT; in sshkey_to_certified()
2909 newtype = KEY_ED25519_SK_CERT; in sshkey_to_certified()
2912 newtype = KEY_ED25519_CERT; in sshkey_to_certified()
2916 newtype = KEY_XMSS_CERT; in sshkey_to_certified()
2924 k->type = newtype; in sshkey_to_certified()