Searched refs:stat_array (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/test/Semantics/ |
H A D | atomic01.f90 | 10 integer non_atom_object[*], non_scalar(1), status, stat_array(1), coindexed[*] 26 call atomic_add(atom_object, quantity, stat_array(1)) 95 call atomic_add(atom_object, quantity, status, stat_array(1)) 107 call atomic_add(atom=atom_object, value=quantity, stat=status, stat=stat_array(1)) 11 integer non_atom_object[*], non_atom, non_scalar(1), status, stat_array( global() variable
|
H A D | lockstmt01.f90 | 10 integer status, stat_array(10) variable 23 lock(lock_var, stat=stat_array(1))
|
H A D | lockstmt03.f90 | 11 integer status, stat_array(10), coindexed_int[*], non_bool, repeated_stat variable 41 lock(lock_var, stat=stat_array)
|