Searched refs:tgt (Results 1 - 25 of 65) sorted by relevance

123

/haiku-buildtools/legacy/gcc/libchill/
H A Dauxtypes.h44 #define MOV2(tgt,src) \
45 *((char*)(tgt) ) = *((char*)(src) ), \
46 *((char*)(tgt)+1) = *((char*)(src)+1)
47 #define MOV4(tgt,src) \
48 *((char*)(tgt) ) = *((char*)(src) ), \
49 *((char*)(tgt)+1) = *((char*)(src)+1), \
50 *((char*)(tgt)+2) = *((char*)(src)+2), \
51 *((char*)(tgt)+3) = *((char*)(src)+3)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwarn_target_lifetime_1.f9021 integer, target :: tgt(5) local in subroutine:bar
22 ptr => tgt ! { dg-warning "Pointer at .1. in pointer assignment might outlive the pointer target" }
26 function foo3(tgt)
27 integer, target :: tgt local in function:foo3
29 foo3 => tgt
35 integer, target :: tgt local in subroutine:sub
36 ptr => tgt
42 p2 => tgt
44 ptr => tgt
H A Dpointer_init_7.f9011 type(t), target :: tgt local in subroutine:sub
15 type(t), pointer :: cmp1 => tgt ! { dg-error "Pointer initialization target at .1. must have the SAVE attribute" }
19 class(t), pointer :: cmp2 => tgt ! { dg-error "Pointer initialization target at .1. must have the SAVE attribute" }
23 class(t), pointer :: cmp3 => tgt ! { dg-error "Pointer initialization target at .1. must have the SAVE attribute" }
27 integer, pointer :: cmp4 => tgt%i ! { dg-error "Pointer initialization target at .1. must have the SAVE attribute" }
30 type(t), pointer :: w => tgt ! { dg-error "Pointer initialization target at .1. must have the SAVE attribute" }
31 class(t), pointer :: x => tgt ! { dg-error "Pointer initialization target at .1. must have the SAVE attribute" }
32 class(*), pointer :: y => tgt ! { dg-error "Pointer initialization target at .1. must have the SAVE attribute" }
33 integer, pointer :: z => tgt%i ! { dg-error "Pointer initialization target at .1. must have the SAVE attribute" }
41 type(t3), target :: tgt variable in program:main
[all...]
H A Dpointer_assign_8.f9014 subroutine sub (tgt, tgt2)
15 class(t), target :: tgt, tgt2(:)
18 if (tgt%ii /= 43) call abort()
22 ptr => tgt ! TYPE => CLASS
29 if (.not. associated(ptr,tgt)) call abort()
H A Dptr-func-1.f909 integer, target :: tgt variable
11 if (tgt /= 774) call abort ()
20 two => tgt
H A Dptr-func-2.f909 integer, target :: tgt variable
11 if (tgt /= 774) call abort ()
20 two => tgt
H A Dinternal_pack_13.f9011 type(t), target :: tgt(4,4) variable
18 tgt(i,j)%i = k
23 p => tgt(::2,::2)
H A Dderived_init_3.f9020 type(string_container), target :: tgt variable in program:main
23 ptr => tgt
H A Dinitialization_27.f9012 integer, target :: tgt variable in program:test_init
20 y(1)%p => tgt
24 y(1)%p => tgt
H A Dc_ptr_tests_15.f9031 integer, target :: tgt variable in program:test
37 file%gsl_file = c_loc(tgt)
H A Dc_ptr_tests_14.f9029 integer, target :: tgt variable in program:test
35 file%gsl_file = c_loc(tgt)
H A Ddefault_initialization_5.f9021 type(arr_t2), target :: tgt variable in module:list_m
27 type(arr_t2), pointer :: head => tgt
64 ! { dg-final { scan-tree-dump-times "my_data.head = &tgt" 1 "original" } }
H A Dcoarray_collectives_14.f9033 procedure(tgt), pointer, nopass :: tgt
82 call co_reduce(caf, tgt) ! { dg-error "shall have the TARGET attribute either for none or both arguments" }
83 call co_reduce(caf, dt%tgt) ! { dg-error "shall have the TARGET attribute either for none or both arguments" }
132 pure integer function tgt(x,y) function in program:test
135 end function tgt
H A Doverload_1.f9018 module procedure tgt
76 function tgt (a, b) function in module:m
77 logical tgt local in function:tgt
80 tgt = a%i > b%i
81 end function tgt
H A Dcontiguous_1.f9041 integer, target :: tgt(5) local in subroutine:ptr_assign
42 ptr1 => tgt
/haiku-buildtools/gcc/libgomp/
H A Doacc-plugin.c36 struct target_mem_desc *tgt = ptr; local
38 gomp_unmap_vars (tgt, false);
H A Dtarget.c176 struct target_mem_desc *tgt local
177 = gomp_malloc (sizeof (*tgt) + sizeof (tgt->list[0]) * mapnum);
178 tgt->list_count = mapnum;
179 tgt->refcount = 1;
180 tgt->device_descr = devicep;
183 return tgt;
201 tgt->list[i] = NULL;
212 tgt->list[i] = n;
217 tgt
523 gomp_unmap_tgt(struct target_mem_desc *tgt) argument
540 gomp_copy_from_async(struct target_mem_desc *tgt) argument
572 gomp_unmap_vars(struct target_mem_desc *tgt, bool do_copyfrom) argument
710 struct target_mem_desc *tgt = gomp_malloc (sizeof (*tgt)); local
914 struct target_mem_desc *tgt = mem_map->root->key.tgt; local
1029 struct target_mem_desc *tgt local
1042 struct target_mem_desc *tgt local
1056 struct target_mem_desc *tgt = icv->target_data; local
[all...]
H A Doacc-mem.c62 lookup_dev (struct target_mem_desc *tgt, void *d, size_t s) argument
67 if (!tgt)
70 gomp_mutex_lock (&tgt->device_descr->lock);
72 for (t = tgt; t != NULL; t = t->prev)
78 gomp_mutex_unlock (&tgt->device_descr->lock);
136 offset = d - k->tgt->tgt_start + k->tgt_offset;
189 d = n->tgt->tgt_start + n->tgt_offset + offset;
213 offset = d - n->tgt->tgt_start + n->tgt_offset;
250 struct target_mem_desc *tgt; local
267 tgt
382 struct target_mem_desc *tgt; local
519 struct target_mem_desc *tgt; local
[all...]
H A Doacc-parallel.c65 struct target_mem_desc *tgt; local
133 tgt = gomp_map_vars (acc_dev, mapnum, hostaddrs, NULL, sizes, kinds, true,
138 devaddrs[i] = (void *) (tgt->list[i]->tgt->tgt_start
139 + tgt->list[i]->tgt_offset);
143 tgt);
147 gomp_unmap_vars (tgt, true);
150 gomp_copy_from_async (tgt);
151 acc_dev->openacc.register_async_cleanup_func (tgt);
162 struct target_mem_desc *tgt; local
200 struct target_mem_desc *tgt = thr->mapped_data; local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/score/
H A Dtcond.d115 150: 0605 tgt!
116 152: 0605 tgt!
117 154: 0605 tgt!
118 156: 0605 tgt!
119 158: 0605 tgt!
120 15a: 0605 tgt!
121 15c: 80009854 tgt
124 170: 0605 tgt!
125 172: 0605 tgt!
126 174: 0605 tgt!
[all...]
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dtarget-1.c21 tgt (void) function
43 tgt (), s += b[i] * c[i];
58 tgt (), s += b[i] * c[i];
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dobjc.exp171 set tgt [target_info name]
172 if [board_info $tgt exists multilib_flags] {
173 set lb [board_info $tgt multilib_flags]
H A Dobj-c++.exp326 set tgt [target_info name]
327 if [board_info $tgt exists multilib_flags] {
328 set lb [board_info $tgt multilib_flags]
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A DMakefile.in339 make.o makeusg.o makeutl.o mlib.o mlib-fil.o mlib-prj.o mlib-tgt.o \
340 mlib-tgt-specific.o mlib-utl.o namet.o nlists.o opt.o osint.o osint-m.o \
401 MLIB_TGT = mlib-tgt
502 TOOLS_TARGET_PAIRS=mlib-tgt-specific.adb<mlib-tgt-specific-vxworks.adb
569 mlib-tgt-specific.adb<mlib-tgt-specific-vxworks.adb \
680 mlib-tgt-specific.adb<mlib-tgt-specific-vxworks.adb \
745 mlib-tgt
[all...]
/haiku-buildtools/gcc/libcpp/
H A Dmkdeps.c226 deps_add_default_target (struct deps *d, const char *tgt) argument
232 if (tgt[0] == '\0')
239 const char *start = lbasename (tgt);

Completed in 299 milliseconds

123