Searched refs:enter (Results 1 - 25 of 55) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dentry_5.f908 ENTRY enter RESULT (answer) ! { dg-error "Unclassifiable statement" } entry in function:funct
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dabs.s4 enter $zero + 0xff00, $zero + 0xf0
5 enter $zero - 0xff00, $zero - 0xf0
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-i386/
H A Dabs.s4 enter $zero + 0xff00, $zero + 0xf0
5 enter $zero - 0xff00, $zero - 0xf0
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/tm/
H A Domp.c10 unsigned long enter; member in struct:ENTER_EXIT_TIMES
20 inside.enter = rdtsc();
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/goacc/
H A Ddata-2.c6 #pragma acc enter data copyin (a, b) async wait
7 #pragma acc enter data create (b[20:30]) async wait
8 #pragma acc enter data (a) /* { dg-error "expected '#pragma acc' clause before '\\\(' token" } */
9 #pragma acc enter data create (b(1:10)) /* { dg-error "expected '\\\)' before '\\\(' token" } */
13 #pragma acc enter /* { dg-error "expected 'data' in" } */
15 #pragma acc enter data /* { dg-error "has no data movement clause" } */
17 #pragma acc enter Data /* { dg-error "invalid pragma before" } */
H A Dnesting-fail-1.c17 #pragma acc enter data copyin(i) /* { dg-error "enter/exit data construct inside of parallel region" } */
18 #pragma acc exit data delete(i) /* { dg-error "enter/exit data construct inside of parallel region" } */
36 #pragma acc enter data copyin(i) /* { dg-error "enter/exit data construct inside of kernels region" } */
37 #pragma acc exit data delete(i) /* { dg-error "enter/exit data construct inside of kernels region" } */
H A Dnesting-1.c57 #pragma acc enter data copyin(i)
92 #pragma acc enter data copyin(i)
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Ddata-already-5.c10 #pragma acc enter data create (i)
H A Ddata-already-6.c11 #pragma acc enter data create (i)
H A Ddata-already-7.c10 #pragma acc enter data create (i)
H A Dnested-2.c98 #pragma acc enter data copyin (a)
119 #pragma acc enter data copyin (a)
H A Ddata-2.c27 #pragma acc enter data copyin (a[0:N]) copyin (b[0:N]) copyin (N) async
51 #pragma acc enter data copyin (a[0:N]) copyin (b[0:N]) copyin (N) async (1)
77 #pragma acc enter data copyin (a[0:N]) copyin (b[0:N]) copyin (c[0:N]) copyin (d[0:N]) copyin (N) async (1)
121 #pragma acc enter data copyin (a[0:N]) copyin (b[0:N]) copyin (c[0:N]) copyin (d[0:N]) copyin (e[0:N]) copyin (N) async (1)
H A Dif-1.c543 #pragma acc enter data copyin (b[0:N]) if (0)
552 #pragma acc enter data copyin (b[0:N]) if (1)
566 #pragma acc enter data copyin (b[0:N]) if (zero)
575 #pragma acc enter data copyin (b[0:N]) if (one)
589 #pragma acc enter data copyin (b[0:N]) if (one == 0)
598 #pragma acc enter data copyin (b[0:N]) if (one == 1)
H A Ddata-3.c27 #pragma acc enter data copyin (a[0:N]) copyin (b[0:N]) copyin (N) async
79 #pragma acc enter data copyin (c[0:N], d[0:N]) async (3)
124 #pragma acc enter data copyin (e[0:N]) async (5)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Denter-exit-data.f9527 ! enter data
28 !$acc enter data
29 !$acc enter data if (.false.)
30 !$acc enter data if (l)
31 !$acc enter data if (.false.) if (l) ! { dg-error "Unclassifiable" }
32 !$acc enter data if (i) ! { dg-error "LOGICAL" }
33 !$acc enter data if (1) ! { dg-error "LOGICAL" }
34 !$acc enter data if (a) ! { dg-error "LOGICAL" }
35 !$acc enter data if (b(5:6)) ! { dg-error "LOGICAL" }
36 !$acc enter dat
[all...]
/haiku-buildtools/jam/
H A Dhash.h16 int hashitem( struct hash *hp, HASHDATA **data, int enter );
H A Dhash.c13 * hashitem() - find a record in the table, and optionally enter a new one
88 * hashitem() - find a record in the table, and optionally enter a new one
95 int enter )
102 if( enter && !hp->items.more )
105 if( !enter && !hp->items.nel )
123 if( enter )
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/goacc-gomp/
H A Dnesting-fail-1.c15 #pragma acc enter data copyin(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
29 #pragma acc enter data copyin(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
58 #pragma acc enter data copyin(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
81 #pragma acc enter data copyin(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
97 #pragma acc enter data copyin(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
113 #pragma acc enter data copyin(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
129 #pragma acc enter data copyin(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
145 #pragma acc enter data copyin(i) /* { dg-error "OpenACC construct inside of non-OpenACC region" } */
161 #pragma acc enter data copyin(i) /* { dg-error "OpenACC enter/exi
[all...]
/haiku-buildtools/gcc/libgcc/config/m32c/
H A Dlib1funcs.S147 enter #0
167 enter #0
188 enter #0
/haiku-buildtools/legacy/gcc/libio/tests/
H A DtFile.exp3 enter a char:c = "a"
4 enter three integers (short, int, long):first = 123 via dec = 123
7 enter a float then a double:first = 123.456
9 enter 5 characters separated with spaces:first = 1
/haiku-buildtools/legacy/gcc/libstdc++/tests/
H A Dtstring.exp20 enter a word:word =abcdefghijklmnopqrstuvwxyz length = 26
H A Dtcomplex.exp35 enter a complex number in form a or (a) or (a, b): number = (1.2,-34)
/haiku-buildtools/gcc/libgcc/config/fr30/
H A Dcrti.S35 enter #4
55 enter #4
/haiku-buildtools/binutils/gas/testsuite/gas/fr30/
H A Dallinsn.s353 .global enter
354 enter: label
355 enter #1020
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/fr30/
H A Dallinsn.s353 .global enter
354 enter: label
355 enter #1020

Completed in 200 milliseconds

123