Searched refs:temp (Results 1 - 25 of 600) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20030718-1.c2 The function temp was not being emitted in a prerelease of 3.4 20030406.
5 static inline void temp();
8 temp();
11 static void temp(){} function
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000609-1.c3 char temp[1024] = "tempfile"; local
4 return temp[0] != 't';
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dnon-dependent4.C1 int temp(const char *temp);
3 template <int> int g() { return temp("Hi"); }
4 int g1() { return temp("Hi"); }
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dwhere_2.f903 integer temp(10), reduce(10) variable in program:where_2
5 temp = 10
12 temp = 100
14 temp = 200 + temp
16 WHERE (reduce > 6) temp = temp + sum(reduce)
17 temp = 300 + temp
20 if (any (temp
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dstructopt-3.c8 } temp; variable in typeref:struct:foo
12 temp.a = 5;
13 temp.b = 6;
14 return temp.a + temp.b;
H A Dforwprop-28.c13 char *temp = frob (); local
15 if (temp == 0 && !rotate)
22 char *temp = frob (); local
24 if (!rotate && temp == 0)
31 char *temp = frob (); local
33 if (!rotate || temp == 0)
40 char *temp = frob (); local
42 if (temp == 0 || !rotate)
49 _Bool temp = testit (); local
51 if (temp
58 _Bool temp = testit (); local
67 _Bool temp = testit (); local
76 _Bool temp = testit (); local
[all...]
H A Dpr23848-1.c8 char temp[size]; local
9 temp[size-1] = '\0';
10 bar1 (temp, size);
16 char temp[size]; local
17 temp[size-1] = '\0';
24 bar2 (temp, temp2, temp3, temp4, size);
H A Dphi-opt-1.c6 if (c == 0) goto temp;
9 temp:
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/
H A Dpr29558.c6 unsigned char temp[16]; local
9 temp[0] |= bit;
12 *out++ = temp[1];
13 *out++ = temp[2];
14 *out++ = temp[3];
15 *out++ = temp[4];
16 *out++ = temp[5];
17 *out++ = temp[6];
18 *out++ = temp[7];
19 *out++ = temp[
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Darray_section_2.f9011 real, pointer :: a(:),temp(:) ! pointer or allocatable have the same effect variable in program:test
12 allocate(a(n), temp(n))
13 temp(1:size(a)) = a
H A Dfmt_bz_bn_err.f9 character*20 temp variable in program:badread
11 temp=' end'
14 read(temp,'(f20.0)',err=8888) r
H A Dnamelist_empty.f907 character*20 temp variable
12 temp = ' var=''''' ! var='' in the file
14 write(7,'(A10)') temp
H A Dintent_out_2.f903 ! of temp, in construct_temp, caused a segfault because it was
24 type (t_temp), pointer :: temp(:) => NULL () local in subroutine:setup
27 allocate (temp (2))
28 call construct_temp (temp)
29 if (any (temp % p% mn .ne. 'ijklmnop')) call abort ()
30 deallocate (temp)
34 subroutine construct_temp (temp)
35 type (t_temp), intent(out) :: temp (:) local in subroutine:construct_temp
36 if (any (temp % p% mn .ne. 'abcdefgh')) call abort ()
37 temp(
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20040409-1.c4 int (*temp) (void) __attribute__((noreturn)); variable
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dpr43765.C8 const char *temp[] = {"607", "612", 0}; variable
12 { values : temp, },
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-4.c6 int temp,i; local
8 temp = vec1[i] * 2;
9 temp += vec2[i] * 3 ;
10 vec3[i] = temp;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dpedantic1.C7 int temp = 1; // { dg-message "" } local
/haiku-buildtools/gcc/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb30131.c51 -- 26 Oct 96 SAIC Modified temp array initialization.
80 char temp[100]; /* Local array that holds the combined strings */ local
86 { temp[index] = 0; }
89 into temp. */
90 strcpy (temp, string1);
93 characters in the temp array (without the trailing nul). */
94 length = strlen (temp);
96 /* Add each character in string2 into the temp array, add nul
99 { temp[index] = *string2++; }
100 temp[inde
[all...]
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dpr68960.c7 int temp[257] __attribute__ ((aligned (256))) = { 0 }; local
8 #pragma omp parallel private (temp) num_threads (2)
10 int *p = &temp[0];
17 #pragma omp task firstprivate (temp)
19 int *p = &temp[0];
/haiku-buildtools/legacy/gcc/libio/dbz/
H A Drandom.c16 register int temp; local
19 temp = (int)((next/65536)%32768);
20 return(temp%(max - min + 1) + min);
/haiku-buildtools/gcc/libgcc/config/nds32/lib2csrc-mculib/
H A D_clzsi2.c31 int temp; local
35 if (temp = val >> j)
44 val = temp;
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dcabs.c10 double temp; local
17 temp = real;
19 imag = temp;
24 temp = imag/real;
25 temp = real*sqrt(1.0 + temp*temp); /*overflow!!*/
26 return(temp);
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dxmalloc.c48 void *temp = malloc (bytes); local
50 if (!temp)
52 return (temp);
60 void *temp; local
63 temp = malloc (bytes);
65 temp = realloc (pointer, bytes);
67 if (!temp)
70 return (temp);
/haiku-buildtools/legacy/gcc/texinfo/lib/
H A Dxmalloc.c48 void *temp = malloc (bytes); local
50 if (!temp)
52 return (temp);
60 void *temp; local
63 temp = malloc (bytes);
65 temp = realloc (pointer, bytes);
67 if (!temp)
70 return (temp);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/expr/
H A Dcrash2.C6 int temp; variable
7 int& foo::x=temp;

Completed in 113 milliseconds

1234567891011>>