Searched refs:pa (Results 1 - 25 of 111) sorted by relevance

12345

/haiku-buildtools/binutils/gold/testsuite/
H A Dscript_test_13.c2 int* pa = &a; variable
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility9.C16 void f1(A* pa);
20 void B::f1(A* pa) { argument
21 pa->a = 1; // illegal but allowed by gcc// { dg-error "" } .*
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/
H A Dnew_delete_placement.cc29 void* pa = new char[10]; local
32 operator delete[](pa, tmp);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990127-1.c7 int *pa, *pb, *pc; local
14 pa = &a; pb = &b; pc = &c;
15 ppa = &pa; ppb = &pb; ppc = &pc;
19 if( pa == &a ) pa = &b;
20 else pa = &a;
21 while( (*pa)-- ){
23 if( (*pa) < 3 ) break;
24 else pa = &b;
27 pa
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr42495.c20 struct st_a *pa; local
24 pa = obj->p_a;
25 if (pa == 0) {
27 } else if (pa == gObj.p_a) {
30 return pa->data;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dno-vfa-vect-45.c9 void bar (const float *pa, const float *pb, const float *pc) argument
16 if (pa[i] != (pb[i] * pc[i]))
32 main1 (float *pa, float *pb, float *pc) argument
38 pa[i] = pb[i] * pc[i];
41 bar (pa,pb,pc);
H A DOs-vect-95.c8 void bar (float *pd, float *pa, float *pb, float *pc) argument
15 if (pa[i] != (pb[i] * pc[i]))
26 main1 (int n, float * __restrict__ pd, float * __restrict__ pa, float * __restrict__ pb, float * __restrict__ pc) argument
32 pa[i] = pb[i] * pc[i];
36 bar (pd,pa,pb,pc);
H A Dno-vfa-vect-49.c9 void bar (float *pa, float *pb, float *pc) argument
16 if (pa[i] != (pb[i] * pc[i]))
34 float pa[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); local
39 pa[i] = pb[i] * pc[i];
42 bar (pa,pb,pc);
H A Dno-vfa-vect-51.c9 void bar (const float *pa, const float *pb, const float *pc) argument
16 if (pa[i] != (pb[i] * pc[i]))
32 main1 (int n, float *pa, float *pb, float *pc) argument
38 pa[i] = pb[i] * pc[i];
41 bar (pa,pb,pc);
H A Dno-vfa-vect-53.c9 void bar (const float *pa, const float *pb, const float *pc) argument
16 if (pa[i] != (pb[i] * pc[i]))
34 float pa[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); local
39 pa[i] = pb[i] * pc[i];
42 bar (pa,pb,pc);
H A Dvect-40.c10 void bar (float *pa, float *pb, float *pc) argument
17 if (pa[i] != (pb[i] * pc[i]))
40 float *pa = a; local
46 pa[i] = pb[i] * pc[i];
49 bar (pa,pb,pc);
H A Dvect-46.c10 void bar (float *pa, float *pb, float *pc) argument
17 if (pa[i] != (pb[i] * pc[i]))
40 float *pa = a; local
46 pa[i] = pb[i] * pc[i];
49 bar (pa,pb,pc);
H A Dvect-44.c9 void bar (float *pa, float *pb, float *pc) argument
16 if (pa[i] != (pb[i] * pc[i]))
32 main1 (float * __restrict__ pa, float * __restrict__ pb, float * __restrict__ pc) argument
38 pa[i] = pb[i] * pc[i];
41 bar (pa,pb,pc);
H A Dvect-50.c9 void bar (float *pa, float *pb, float *pc) argument
16 if (pa[i] != (pb[i] * pc[i]))
24 main1 (int n, float * __restrict__ pa, float * __restrict__ pb, float * __restrict__ pc) argument
30 pa[i] = pb[i] * pc[i];
33 bar (pa,pb,pc);
H A Dvect-56.c9 void bar (float *pa, float *pb, float *pc) argument
16 if (pa[i] != (pb[i+1] * pc[i+1]))
41 float *pa = a; local
47 pa[i] = pb[i+1] * pc[i+1];
53 if (pa[i] != (pb[i+1] * pc[i+1]))
H A Dvect-60.c9 void bar (float *pa, float *pb, float *pc) argument
16 if (pa[i] != (pb[i+1] * pc[i+1]))
41 float *pa = a; local
47 pa[i] = pb[i+1] * pc[i+1];
53 if (pa[i] != (pb[i+1] * pc[i+1]))
H A Dvect-93.c10 main1 (float *pa) argument
16 pa[i] = 2.0;
22 if (pa[i] != 2.0)
28 pa[i] = 3.0;
34 if (pa[i] != 3.0)
H A Dvect-92.c8 float pa[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); variable
27 pa[i+1] = pb[i+1] * pc[i+1];
33 if (pa[i+1] != (pb[i+1] * pc[i+1]))
47 pa[i+1] = pb[i+1] * pc[i+1];
53 if (pa[i+1] != (pb[i+1] * pc[i+1]))
67 pa[i+1] = pb[i+1] * pc[i+1];
73 if (pa[i+1] != (pb[i+1] * pc[i+1]))
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr42730.c3 unsigned *pa; member in union:bzz
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Doptional_absent_1.f909 integer, pointer :: ps => NULL(), pa(:) => NULL()
17 call assumed_size(pa)
20 call assumed_size(NULL(pa))
22 call assumed_shape(pa)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr45352-1.c4 void main1 (float *pa, float *pc) argument
12 pa[i] = b[i] * c[i];
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dvsx-vectorize-4.c14 void bar (double *pa, double *pb, double *pc) argument
21 if (pa[i] != (pb[i] * pc[i]))
30 main1 (int n, double * __restrict__ pa, double * __restrict__ pb, double * __restrict__ pc) argument
36 pa[i] = pb[i] * pc[i];
39 bar (pa,pb,pc);
H A Dvsx-vectorize-5.c14 void bar (char *pa, char *pb, char *pc) argument
21 if (pa[i] != (pb[i] + pc[i]))
30 main1 (int n, char * __restrict__ pa, char * __restrict__ pb, char * __restrict__ pc) argument
36 pa[i] = pb[i] + pc[i];
39 bar (pa,pb,pc);
H A Dvsx-vectorize-3.c14 void bar (short *pa, short *pb, short *pc) argument
21 if (pa[i] != (pb[i] * pc[i]))
30 main1 (int n, short * __restrict__ pa, short * __restrict__ pb, short * __restrict__ pc) argument
36 pa[i] = pb[i] * pc[i];
39 bar (pa,pb,pc);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Deh5.C15 const A* pa; member in struct:B1
17 B1() : pmf(&A::foo), pa(&a) {}
18 bool operator()() const { return (pa->*pmf)(new int); }

Completed in 298 milliseconds

12345