Searched refs:me (Results 1 - 25 of 167) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/coarray/
H A Dcodimension_2a.f9016 integer :: me variable in program:testmod
18 me = this_image()
20 b = me
22 if(me==1) then
25 elseif (me == 3) then
H A Dcosubscript_1.f9016 integer :: me variable in program:cosubscript_test
25 me = this_image()
26 scalar = me
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dcoarray_atomic_5.f9011 integer :: me variable in program:atomic
13 me = this_image()
16 call ATOMIC_ADD (atom[1], me)
17 if(me == 1) call atomic_ref(me,atom[1])
19 write(*,*) me
24 ! { dg-final { scan-tree-dump-times "_gfortran_caf_atomic_op \\(1, caf_token.0, 0, 1, &me, 0B, 0B, 1, 4\\);" 1 "original" } }
25 ! { dg-final { scan-tree-dump-times "_gfortran_caf_atomic_ref \\(caf_token.0, 0, 1, &me, 0B, 1, 4\\);" 1 "original" } }
H A Dcoarray_35a.f9014 integer :: me variable in program:testmod
16 me = this_image()
18 b = me
20 if(me==1) then
H A Dcoarray_40.f9012 integer :: me
14 me = this_image()
19 v1 = u[me]
H A Dtypebound_proc_2.f9019 SUBROUTINE proc1 (me)
21 TYPE(t1) :: me local in subroutine:proc1
24 REAL FUNCTION proc2 (me, x)
26 TYPE(t1) :: me local in function:proc2
H A Dco_reduce_1.f9012 integer :: me variable in program:simple_reduce
14 me = this_image()
18 call co_reduce(me,simple_reduction)
20 write(*,*) this_image(),me
H A Dproc_ptr_comp_22.f9016 INTEGER FUNCTION myproc (me)
17 CLASS(t), INTENT(IN) :: me
H A Dcoarray_15.f9076 integer :: me local in subroutine:ex5
80 me = this_image()
81 w = me
99 call ex5_sub(me,w)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Ddarwin-minversion-1.C7 fail me; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Ddarwin-minversion-1.c9 fail me; local
H A Ddarwin-minversion-2.c9 fail me; local
H A Ddarwin-minversion-3.c9 fail me; local
H A Ddarwin-minversion-4.c9 fail me; local
H A Dpr46620.c44 rei(struct rt* const me, unsigned short anId, void *ad ) argument
56 pedri (struct pedr* const me, struct PCT ppc, unsigned char pmid) argument
58 rei(&(me->re), 0x7604, 0);
59 me->pc = ppc;
60 me->mid = pmid;
61 (me)->re.edo = pedrdo;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtredecl2.C4 template<class T> struct Foo { Foo<T> * me() { return this; } }; function in struct:Foo
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Deh2.C10 test * const me; member in class:test
11 test () : me(this) { }
12 ~test () { if (me != this) abort (); }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dmisc9.C12 int me();
/haiku-buildtools/gcc/libgomp/config/posix/
H A Dlock.c88 void *me = gomp_icv (true); local
90 if (lock->owner != me)
93 lock->owner = me;
111 void *me = gomp_icv (true); local
113 if (lock->owner != me)
117 lock->owner = me;
173 void *me = gomp_icv (true); local
175 if (lock->owner != me)
179 lock->owner = me;
197 void *me local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dst_function.f9044 type (person) me, p, tom local in subroutine:with_derived_type_dummy
48 me%age = 5
49 me%name = "Tom"
50 tom = st6 (me)
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dgthr-win32.c204 DWORD me = GetCurrentThreadId(); local
208 mutex->owner = me;
210 else if (mutex->owner == me)
218 mutex->owner = me;
233 DWORD me = GetCurrentThreadId(); local
237 mutex->owner = me;
239 else if (mutex->owner == me)
/haiku-buildtools/gcc/libgomp/config/linux/
H A Dlock.c86 void *me = gomp_icv (true); local
88 if (lock->owner != me)
91 lock->owner = me;
110 void *me = gomp_icv (true); local
113 if (lock->owner == me)
120 lock->owner = me;
/haiku-buildtools/gcc/mpc/
H A Dar-lib4 me=ar-lib
36 echo "$me: $1" 1>&2
105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
112 echo "$me, version $scriptversion"
236 echo "$me: creating $orig_archive"
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddecl5.C20 expand me; // { dg-error "'expand' does not name a type" } member in struct:A
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr40413.f9017 type(matrix_element_t), dimension(:), allocatable :: me component in type:state_matrix_t

Completed in 306 milliseconds

1234567