Searched refs:do_copyfrom (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c1411 gomp_unmap_vars_internal (struct target_mem_desc *tgt, bool do_copyfrom, argument
1464 if ((do_unmap && do_copyfrom && tgt->list[i].copy_from)
1493 gomp_unmap_vars (struct target_mem_desc *tgt, bool do_copyfrom) argument
1495 gomp_unmap_vars_internal (tgt, do_copyfrom, NULL);
1499 gomp_unmap_vars_async (struct target_mem_desc *tgt, bool do_copyfrom, argument
1502 gomp_unmap_vars_internal (tgt, do_copyfrom, aq);
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c1888 gomp_unmap_vars_internal (struct target_mem_desc *tgt, bool do_copyfrom, argument
1935 if ((do_copy && do_copyfrom && tgt->list[i].copy_from)
1964 gomp_unmap_vars (struct target_mem_desc *tgt, bool do_copyfrom, argument
1976 gomp_unmap_vars_internal (tgt, do_copyfrom, refcount_set, NULL);
1983 goacc_unmap_vars (struct target_mem_desc *tgt, bool do_copyfrom, argument
1986 gomp_unmap_vars_internal (tgt, do_copyfrom, NULL, aq);

Completed in 192 milliseconds