Searched refs:nt (Results 26 - 45 of 45) sorted by relevance

12

/haiku-buildtools/legacy/binutils/gas/testsuite/gas/all/
H A Dgas.exp210 || [istarget i*86-*-*nt] \
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixinc.winnt41 cd $2; SEDFILE=`${PWDCMD-pwd}`/fixinc-nt.sed
44 then echo fixincludes: sed script 'fixinc-nt.sed' not found
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Ddecl.c8734 tree nt;
8755 nt = copy_type (t);
8756 TYPE_GCC_MIN_VALUE (nt) = low;
8757 TYPE_GCC_MAX_VALUE (nt) = high;
8761 (nt, substitute_in_type (TYPE_INDEX_TYPE (t), f, r));
8763 return nt;
8776 nt = copy_type (t);
8777 SET_TYPE_RM_MIN_VALUE (nt, low);
8778 SET_TYPE_RM_MAX_VALUE (nt, high);
8780 return nt;
8716 tree nt; local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Dgas.exp332 || [istarget i*86-*-*nt] \
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgogo.cc2291 Named_type* nt = t->named_type(); local
2293 t->type_functions(this->gogo_, nt, NULL, NULL, &hash_fn, &equal_fn);
2297 Type* rt = nt->real_type();
2307 bool is_defined_elsewhere = nt->named_object()->package() != NULL;
2848 Named_type* nt = t->named_type(); local
2849 Type* rt = nt->real_type();
2861 nt->finalize_methods(this->gogo_);
2865 if (nt->named_object()->package() != NULL && nt->has_any_methods())
2867 const Methods* methods = nt
4226 Named_type* nt = type->named_type(); local
6507 define_methods(Named_type* nt) argument
[all...]
H A Dexpressions.cc7185 Named_type* nt = arg_type->named_type();
7186 if (nt == NULL)
7188 while (nt->real_type()->named_type() != NULL)
7189 nt = nt->real_type()->named_type();
7190 if (nt->name() == "complex64")
7192 else if (nt->name() == "complex128")
7206 Named_type* nt = arg_type->named_type();
7207 if (nt == NULL)
7209 while (nt
10906 Named_type* nt = this->expr_->type()->named_type(); local
11411 Named_type* nt = type->named_type(); local
13073 Named_type* nt = t->named_type(); local
14733 Named_type* nt = this->type_->named_type(); local
[all...]
H A Dtypes.h2342 Named_type* nt; member in struct:Struct_type::Saw_named_type
3023 add_dependency(Named_type* nt) argument
3024 { this->dependencies_.push_back(nt); }
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstc.h337 ffebld n, ffelexToken nt, ffebld asv, ffelexToken asvt);
H A Dstc.c13766 ffestc_V025_item(u,ut,m,mt,n,nt,asv,asvt);
13772 ffebld n, ffelexToken nt, ffebld asv, ffelexToken asvt)
13770 ffestc_V025_item(ffebld u, ffelexToken ut, ffebld m, ffelexToken mt, ffebld n, ffelexToken nt, ffebld asv, ffelexToken asvt) argument
/haiku-buildtools/gcc/gcc/
H A Dgengtype.c3190 type_p nt;
3191 for (nt = t->u.s.lang_struct; nt; nt = nt->next)
3192 if ((d->bitmap & nt->u.s.bitmap) == d->bitmap)
3194 if (nt == NULL)
3198 walk_type (nt, d);
3182 type_p nt; local
H A Dtree.c1241 tree nt = make_int_cst (len, ext_len);
1246 TREE_INT_CST_ELT (nt, ext_len)
1249 TREE_INT_CST_ELT (nt, i) = -1;
1255 TREE_INT_CST_ELT (nt, len)
1261 TREE_INT_CST_ELT (nt, i) = cst.elt (i);
1262 TREE_TYPE (nt) = type;
1263 return nt;
1520 tree nt = build_new_int_cst (type, cst);
1521 tree *slot = int_cst_hash_table->find_slot (nt, INSERT);
1526 t = nt;
1238 tree nt = make_int_cst (len, ext_len); local
1517 tree nt = build_new_int_cst (type, cst); local
[all...]
H A Dhaifa-sched.c5471 move_insn (rtx_insn *insn, rtx_insn *last, rtx nt)
5507 gcc_assert (nt);
5510 while (NOTE_NOT_BB_P (note) && note != nt)
5513 if (note != nt
5456 move_insn(rtx_insn *insn, rtx_insn *last, rtx nt) argument
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c3360 template_args_equal (ot, nt)
3361 tree ot, nt;
3363 if (nt == ot)
3365 if (TREE_CODE (nt) != TREE_CODE (ot))
3367 if (TREE_CODE (nt) == TREE_VEC)
3369 return comp_template_args (ot, nt);
3371 return same_type_p (ot, nt);
3373 return (cp_tree_equal (ot, nt) > 0);
3390 tree nt = TREE_VEC_ELT (newargs, i); local
3393 if (! template_args_equal (ot, nt))
7344 tree nt = target_type (t); local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c7337 template_args_equal (tree ot, tree nt) argument
7339 if (nt == ot)
7341 if (nt == NULL_TREE || ot == NULL_TREE)
7344 if (TREE_CODE (nt) == TREE_VEC)
7346 return TREE_CODE (ot) == TREE_VEC && comp_template_args (ot, nt);
7348 return (PACK_EXPANSION_P (nt)
7350 PACK_EXPANSION_PATTERN (nt))
7352 PACK_EXPANSION_EXTRA_ARGS (nt)));
7358 if (!ARGUMENT_PACK_P (nt))
7362 npack = ARGUMENT_PACK_ARGS (nt);
7441 tree nt = TREE_VEC_ELT (newargs, i); local
16000 tree nt = (cxx_dialect > cxx98 ? NULL_TREE local
[all...]
H A Dmethod.c1113 tree nt = cp_walk_tree_without_duplicates (&expr, check_nontriv, NULL);
1114 return !nt;
H A Ddecl.c2695 tree nt, ot;
2710 nt = DECL_TEMPLATE_RESULT (newdecl);
2711 if (DECL_TEMPLATE_INFO (nt))
2712 nt = DECL_TEMPLATE_RESULT (template_for_substitution (nt));
2716 if (DECL_INITIAL (nt) && DECL_INITIAL (ot)
2717 && (!GNU_INLINE_P (ot) || GNU_INLINE_P (nt)))
2720 if (DECL_DECLARED_INLINE_P (ot) && DECL_DECLARED_INLINE_P (nt))
2723 bool newa = GNU_INLINE_P (nt);
2744 && !check_default_tmpl_args (nt, DECL_TEMPLATE_PARM
2689 tree nt, ot; local
[all...]
/haiku-buildtools/binutils/bfd/
H A DpeXXigen.c3528 bfd_byte * nt;
3541 nt = data->next_table;
3565 BFD_ASSERT (nt == next_entry);
3524 bfd_byte * nt; local
/haiku-buildtools/legacy/binutils/binutils/
H A Dreadelf.c8649 const char *nt;
8654 nt = get_note_type (pnote->type);
8658 nt = get_netbsd_elfcore_note_type (pnote->type);
8663 nt = get_note_type (pnote->type);
8667 pnote->descsz, nt);
8646 const char *nt; local
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c16180 const char * nt;
16185 nt = get_note_type (pnote->type);
16189 nt = get_gnu_elf_note_type (pnote->type);
16193 nt = get_freebsd_elfcore_note_type (pnote->type);
16197 nt = get_netbsd_elfcore_note_type (pnote->type);
16206 nt = pnote->namedata + 4;
16212 nt = get_ia64_vms_note_type (pnote->type);
16215 nt = get_stapsdt_note_type (pnote->type);
16220 nt = get_note_type (pnote->type);
16224 printf (" 0x%08lx\t%s\n", pnote->descsz, nt);
16177 const char * nt; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dconfigure3136 tm_file="${tm_file} alpha/alpha32.h alpha/win-nt.h winnt/win-nt.h"
3973 tm_file=i386/win-nt.h
5248 tm_file=rs6000/win-nt.h

Completed in 624 milliseconds

12