Searched refs:newunit (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/flang/test/Semantics/ |
D | io01.f90 | 51 open(newunit=new_unit, pad=pad_(2), status='scr'//'atch'//'') 52 open(newunit=new_unit, pad=pad_(2), status=cc) 76 open(newunit=n, newunit=nn, iostat=stat4) 79 open(newunit=const_new_unit, status=cc) 100 open(106, newunit=n) 130 open(newunit=nn, status='old')
|
D | dosemantics12.f90 | 330 open(file="abc", newunit=ivar) 336 open(file="abc", newunit=ivar) 343 open(file="abc", newunit=ivar)
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-do-forall.cpp | 996 const auto *newunit{ in Leave() local 998 if (newunit) { in Leave() 999 context_.CheckIndexVarRedefine(newunit->v.thing.thing); in Leave()
|