Home
last modified time | relevance | path

Searched refs:ntype (Results 26 – 36 of 36) sorted by relevance

12

/dragonfly/contrib/binutils-2.27/include/
H A Dbfdlink.h640 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
/dragonfly/contrib/binutils-2.34/include/
H A Dbfdlink.h677 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
/dragonfly/contrib/binutils-2.27/binutils/
H A Dod-xcoff.c365 unsigned short ntype; member
694 s->sym.ntype = bfd_h_get_16 (abfd, sym.e_type); in xcoff32_read_symbols()
803 printf (" %04x %3u ", s->sym.ntype, s->sym.numaux); in dump_xcoff32_symbols()
/dragonfly/contrib/binutils-2.34/gold/
H A Dobject.cc1326 unsigned int ntype = elfcpp::Swap<32, big_endian>::readval(pcontents + 8); in layout_gnu_property_section() local
1337 if (ntype != elfcpp::NT_GNU_PROPERTY_TYPE_0) in layout_gnu_property_section()
1341 this->name().c_str(), ntype); in layout_gnu_property_section()
1375 layout->layout_gnu_property(ntype, pr_type, pr_datasz, pprop, this); in layout_gnu_property_section()
/dragonfly/contrib/awk/
H A Db.c40 #define info(v) (v)->ntype /* badly overloaded here */
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c7285 tree ntype = copy_node (TREE_TYPE (otmpl)); in add_defaults_to_ttp() local
7286 TYPE_STUB_DECL (ntype) = TYPE_NAME (ntype) = ntmpl; in add_defaults_to_ttp()
7287 TYPE_MAIN_VARIANT (ntype) = ntype; in add_defaults_to_ttp()
7288 TYPE_POINTER_TO (ntype) = TYPE_REFERENCE_TO (ntype) = NULL_TREE; in add_defaults_to_ttp()
7289 TYPE_NAME (ntype) = ntmpl; in add_defaults_to_ttp()
7290 SET_TYPE_STRUCTURAL_EQUALITY (ntype); in add_defaults_to_ttp()
7292 tree idx = TEMPLATE_TYPE_PARM_INDEX (ntype) in add_defaults_to_ttp()
7293 = copy_node (TEMPLATE_TYPE_PARM_INDEX (ntype)); in add_defaults_to_ttp()
7295 TREE_TYPE (ntmpl) = TREE_TYPE (idx) = ntype; in add_defaults_to_ttp()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexpr.c5093 tree ntype in store_expr() local
5096 if (ntype == NULL) in store_expr()
5097 ntype = lang_hooks.types.type_for_mode in store_expr()
5101 exp = fold_convert_loc (loc, ntype, exp); in store_expr()
H A Dfold-const.c735 tree ntype = TYPE_UNSIGNED (type) in fold_negate_expr() local
738 tree temp = fold_convert_loc (loc, ntype, TREE_OPERAND (t, 0)); in fold_negate_expr()
739 temp = fold_build2_loc (loc, RSHIFT_EXPR, ntype, temp, op1); in fold_negate_expr()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dexpr.c5541 tree ntype in store_expr_with_bounds() local
5544 if (ntype == NULL) in store_expr_with_bounds()
5545 ntype = lang_hooks.types.type_for_mode in store_expr_with_bounds()
5549 exp = fold_convert_loc (loc, ntype, exp); in store_expr_with_bounds()
H A Dfold-const.c708 tree ntype = TYPE_UNSIGNED (type) in fold_negate_expr_1() local
711 tree temp = fold_convert_loc (loc, ntype, TREE_OPERAND (t, 0)); in fold_negate_expr_1()
712 temp = fold_build2_loc (loc, RSHIFT_EXPR, ntype, temp, op1); in fold_negate_expr_1()
H A Dmatch.pd4512 (with { tree ntype = TREE_TYPE (@0); }
4513 (convert (bit_and (op @0 @1) (convert:ntype @4))))

12