Searched refs:size (Results 1 - 25 of 4741) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dstatic1.C2 static const int size = BOGUS; // { dg-error "" } member in struct:A
4 const int A::size; member in class:A
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr23848-1.c6 void foo1 (int size) argument
8 char temp[size];
9 temp[size-1] = '\0';
10 bar1 (temp, size);
14 void foo2 (int size) argument
16 char temp[size];
17 temp[size-1] = '\0';
19 char temp2[size];
21 char temp3[size];
23 char temp4[size];
[all...]
H A Dpr23848-2.c6 void foo (int size) argument
8 char temp[size];
9 temp[size-1] = '\0';
11 char temp2[size];
13 char temp3[size];
15 char temp4[size];
16 bar (temp, temp2, temp3, temp4, size);
19 bar (temp, temp2, (char *) 0, (char *) 0, size);
H A Dpr23848-3.c6 void foo (int size) argument
9 for (i = 0; i < size; i++)
11 char temp[size];
12 temp[size-1] = '\0';
14 char temp2[size];
16 char temp3[size];
18 char temp4[size];
19 bar (i, temp, temp2, temp3, temp4, size);
H A Dpr23848-4.c6 void foo (int size) argument
8 char temp[size];
9 temp[size-1] = '\0';
11 char temp2[size];
13 char temp3[size];
15 char temp4[size];
16 bar (temp, temp2, temp3, temp4, size);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/ia64/
H A Dpr52731.c11 unsigned long int size = size32 * sizeof(unsigned int); local
13 if (size > 0) {
14 size = (size + 1) & ~(1);
17 area_size = size;
18 area = base + size;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dclear-cache-1.c9 int size = 40; local
10 char *memory = __builtin_alloca(size);
11 __builtin___clear_cache(memory, memory + size);
H A Dclear-cache-2.c9 int size = 40; local
10 char *memory = __builtin_alloca(size);
11 __builtin___clear_cache(memory, memory + size);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-decl.C5 static constexpr int size; // { dg-error "must have an initializer" "must have" } member in struct:S
8 const int limit = 2 * S::size;
9 constexpr int S::size = 256; member in class:S
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20110902.c1 static inline __attribute__((always_inline)) int f (unsigned int n, unsigned int size) argument
3 return (__builtin_constant_p (size != 0 && n > ~0 / size)
4 ? !!(size != 0 && n > ~0 / size)
6 int r = !!(size != 0 && n > ~0 / size);
11 int g (unsigned int size)
13 return f (size / 4096, 4);
H A D921116-2.c5 f(size)
8 g(&(event.l[2 + size]), (3 - size) * 4);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tc1/
H A Ddr48.C6 static const int size = 10; member in struct:A
7 int array[size];
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Doverlay-size.exp25 run_dump_test overlay-size
H A Dsize.exp27 unsupported size-1
28 unsupported size-2
32 run_dump_test size-1
34 # size-2 only works on ELF targets.
37 unsupported size-2
41 run_dump_test size-2
/haiku-buildtools/gcc/gmp/mpz/
H A Dget_d.c26 mp_size_t size; local
28 size = SIZ (z);
29 if (UNLIKELY (size == 0))
32 return mpn_get_d (PTR (z), ABS (size), size, 0L);
H A Dcom.c27 mp_size_t size = src->_mp_size; local
31 if (size >= 0)
37 if (dst->_mp_alloc < size + 1)
38 _mpz_realloc (dst, size + 1);
43 if (UNLIKELY (size == 0))
45 /* special case, as mpn_add_1 wants size!=0 */
54 cy = mpn_add_1 (dst_ptr, src_ptr, size, (mp_limb_t) 1);
57 dst_ptr[size] = cy;
58 size++;
62 /* Store a negative size, t
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dconstant1.C7 int size = kT*2/3; local
9 foo(size);
10 size = size * 0.5 - 1;
11 } while (size >= 0 );
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A D20090706-2_0.c3 int foo (int size) argument
5 int a[size];
6 a[size - 10] = 42;
7 return a[size - 10] + size;
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-scripts/
H A Dsize.exp24 unsupported size-1
25 unsupported size-2
29 run_dump_test size-1
31 # size-2 only works on ELF targets.
34 unsupported size-2
38 run_dump_test size-2
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dbundle-lock.s6 .macro offset_sequence size, offset
8 sequence_\size\()_offset_\offset\():
12 test_sequence \size
15 .macro test_offsets size
16 offset_sequence \size, 0
17 offset_sequence \size, 1
18 offset_sequence \size, 2
19 offset_sequence \size, 3
20 offset_sequence \size, 4
21 offset_sequence \size,
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-size/
H A Dsize-4a.c13 int size; local
15 size = bar_size1 ();
16 if (size == sizeof (bar) && bar_size2 () == size)
19 size = foo_size1 ();
20 if (size == sizeof (foo) && foo_size2 () == size)
H A Dsize-5a.c13 int size; local
15 size = bar_size1 ();
16 if (bar[2] == 3 && size == sizeof (bar) && bar_size2 () == size)
19 size = foo_size1 ();
20 if (foo[3] == 4 && size == sizeof (foo) && foo_size2 () == size)
/haiku-buildtools/gcc/libgomp/
H A Dalloc.c35 gomp_malloc (size_t size) argument
37 void *ret = malloc (size);
39 gomp_fatal ("Out of memory allocating %lu bytes", (unsigned long) size);
44 gomp_malloc_cleared (size_t size) argument
46 void *ret = calloc (1, size);
48 gomp_fatal ("Out of memory allocating %lu bytes", (unsigned long) size);
53 gomp_realloc (void *old, size_t size) argument
55 void *ret = realloc (old, size);
57 gomp_fatal ("Out of memory allocating %lu bytes", (unsigned long) size);
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dbad-size.d1 #name: Check bad size directive
2 #error-output: bad-size.err
/haiku-buildtools/gcc/fixincludes/tests/base/
H A Dregexp.h13 static int size; variable

Completed in 94 milliseconds

1234567891011>>