Home
last modified time | relevance | path

Searched refs:stat_array (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Datomic01.f9010 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 Dlockstmt01.f9010 integer status, stat_array(10) variable
23 lock(lock_var, stat=stat_array(1))
H A Dlockstmt03.f9011 integer status, stat_array(10), coindexed_int[*], non_bool, repeated_stat variable
41 lock(lock_var, stat=stat_array)