Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dunit.cpp986 bool parentIsInput{!parent_.get_if<IoDirectionState<Direction::Output>>()}; in CheckFormattingAndDirection() local
987 bool parentIsFormatted{parentIsInput in CheckFormattingAndDirection()
996 } else if (parentIsInput != (direction == Direction::Input)) { in CheckFormattingAndDirection()
997 return parentIsInput ? IostatChildOutputToInputParent in CheckFormattingAndDirection()