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

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr25.C4 struct nt{}; struct
6 nt<nullptr> x;
H A Dnullptr24.C5 struct nt;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Ddirect_io_1.f908 integer n, nt, mt, m variable in program:direct_io_1
12 nt = 2049 ! if nt < 2049, then everything works.
14 allocate(p(nt))
17 inquire(iolength=mt) (p(m), m=1, nt)
21 write(12, rec=n) mt, nt
22 write(12, rec=n+1) (p(m), m=1, nt)
25 inquire(iolength=mt) (p(m), m=1, nt)
29 write(12, rec=n) mt, nt
30 write(12, rec=n+1) (p(m), m=1, nt)
[all...]
H A Dderived_pointer_recursion.f9012 type (nt), pointer :: p
14 type :: nt type in module:llo
17 end type nt
H A Dused_types_10.f9057 integer :: i, nt,iv(10) local in subroutine:inner_sub
60 nt = 1
62 call foo_d_sub(nt,iv,i,p,info,flag=1)
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/appendix-a/
H A Da.4.1.c16 int iam, nt, ipoints, istart; local
17 #pragma omp parallel default(shared) private(iam,nt,ipoints,istart)
20 nt = omp_get_num_threads ();
21 ipoints = npoints / nt; /* size of partition */
23 if (iam == nt - 1) /* last thread may do more */
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dvla8.C9 int nt; member in struct:SA
23 float e[nt];
/haiku-buildtools/legacy/gcc/gcc/config/winnt/
H A Dconfig-nt.bat13 if %2.==alpha. echo #include "alpha/win-nt.h" >>tm.h
14 if not %2.==alpha. echo #include "%2/win-nt.h" >tm.h
18 echo # Makefile generated by "config-nt.bat"> Makefile
19 echo all.nt: cpp.exe cc1.exe cc1obj.exe xgcc.exe ld.exe stmp-headers libgcc.lib stmp-float_h specs stamp-objlist>> Makefile
20 sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed Makefile.in >> Makefile
30 sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed cp\make-lang.in >> Makefile
31 sed -f config/%2/config-nt.sed -f config/winnt/config-nt
[all...]
H A Dheaders.mak36 stmp-headers: stmp-int-hdrs fixinc-nt.exe
37 fixinc-nt
47 fixinc-nt.obj: $(srcdir)/config/winnt/fixinc-nt.c
48 cl -c -I. -I$(srcdir) -I$(srcdir)/include -I$(srcdir)/config/winnt $(srcdir)/config/winnt/fixinc-nt.c
50 fixinc-nt.exe: fixinc-nt.obj dirent.obj
51 cl fixinc-nt.obj dirent.obj libc.lib kernel32.lib
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dsynth3.C7 typename T::NT nt; member in struct:B
H A Dvalue9.C11 NonTrivial nt; member in struct:S
/haiku-buildtools/jam/
H A Dcompile.c334 LIST *nt = (*parse->left->func)( parse->left, args, jmp );
339 list_print( nt );
343 if( nt )
345 TARGET *t = bindtarget( nt->string );
362 list_free( nt );
400 LIST *nt = (*parse->left->func)( parse->left, args, jmp );
407 list_print( nt );
415 for( l = nt; l; l = list_next( l ) )
419 list_free( nt );
458 LIST *nt
333 LIST *nt = (*parse->left->func)( parse->left, args, jmp ); local
399 LIST *nt = (*parse->left->func)( parse->left, args, jmp ); local
457 LIST *nt = (*parse->left->func)( parse->left, args, jmp ); local
708 LIST *nt = (*parse->left->func)( parse->left, args, jmp ); local
833 LIST *nt = (*parse->left->func)( parse->left, args, jmp ); local
888 LIST *nt = (*parse->left->func)( parse->left, args, jmp ); local
[all...]
H A Dmake1.c430 LIST *nt, *ns; local
449 nt = make1list( L0, a0->action->targets, 0 , &missingTargets );
470 list_free( nt );
509 list_copy( L0, nt ),
542 list_free( nt );
/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Dm88k-move.sh65 ps=""; us="_"; tf="x"; la="@L"; fb="8"; nt="";
73 nt=";";;
/haiku-buildtools/legacy/gcc/gcc/
H A Dconfigure.bat17 call config\winnt\config-nt %1 %2 %3 %4
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dlex.c4428 ffelexToken nt;
4437 nt = ffelex_token_new_ ();
4438 nt->type = FFELEX_typeDOLLAR;
4439 nt->length = 0;
4440 nt->uses = 1;
4441 ffewhere_set_from_track (&nt->where_line, &nt->where_col, t->where_line,
4443 nt->text = NULL;
4444 return nt;
4482 ffelexToken nt;
4427 ffelexToken nt; local
4481 ffelexToken nt; local
4516 ffelexToken nt; local
4687 ffelexToken nt; local
4724 ffelexToken nt; local
[all...]
H A Dstb.c1056 ffelexToken nt;
1058 nt = ffelex_token_name_from_names (ffesta_tokens[1], 0, 0);
1061 ffesta_tokens[1] = nt;
1386 ffelexToken nt;
1399 nt = ffesta_tokens[1];
1402 (nt);
1403 ffelex_token_kill (nt);
1600 ffelexToken nt;
1630 nt = ffesta_tokens[1];
1636 (nt);
1055 ffelexToken nt; local
1385 ffelexToken nt; local
1599 ffelexToken nt; local
1864 ffelexToken nt; local
2038 ffelexToken nt; local
3324 ffelexToken nt; local
4541 ffelexToken nt; local
5288 ffelexToken nt; local
5533 ffelexToken nt; local
7446 ffelexToken nt; local
8165 ffelexToken nt; local
11975 ffelexToken nt; local
12175 ffelexToken nt; local
12409 ffelexToken nt; local
13220 ffelexToken nt; local
13250 ffelexToken nt; local
14165 ffelexToken nt; local
14712 ffelexToken nt; local
15152 ffelexToken nt; local
15182 ffelexToken nt; local
15323 ffelexToken nt; local
15895 ffelexToken nt; local
15985 ffelexToken nt; local
16675 ffelexToken nt; local
17294 ffelexToken nt; local
17384 ffelexToken nt; local
18204 ffelexToken nt; local
18569 ffelexToken nt; local
18855 ffelexToken nt; local
19628 ffelexToken nt; local
19857 ffelexToken nt; local
21019 ffelexToken nt; local
22114 ffelexToken nt; local
22674 ffelexToken nt; local
23582 ffelexToken nt; local
24346 ffelexToken nt; local
[all...]
/haiku-buildtools/gcc/mpfr/tests/
H A Dtui_pow.c87 check1 (mpfr_ptr x, mpfr_prec_t prec, unsigned long nt, mpfr_rnd_t rnd) argument
103 compare = mpfr_ui_pow (y, nt, x, rnd);
108 inexact = mpfr_ui_pow (z, nt, x, rnd);
113 printf (" n=%lu", nt);
248 int nt; local
249 nt = randlimb () & INT_MAX;
252 check1 (x, prec, nt, rnd);
/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c4739 struct ieee_name_type *nt;
4741 for (nt = h->types; nt != NULL; nt = nt->next)
4746 if (nt->kind == DEBUG_KIND_ILLEGAL)
4774 || ! ieee_write_id (info, nt->type.name)
4776 || ! ieee_write_number (info, nt->type.indx)
4784 switch (nt->kind)
5833 struct ieee_name_type *nt, *ntloo
4735 struct ieee_name_type *nt; local
5829 struct ieee_name_type *nt, *ntlook; local
6475 struct ieee_name_type *nt; local
6509 struct ieee_name_type *nt; local
6601 struct ieee_name_type *nt; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Dieee.c4745 struct ieee_name_type *nt;
4747 for (nt = h->types; nt != NULL; nt = nt->next)
4752 if (nt->kind == DEBUG_KIND_ILLEGAL)
4780 || ! ieee_write_id (info, nt->type.name)
4782 || ! ieee_write_number (info, nt->type.indx)
4790 switch (nt->kind)
5837 struct ieee_name_type *nt, *ntloo
4741 struct ieee_name_type *nt; local
5833 struct ieee_name_type *nt, *ntlook; local
6483 struct ieee_name_type *nt; local
6517 struct ieee_name_type *nt; local
6609 struct ieee_name_type *nt; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbitfld-9.c29 typedef n nt; typedef
61 nt int2 : 1;
/haiku-buildtools/binutils/zlib/old/os2/
H A DMakefile.os252 nt/Makefile.nt nt/zlib.dnt contrib/README.contrib contrib/*.txt \
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc1175 Named_type* nt = this->named_type(); local
1182 if (nt == NULL)
1215 std::string var_name = this->type_descriptor_var_name(gogo, nt);
1222 Location loc = nt == NULL ? Linemap::predeclared_location() : nt->location();
1225 if (this->type_descriptor_defined_elsewhere(nt, &dummy))
1238 if (nt != NULL)
1242 is_common = nt->is_builtin();
1279 Type::type_descriptor_var_name(Gogo* gogo, Named_type* nt) argument
1281 if (nt
1339 type_descriptor_defined_elsewhere(Named_type* nt, const Package** package) argument
2105 Named_type* nt = this->named_type(); local
4598 Named_type* nt = t->named_type(); local
4634 Named_type* nt = t->named_type(); local
4929 Named_type* nt = pf->type()->named_type(); local
7189 Named_type* nt = t->named_type(); local
7439 const Named_type* nt = t->named_type(); local
9334 const Named_type* nt = type->named_type(); local
9372 add_local_methods_for_type(const Named_type* nt, const Method::Field_indexes* field_indexes, unsigned int depth, bool is_embedded_pointer, bool needs_stub_method, Methods* methods) argument
9781 const Named_type* nt = type->deref()->named_type(); local
9932 const Named_type* nt = type->named_type(); local
10126 const Named_type* nt = type->named_type(); local
10276 Named_type* nt = this->named_object()->type_value(); local
10293 const Named_type* nt = this->named_object()->type_value(); local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgraphite-interchange.c157 unsigned offset, nt; local
246 nt = pbb_nb_scattering_transform (pbb) + pbb_nb_local_vars (pbb);
247 for (i = 0; i < nt; i++)
H A Dtree-dfa.c886 numbered_tree nt; local
890 nt.t = *tp;
891 nt.num = list->length ();
892 list->safe_push (nt);

Completed in 354 milliseconds

12