Home
last modified time | relevance | path

Searched refs:arrayast (Results 1 – 2 of 2) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Drest.c2480 int arrayast; in handle_seq_section() local
2494 arrayast = arr; in handle_seq_section()
2502 switch (A_TYPEG(arrayast)) { in handle_seq_section()
2504 arraysptr = A_SPTRG(arrayast); in handle_seq_section()
2522 arrayast = A_LOPG(arrayast); in handle_seq_section()
2526 arraysptr = A_SPTRG(A_MEMG(arrayast)); in handle_seq_section()
2530 if (A_SHAPEG(A_PARENTG(arrayast))) { in handle_seq_section()
2533 arrayast = A_PARENTG(arrayast); in handle_seq_section()
2566 check_member(arrayast, mk_id(DESCRG(arraysptr))) : 0; in handle_seq_section()
2636 *retval = arrayast; in handle_seq_section()
[all …]
H A Dfunc.c4315 int array, arrayast; in mk_result_sptr() local
4316 array = find_array(arg, &arrayast); in mk_result_sptr()
4317 add_reduce_descriptor(temp_sptr, array, arrayast, dim); in mk_result_sptr()
4372 int array, arrayast; in mk_result_sptr() local
4373 array = find_array(arg, &arrayast); in mk_result_sptr()
4374 add_spread_descriptor(temp_sptr, array, arrayast, dim, ncopies); in mk_result_sptr()