Home
last modified time | relevance | path

Searched refs:ioUnit (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dio-parsers.cpp153 construct<std::optional<IoUnit>>(maybe("UNIT ="_tok) >> ioUnit),
157 "READ (" >> construct<std::optional<IoUnit>>(ioUnit),
185 TYPE_PARSER(first(construct<IoControlSpec>("UNIT =" >> ioUnit),
234 construct<std::optional<IoUnit>>(maybe("UNIT ="_tok) >> ioUnit),
238 "WRITE (" >> construct<std::optional<IoUnit>>(ioUnit),
Dtype-parsers.h105 constexpr Parser<IoUnit> ioUnit; // R1201, R1203 variable