Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Dnotifywait03.f9016 …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 Dnotifywait01.f9010 integer :: count, count_array(1), sync_status, coindexed_integer[*] variable
17 notify wait(notify_var, until_count=count_array(1))