Searched refs:ioUnit (Results 1 – 2 of 2) sorted by relevance
153 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),
105 constexpr Parser<IoUnit> ioUnit; // R1201, R1203 variable