Searched refs:chk (Results 1 - 25 of 38) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dchar_eoshift_5.f9015 CHARACTER(LEN=1), DIMENSION(10) :: chk local in subroutine:test_eoshift
16 chk(1:8) = "5"
17 chk(9:10) = " "
19 if (any (EOSHIFT(Z(:)(2:2),2) .ne. chk)) call abort
H A Dderived_comp_array_ref_4.f909 public chk
14 type (mytype) ,parameter :: chk (2) & variable in module:foo
19 use foo, only: chk_ => chk
23 subroutine chk (i) subroutine in module:gfcbug70
31 end subroutine chk
35 call chk (2)
36 call chk (1)
H A Dchar_length_8.f9027 CHARACTER(LEN=1), DIMENSION(10) :: chk local in subroutine:test_eoshift
28 chk(1:8) = "5"
29 chk(9:10) = " "
31 if (any (EOSHIFT(Z(:)(2:2),2) .ne. chk)) call abort
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dattr-weakref-1-darwin.c175 #define chk(p) do { if (!p) abort (); } while (0) macro
177 #define chk(p) /* */ macro
181 chk (!pv1a);
182 chk (pv2a);
183 chk (pv3a);
184 chk (pv4a);
185 chk (pv4);
186 chk (pv5a);
187 chk (pv5);
188 chk (!pv6
[all...]
H A Dattr-weakref-1.c185 #define chk(p) do { if (!p) abort (); } while (0) macro
187 #define chk(p) /* */ macro
191 chk (!pv1a);
192 chk (pv2a);
193 chk (pv3a);
194 chk (pv4a);
195 chk (pv4);
196 chk (pv5a);
197 chk (pv5);
198 chk (!pv6
[all...]
/haiku-buildtools/gcc/libssp/
H A DMakefile.am46 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
47 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
48 strcat-chk.c strcpy-chk
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr46051.c4 double val1[4][2], val2[4][2], chk[4][2]; variable
16 chk[i][j] = tmp;
H A Dsse4_1-dppd-2.c45 } val1[4], val2[4], res[4], chk[4]; local
64 chk[i].d[j] = tmp;
70 if (memcmp (&res[i], &chk[i], sizeof (chk[i])))
H A Dsse4_1-dpps-2.c60 } val1[16], val2[16], res[16], chk[16]; local
83 chk[i].f[j] = tmp;
89 if (memcmp (&res[i], &chk[i], sizeof (chk[i])))
H A Dsse4a-extract.c40 static int chk (long long i1, long long i2) function
76 fail += chk(out, vals_out[i]);
79 fail += chk(out, vals_out[i]);
H A Dsse4a-insert.c41 static int chk (long long i1, long long i2) function
86 fail += chk(out, vals_out[i]);
89 fail += chk(out, vals_out[i]);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dpr51385.C23 typedef char chk[1]; typedef
24 typedef char chk[PtrConvs<FussyTemplate<short>, B>::bad]; typedef
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Descape.go47 func chk(p, q *int, v int, s string) { func
178 chk(p, q, 1, "i_escapes")
181 chk(p, q, 3, "j_escapes")
184 chk(p, q, 5, "k_escapes")
187 chk(p, q, 7, "in_escapes")
190 chk(p, q, 9, "select_escapes")
193 chk(p, q, 11, "select_escapes1")
196 chk(p, q, 13, "range_escapes")
205 chk(p, q, 105, "for_escapes3")
209 chk(
[all...]
H A Derrchk81 sub chk { subroutine
136 chk($file)
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dopc-m.pl154 chk.s.m r4, _start
155 chk.s f4, _start
156 chk.a.nc r4, _start
157 chk.a.clr r4, _start
158 chk.a.nc f4, _start
159 chk.a.clr f4, _start
H A Dreloc.s30 chk.s r0, esym
H A Dopc-i.pl123 chk.s.i r4, _start
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dopc-m.pl154 chk.s.m r4, _start
155 chk.s f4, _start
156 chk.a.nc r4, _start
157 chk.a.clr r4, _start
158 chk.a.nc f4, _start
159 chk.a.clr f4, _start
H A Dreloc.s30 chk.s r0, esym
H A Dopc-i.pl123 chk.s.i r4, _start
/haiku-buildtools/gcc/gcc/fortran/
H A Dtarget-memory.c652 expr_to_char (gfc_expr *e, unsigned char *data, unsigned char *chk, size_t len) argument
676 expr_to_char (c->expr, &data[ptr], &chk[ptr], len);
689 if (chk[i] && (buffer[i] != data[i]))
695 chk[i] = 0xFF;
709 unsigned char *chk, size_t length)
718 len = expr_to_char (e, &data[0], &chk[0], length);
732 &chk[len], length - len);
708 gfc_merge_initializers(gfc_typespec ts, gfc_expr *e, unsigned char *data, unsigned char *chk, size_t length) argument
H A Dtrans-common.c511 unsigned char *data, *chk; local
537 chk = XCNEWVEC (unsigned char, (size_t)length);
541 memset (chk, '\0', (size_t)length);
546 &chk[s->offset],
553 free (chk);
/haiku-buildtools/gcc/gcc/cp/
H A Dsemantics.c257 deferred_access_check *chk, *probe; local
259 FOR_EACH_VEC_SAFE_ELT (checks, i, chk)
263 if (probe->binfo == chk->binfo &&
264 probe->decl == chk->decl &&
265 probe->diag_decl == chk->diag_decl)
269 vec_safe_push (ptr->deferred_access_checks, *chk);
287 deferred_access_check *chk; local
294 FOR_EACH_VEC_SAFE_ELT (checks, i, chk)
296 input_location = chk->loc;
297 ok &= enforce_access (chk
336 deferred_access_check *chk; local
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dia64-gen.c231 /* An opcode dependency (chk/reg pair of dependency lists). */
234 int chk; /* index into dlists */
424 if (opdeps[i]->chk == chkind
429 pair->chk = chkind;
801 add_dep (const char *name, const char *chk, const char *reg,
808 parse_resource_users (chk, &rs->chks, &rs->nchks, &rs->chknotes);
1131 else if (strncmp (idesc->name, "chk", 3) == 0
1621 if (opdeps[i]->chk == -1)
1624 printf ("NELS(dep%d), dep%d, ", opdeps[i]->chk, opdeps[i]->chk);
233 int chk; /* index into dlists */ member in struct:opdep
799 add_dep(const char *name, const char *chk, const char *reg, int semantics, int mode, char *extra, int flag) argument
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dia64-gen.c231 /* An opcode dependency (chk/reg pair of dependency lists). */
234 int chk; /* index into dlists */
424 if (opdeps[i]->chk == chkind
429 pair->chk = chkind;
798 add_dep (const char *name, const char *chk, const char *reg,
805 parse_resource_users (chk, &rs->chks, &rs->nchks, &rs->chknotes);
1136 else if (CONST_STRNEQ (idesc->name, "chk")
1637 if (opdeps[i]->chk == -1)
1640 printf ("NELS(dep%d), dep%d, ", opdeps[i]->chk, opdeps[i]->chk);
233 int chk; /* index into dlists */ member in struct:opdep
796 add_dep(const char *name, const char *chk, const char *reg, int semantics, int mode, char *extra, int flag) argument
[all...]

Completed in 353 milliseconds

12