Lines Matching defs:sourceFile

91     Buffer scalar, std::size_t length, const char *sourceFile, int sourceLine)
92 : IoStatementBase{sourceFile, sourceLine}, unit_{scalar, length, 1} {}
96 const Descriptor &d, const char *sourceFile, int sourceLine)
97 : IoStatementBase{sourceFile, sourceLine}, unit_{d, *this} {}
158 const char *sourceFile, int sourceLine)
159 : InternalIoStatementState<DIR>{buffer, length, sourceFile, sourceLine},
167 const Descriptor *formatDescriptor, const char *sourceFile, int sourceLine)
168 : InternalIoStatementState<DIR>{d, sourceFile, sourceLine},
191 Buffer buffer, std::size_t length, const char *sourceFile, int sourceLine)
192 : InternalIoStatementState<DIR>{buffer, length, sourceFile, sourceLine},
197 const Descriptor &d, const char *sourceFile, int sourceLine)
198 : InternalIoStatementState<DIR>{d, sourceFile, sourceLine},
226 ExternalFileUnit &unit, const char *sourceFile, int sourceLine)
227 : IoStatementBase{sourceFile, sourceLine}, unit_{unit} {}
372 ExternalFileUnit &unit, const char *sourceFile, int sourceLine)
373 : ExternalIoStatementBase{unit, sourceFile, sourceLine}, mutableModes_{
485 const Descriptor *formatDescriptor, const char *sourceFile, int sourceLine)
486 : ExternalIoStatementState<DIR>{unit, sourceFile, sourceLine},
914 ChildIo &child, const char *sourceFile, int sourceLine)
915 : IoStatementBase{sourceFile, sourceLine}, child_{child} {}
991 const Descriptor *formatDescriptor, const char *sourceFile, int sourceLine)
992 : ChildIoStatementState<DIR>{child, sourceFile, sourceLine},
1096 ExternalFileUnit &unit, const char *sourceFile, int sourceLine)
1097 : ExternalIoStatementBase{unit, sourceFile, sourceLine} {}
1364 const char *sourceFile, int sourceLine, int badUnitNumber)
1365 : NoUnitIoStatementState{*this, sourceFile, sourceLine, badUnitNumber} {}
1450 OwningPtr<char> &&path, const char *sourceFile, int sourceLine)
1451 : NoUnitIoStatementState{*this, sourceFile, sourceLine}, path_{std::move(
1561 const char *sourceFile, int sourceLine)
1562 : NoUnitIoStatementState{*this, sourceFile, sourceLine} {}