Lines Matching refs:sourceLine
193 const char *sourceFile = nullptr, int sourceLine = 0);
195 const Descriptor &, const char *sourceFile = nullptr, int sourceLine = 0);
221 const char *sourceFile = nullptr, int sourceLine = 0);
224 int sourceLine = 0);
246 const char *sourceFile = nullptr, int sourceLine = 0);
248 const Descriptor &, const char *sourceFile = nullptr, int sourceLine = 0);
260 ExternalFileUnit &, const char *sourceFile = nullptr, int sourceLine = 0);
296 int sourceLine = 0);
331 const char *sourceFile = nullptr, int sourceLine = 0)
332 : ExternalIoStatementBase{unit, sourceFile, sourceLine}, wasExtant_{
359 int sourceLine = 0)
360 : ExternalIoStatementBase{unit, sourceFile, sourceLine} {}
378 NoUnitIoStatementState(const char *sourceFile, int sourceLine, A &stmt) in NoUnitIoStatementState() argument
379 : IoStatementBase{sourceFile, sourceLine}, ioStatementState_{stmt} {} in NoUnitIoStatementState()
388 NoopCloseStatementState(const char *sourceFile, int sourceLine) in NoopCloseStatementState() argument
389 : NoUnitIoStatementState{sourceFile, sourceLine, *this} {} in NoopCloseStatementState()
419 int sourceLine = 0);
428 InquireNoUnitState(const char *sourceFile = nullptr, int sourceLine = 0);
438 const char *sourceFile = nullptr, int sourceLine = 0);
451 InquireIOLengthState(const char *sourceFile = nullptr, int sourceLine = 0);
463 const char *sourceFile = nullptr, int sourceLine = 0)
464 : ExternalIoStatementBase{unit, sourceFile, sourceLine}, which_{which} {}