Searched refs:buf (Results 1 - 25 of 1863) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWstrict-aliasing-6.C6 char buf[8]; local
7 return *((int *)buf); /* { dg-warning "strict-aliasing" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWlarger-than2.c5 char buf[9]; /* { dg-warning "size of.*9 bytes" } */ local
H A Dpr40340-2.c10 char buf[4]; local
11 memset (buf, 0, 6);
H A Dpr40340-4.c11 char buf[4]; local
12 test3 (buf);
H A Dpr40340-5.c11 char buf[4]; local
12 test3 (buf);
H A Dpr52045.c5 char buf[20]; variable
10 vx = __builtin___stpcpy_chk (buf, vx ? "gh" : "e", sizeof(buf));
H A Dpr52445.c6 foo (char *buf, unsigned long len) argument
8 buf[0] = '\n';
10 buf[1] = '\0'; /* We can't cselim "optimize" this, while
11 buf[0] doesn't trap, buf[1] could. */
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/
H A D20030605-1.c6 char buf[({ 4; })]; local
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A DWmemset-transposed-args1.c10 char buf[1024]; variable
15 memset (buf, sizeof buf, 0); /* { dg-warning ".memset. used with constant zero length parameter; this could be due to transposed parameters" } */
16 memset (buf, sizeof buf, '\0'); /* { dg-warning ".memset. used with constant zero length parameter; this could be due to transposed parameters" } */
17 memset (buf, sizeof buf, L'\0'); /* { dg-warning ".memset. used with constant zero length parameter; this could be due to transposed parameters" } */
18 memset (buf, 1, 1 - 1);
19 memset (buf, 1, 0 - 0);
20 memset (buf,
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr50768.c10 char buf[8]; local
11 __builtin___mempcpy_chk (buf, data, l1 ? sizeof (buf) : 4,
12 __builtin_object_size (buf, 0));
14 (buf, data, l1 ? sizeof (buf) : 4,
15 __builtin_object_size (buf, 0)) != buf)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dscalar-mov.c7 char buf[256]; local
8 buf[256 - 1] = '\0';
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/asan/
H A Dno-use-after-return.c7 char buf[64]; local
8 f(buf);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/mpx/
H A Dbuiltin-bnd-copy-ptr-bounds-1.c7 int buf[100]; variable
11 assert (buf + 10 == __bnd_copy_ptr_bounds (buf + 10, buf));
H A Dbuiltin-bnd-copy-ptr-bounds-3.c7 int buf[100]; variable
11 assert (buf + 10 == __bnd_copy_ptr_bounds (buf + 10, buf));
H A Dbuiltin-bnd-narrow-ptr-bounds-1.c7 int buf[100]; variable
11 assert (buf + 10 == __bnd_narrow_ptr_bounds (buf + 10, buf, 4));
H A Dbuiltin-bnd-narrow-ptr-bounds-4.c7 int buf[100]; variable
11 assert (buf - 10 == __bnd_narrow_ptr_bounds (buf - 10, buf, 4));
H A Dbuiltin-bnd-chk-ptr-bounds-2.c7 int buf[100]; variable
11 __bnd_chk_ptr_bounds (buf - 1, sizeof (int));
12 __bnd_chk_ptr_bounds (buf + 100, sizeof (int));
H A Dbuiltin-bnd-get-ptr-lbound-1.c7 char buf[100]; variable
11 assert (buf == __bnd_get_ptr_lbound (buf));
H A Dbuiltin-bnd-get-ptr-ubound-1.c7 char buf[100]; variable
11 assert (buf + 99 == __bnd_get_ptr_ubound (buf));
H A Dbuiltin-bnd-init-ptr-bounds-1.c7 int buf[100]; variable
11 assert (buf + 10 == __bnd_init_ptr_bounds (buf + 10));
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32920.c5 char buf[10]; local
6 a = a < sizeof(buf) ? a : sizeof (buf);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr34012.c10 long int buf[10]; local
11 buf[0] = 0x0808080808080808;
12 buf[1] = 0x0808080808080808;
13 buf[2] = 0x0808080808080808;
14 buf[3] = 0x0808080808080808;
15 buf[4] = 0x0808080808080808;
16 buf[5] = 0x0808080808080808;
17 buf[6] = 0x0808080808080808;
18 buf[7] = 0x0808080808080808;
19 buf[
[all...]
H A Dpr60693.c10 char buf[4096]; local
11 __builtin_memcpy (buf, (void *) 0x8000, 4096);
12 bar (buf);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Darrayio_7.f9010 character*4, dimension(2,4) :: buf variable in program:arrayio_7
12 equivalence (buf,abuf)
13 read(buf(2, 1:3:2), '(a8)') a
H A Dread_eor.f9011 character*4, dimension(2,4) :: buf variable in program:pr24489
13 equivalence (buf,abuf)
14 read(buf, '(a8)') a

Completed in 257 milliseconds

1234567891011>>