Lines Matching refs:single_token

142   caf_single_token_t single_token;  in _gfortran_caf_register()  local
174 single_token = TOKEN (*token); in _gfortran_caf_register()
175 single_token->memptr = local; in _gfortran_caf_register()
176 single_token->owning_memory = type != CAF_REGTYPE_COARRAY_ALLOC_REGISTER_ONLY; in _gfortran_caf_register()
177 single_token->desc = GFC_DESCRIPTOR_RANK (data) > 0 ? data : NULL; in _gfortran_caf_register()
201 caf_single_token_t single_token = TOKEN (*token); in _gfortran_caf_deregister() local
203 if (single_token->owning_memory && single_token->memptr) in _gfortran_caf_deregister()
204 free (single_token->memptr); in _gfortran_caf_deregister()
213 single_token->memptr = NULL; in _gfortran_caf_deregister()
214 single_token->owning_memory = false; in _gfortran_caf_deregister()
1201 caf_single_token_t single_token, gfc_descriptor_t *dst, in get_for_ref() argument
1261 single_token = *(caf_single_token_t*)(sr + ref->u.c.caf_token_offset); in get_for_ref()
1264 src = single_token->desc; in get_for_ref()
1277 get_for_ref (ref->next, i, dst_index, single_token, dst, src, in get_for_ref()
1282 get_for_ref (ref->next, i, dst_index, single_token, dst, in get_for_ref()
1290 get_for_ref (ref->next, i, dst_index, single_token, dst, in get_for_ref()
1332 get_for_ref (ref, i, dst_index, single_token, dst, src, in get_for_ref()
1352 get_for_ref (ref, i, dst_index, single_token, dst, src, in get_for_ref()
1379 get_for_ref (ref, i, dst_index, single_token, dst, src, in get_for_ref()
1393 get_for_ref (ref, i, dst_index, single_token, dst, src, ds, in get_for_ref()
1411 get_for_ref (ref, i, dst_index, single_token, dst, src, in get_for_ref()
1431 get_for_ref (ref, i, dst_index, single_token, dst, src, in get_for_ref()
1447 get_for_ref (ref->next, i, dst_index, single_token, dst, in get_for_ref()
1481 get_for_ref (ref, i, dst_index, single_token, dst, NULL, in get_for_ref()
1495 get_for_ref (ref, i, dst_index, single_token, dst, NULL, in get_for_ref()
1512 get_for_ref (ref, i, dst_index, single_token, dst, NULL, in get_for_ref()
1523 get_for_ref (ref, i, dst_index, single_token, dst, NULL, ds, in get_for_ref()
1571 caf_single_token_t single_token = TOKEN (token); in _gfortran_caf_get_by_ref() local
1572 void *memptr = single_token->memptr; in _gfortran_caf_get_by_ref()
1573 gfc_descriptor_t *src = single_token->desc; in _gfortran_caf_get_by_ref()
1602 single_token = *(caf_single_token_t*) in _gfortran_caf_get_by_ref()
1604 memptr = single_token->memptr; in _gfortran_caf_get_by_ref()
1605 src = single_token->desc; in _gfortran_caf_get_by_ref()
2012 single_token = TOKEN (token); in _gfortran_caf_get_by_ref()
2013 memptr = single_token->memptr; in _gfortran_caf_get_by_ref()
2014 src = single_token->desc; in _gfortran_caf_get_by_ref()
2017 get_for_ref (refs, &i, dst_index, single_token, dst, src, in _gfortran_caf_get_by_ref()
2025 caf_single_token_t single_token, gfc_descriptor_t *dst, in send_by_ref() argument
2063 single_token = *(caf_single_token_t *) in send_by_ref()
2078 single_token = *(caf_single_token_t *) in send_by_ref()
2080 dst = single_token->desc; in send_by_ref()
2161 single_token = *(caf_single_token_t*)(ds + ref->u.c.caf_token_offset); in send_by_ref()
2170 send_by_ref (ref->next, i, src_index, single_token, in send_by_ref()
2171 single_token->desc, src, ds, sr, in send_by_ref()
2175 send_by_ref (ref->next, i, src_index, single_token, in send_by_ref()
2183 send_by_ref (ref->next, i, src_index, single_token, in send_by_ref()
2224 send_by_ref (ref, i, src_index, single_token, dst, src, in send_by_ref()
2245 send_by_ref (ref, i, src_index, single_token, dst, src, in send_by_ref()
2266 send_by_ref (ref, i, src_index, single_token, dst, src, in send_by_ref()
2280 send_by_ref (ref, i, src_index, single_token, dst, src, ds in send_by_ref()
2297 send_by_ref (ref, i, src_index, single_token, dst, src, in send_by_ref()
2318 send_by_ref (ref, i, src_index, single_token, dst, src, in send_by_ref()
2335 send_by_ref (ref->next, i, src_index, single_token, NULL, in send_by_ref()
2369 send_by_ref (ref, i, src_index, single_token, NULL, src, in send_by_ref()
2383 send_by_ref (ref, i, src_index, single_token, NULL, src, in send_by_ref()
2401 send_by_ref (ref, i, src_index, single_token, NULL, src, in send_by_ref()
2413 send_by_ref (ref, i, src_index, single_token, NULL, src, in send_by_ref()
2460 caf_single_token_t single_token = TOKEN (token); in _gfortran_caf_send_by_ref() local
2461 void *memptr = single_token->memptr; in _gfortran_caf_send_by_ref()
2462 gfc_descriptor_t *dst = single_token->desc; in _gfortran_caf_send_by_ref()
2501 single_token = NULL; in _gfortran_caf_send_by_ref()
2506 single_token = *(caf_single_token_t*) in _gfortran_caf_send_by_ref()
2509 dst = single_token->desc; in _gfortran_caf_send_by_ref()
2788 single_token = TOKEN (token); in _gfortran_caf_send_by_ref()
2789 memptr = single_token->memptr; in _gfortran_caf_send_by_ref()
2790 dst = single_token->desc; in _gfortran_caf_send_by_ref()
2793 send_by_ref (refs, &i, dst_index, single_token, dst, src, in _gfortran_caf_send_by_ref()
3047 caf_single_token_t single_token = TOKEN (token); in _gfortran_caf_is_present() local
3048 void *memptr = single_token->memptr; in _gfortran_caf_is_present()
3049 gfc_descriptor_t *src = single_token->desc; in _gfortran_caf_is_present()
3059 single_token = *(caf_single_token_t*) in _gfortran_caf_is_present()
3061 memptr = single_token->memptr; in _gfortran_caf_is_present()
3062 src = single_token->desc; in _gfortran_caf_is_present()