Lines Matching defs:oom
57 Terminator oom{sourceFile, sourceLine};
58 return &New<InternalListIoStatementState<DIR>>{oom}(
83 Terminator oom{sourceFile, sourceLine};
84 return &New<InternalFormattedIoStatementState<DIR>>{oom}(descriptor, format,
113 Terminator oom{sourceFile, sourceLine};
114 return &New<InternalListIoStatementState<DIR>>{oom}(
140 Terminator oom{sourceFile, sourceLine};
141 return &New<InternalFormattedIoStatementState<DIR>>{oom}(internal,
486 Terminator oom{sourceFile, sourceLine};
487 return &New<InquireIOLengthState>{oom}(sourceFile, sourceLine)
1271 Terminator oom{sourceFile, sourceLine};
1272 IoErrorHandler errorHandler{oom};