Home
last modified time | relevance | path

Searched refs:blk5 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Ddeclarations03.f9022 !ERROR: The entity 'blk5' has multiple BIND names ('dd' and 'ee')
23 common /blk5/ i
24 bind(c, name="dd") :: /blk5/
25 bind(c, name="ee") :: /blk5/
/llvm-project/flang/test/Semantics/OpenMP/
H A Dthreadprivate02.f9069 common /blk5/ a5 common
H A Dthreadprivate04.f909 common /blk1/ y1, /blk2/ y2, /blk3/ y3, /blk4/ y4, /blk5/ y5 common
H A Ddeclare-target02.f90166 common /blk5/ a5, a5_to, a5_link common
172 !$omp declare target (blk5)