Home
last modified time | relevance | path

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

/external/llvm-project/flang/test/Semantics/
Dio01.f9051 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')
Ddosemantics12.f90330 open(file="abc", newunit=ivar)
336 open(file="abc", newunit=ivar)
343 open(file="abc", newunit=ivar)
/external/llvm-project/flang/lib/Semantics/
Dcheck-do-forall.cpp996 const auto *newunit{ in Leave() local
998 if (newunit) { in Leave()
999 context_.CheckIndexVarRedefine(newunit->v.thing.thing); in Leave()