Searched refs:update (Results 1 - 25 of 148) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/goacc/
H A Dpragma_context.c4 #pragma acc update /* { dg-error "expected declaration specifiers before '#pragma'" } */
9 #pragma acc update /* { dg-error "expected declaration specifiers before '#pragma'" } */
15 #pragma acc update /* { dg-error "expected declaration specifiers before '#pragma'" } */
25 #pragma acc update /* { dg-error "'#pragma acc update' may only be used in compound statements before '#pragma'" } */
33 #pragma acc update device(i)
H A Dupdate-1.c4 #pragma acc update /* { dg-error "'#pragma acc update' must contain at least one 'device' or 'host/self' clause" } */
8 #pragma acc update device(i)
9 #pragma acc update host(i)
10 #pragma acc update self(i)
11 #pragma acc update device(a[1:3])
12 #pragma acc update host(a[1:3])
13 #pragma acc update self(a[1:3])
14 #pragma acc update device(a(1:3)) /* { dg-error "expected '\\\)' before '\\\(' token" } */
15 #pragma acc update hos
[all...]
H A Dif-clause-1.c9 #pragma acc update device(p) if(*p) /* { dg-error "used struct type value where scalar is required" } */
H A Dif-clause-2.c10 #pragma acc update device(c) if(c)
H A Dnesting-fail-1.c16 #pragma acc update host(i) /* { dg-error "update construct inside of parallel region" } */
35 #pragma acc update host(i) /* { dg-error "update construct inside of kernels region" } */
/haiku-buildtools/cloog/
H A Dget_submodules.sh3 git submodule update
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D991229-2.c3 void update (double* r) function
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/gomp/
H A Dnesting-warn-1.c12 #pragma omp target update to(i) /* { dg-warning "target update construct inside of target region" } */
20 #pragma omp target update to(i) /* { dg-warning "target update construct inside of target region" } */
H A Dnesting-1.c17 #pragma omp target update to(i)
30 #pragma omp target update to(i)
59 #pragma omp target update to(i)
72 #pragma omp target update to(i)
H A Datomic-16.c18 #pragma omp atomic seq_cst update
20 #pragma omp atomic seq_cst , update
30 #pragma omp atomic update, seq_cst
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dtarget-10.c12 #pragma omp target update to(v)
H A Dtarget-7.c43 #pragma omp target update device (d) from (h)
50 #pragma omp target update if (v > 1) from (h)
57 #pragma omp target update device (d) if (v > 1) from (h)
64 #pragma omp target update if (v <= 1) from (h)
71 #pragma omp target update device (d) if (v <= 1) from (h)
78 #pragma omp target update if (0) from (h)
85 #pragma omp target update device (d) if (0) from (h)
92 #pragma omp target update if (1) from (h)
99 #pragma omp target update device (d) if (1) from (h)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/gomp/
H A Dtpl-target-update.C10 #pragma omp target update to(v[a:b])
13 #pragma omp target update to(v[A:B])
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-this6.C26 void update(int obj);
29 void Store::update(int obj) function in class:Store
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dreg-err.l3 .*:4: (Error|Warning): Invalid use of `r0' as base update address operand
5 .*:6: (Error|Warning): Invalid use of `r0' as base update address operand
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dreg-err.l3 .*:4: (Error|Warning): Invalid use of `r0' as base update address operand
5 .*:6: (Error|Warning): Invalid use of `r0' as base update address operand
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dcgraph_edge.C25 void update () function
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dupdate-1.c37 #pragma acc update device (a[0:N], b[0:N])
47 #pragma acc update host (a[0:N], b[0:N])
70 #pragma acc update device (a[0:N], b[0:N])
80 #pragma acc update host (a[0:N], b[0:N])
103 #pragma acc update device (a[0:N], b[0:N])
113 #pragma acc update host (a[0:N], b[0:N])
136 #pragma acc update device (a[0:N], b[0:N])
151 #pragma acc update host (a[0:N], b[0:N])
174 #pragma acc update device (a[0:N], b[0:N])
189 #pragma acc update hos
[all...]
H A Dupdate-1-2.c1 /* Copy of update-1.c with self exchanged with host for #pragma acc update. */
39 #pragma acc update device (a[0:N], b[0:N])
49 #pragma acc update self (a[0:N], b[0:N])
72 #pragma acc update device (a[0:N], b[0:N])
82 #pragma acc update self (a[0:N], b[0:N])
105 #pragma acc update device (a[0:N], b[0:N])
115 #pragma acc update host (a[0:N], b[0:N])
138 #pragma acc update device (a[0:N], b[0:N])
153 #pragma acc update sel
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dcoarray.f9530 !$acc update device (a)
31 !$acc update host (a)
32 !$acc update self (a)
H A Dassumed.f9522 !$acc update device (a) ! { dg-error "Assumed size" }
23 !$acc update host (a) ! { dg-error "Assumed size" }
24 !$acc update self (a) ! { dg-error "Assumed size" }
43 !$acc update device (a) ! { dg-error "Assumed rank" }
44 !$acc update host (a) ! { dg-error "Assumed rank" }
45 !$acc update self (a) ! { dg-error "Assumed rank" }
H A Dcray.f9531 !$acc update device (pointee) ! { dg-error "Cray pointee" }
32 !$acc update host (pointee) ! { dg-error "Cray pointee" }
33 !$acc update self (pointee) ! { dg-error "Cray pointee" }
51 !$acc update device (ptr)
52 !$acc update host (ptr)
53 !$acc update self (ptr)
H A Dliteral.f9526 !$acc update device (10) ! { dg-error "Syntax error" }
27 !$acc update host (10) ! { dg-error "Syntax error" }
28 !$acc update self (10) ! { dg-error "Syntax error" }
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/goacc-gomp/
H A Dnesting-fail-1.c14 #pragma acc update host(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
28 #pragma acc update host(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
54 #pragma acc update host(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
80 #pragma acc update host(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
96 #pragma acc update host(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
112 #pragma acc update host(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
128 #pragma acc update host(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
144 #pragma acc update host(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
160 #pragma acc update host(i) /* { dg-error "OpenACC update construc
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/msdos/
H A Dconfigur.bat7 update config\i386\xm-dos.h config.h
8 update config\i386\xm-dos.h hconfig.h
9 update config\i386\xm-dos.h tconfig.h
10 update config\i386\go32.h tm.h
11 update config\i386\i386.md md
12 update config\i386\i386.c aux-output.c
46 update multilib.h1 multilib.h

Completed in 113 milliseconds

123456