Searched refs:count_array (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/test/Semantics/ |
H A D | notifywait03.f90 | 16 …integer :: count, count_array(1), non_notify[*], sync_status, coindexed_integer[*], superfluous_st… variable 66 notify wait(notify_var, until_count=count, until_count=count_array(1)) 69 notify wait(notify_var, until_count=count, stat=sync_status, until_count=count_array(1)) 72 notify wait(notify_var, until_count=count, errmsg=error_message, until_count=count_array(1)) 75 …(notify_var, until_count=count, stat=sync_status, errmsg=error_message, until_count=count_array(1))
|
H A D | notifywait01.f90 | 10 integer :: count, count_array(1), sync_status, coindexed_integer[*] variable 17 notify wait(notify_var, until_count=count_array(1))
|