| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-api.cpp | 48 const char *sourceFile, int sourceLine) { in BeginInternalArrayListIO() argument 49 Terminator oom{sourceFile, sourceLine}; in BeginInternalArrayListIO() 51 descriptor, sourceFile, sourceLine) in BeginInternalArrayListIO() 74 Terminator oom{sourceFile, sourceLine}; in BeginInternalArrayFormattedIO() 100 Terminator oom{sourceFile, sourceLine}; in BeginInternalListIO() 127 Terminator oom{sourceFile, sourceLine}; in BeginInternalFormattedIO() 202 *child, sourceFile, sourceLine); in BeginExternalListIO() 227 unitNumber, sourceFile, sourceLine); in IONAME() 233 unitNumber, sourceFile, sourceLine); in IONAME() 407 *unit, sourceFile, sourceLine); in IONAME() [all …]
|
| H A D | inquiry.cpp | 23 const Descriptor &array, int dim, const char *sourceFile, int line) { in RTNAME() 25 Terminator terminator{sourceFile, line}; in RTNAME() 34 const char *sourceFile, int line) { in RTNAME() 41 Terminator terminator{sourceFile, line}; in RTNAME() 59 const Descriptor &array, const char *sourceFile, int line) { in RTNAME() 69 const Descriptor &array, int dim, const char *sourceFile, int line) { in RTNAME() 71 Terminator terminator{sourceFile, line}; in RTNAME()
|
| H A D | numeric.cpp | 97 Terminator{sourceFile, sourceLine}.Crash( in IntMod() 109 Terminator{sourceFile, sourceLine}.Crash( in RealMod() 566 const char *sourceFile, int sourceLine) { in RTNAME() 571 const char *sourceFile, int sourceLine) { in RTNAME() 577 const char *sourceFile, int sourceLine) { in RTNAME() 583 const char *sourceFile, int sourceLine) { in RTNAME() 592 return IntMod<true>(x, p, sourceFile, sourceLine); in RTNAME() 622 const char *sourceFile, int sourceLine) { in RTNAME() 627 const char *sourceFile, int sourceLine) { in RTNAME() 633 const char *sourceFile, int sourceLine) { in RTNAME() [all …]
|
| H A D | misc-intrinsic.cpp | 19 const Descriptor &mold, const char *sourceFile, int line, in TransferImpl() argument 32 Terminator{sourceFile, line}.Crash( in TransferImpl() 57 const Descriptor &mold, const char *sourceFile, int line) { in RTNAME() 66 Terminator{sourceFile, line}.Crash("TRANSFER: zero-sized type of MOLD= " in RTNAME() 74 result, source, mold, sourceFile, line, std::move(elements)); in RTNAME() 78 const Descriptor &mold, const char *sourceFile, int line, in RTNAME() 80 return TransferImpl(result, source, mold, sourceFile, line, size); in RTNAME()
|
| H A D | io-stmt.h | 341 const char *sourceFile = nullptr, int sourceLine = 0); 371 const char *sourceFile = nullptr, int sourceLine = 0); 373 std::size_t formatLength, const char *sourceFile = nullptr, 397 const char *sourceFile = nullptr, int sourceLine = 0); 460 std::size_t formatLength, const char *sourceFile = nullptr, 519 std::size_t formatLength, const char *sourceFile = nullptr, 554 const char *sourceFile = nullptr, int sourceLine = 0) 585 : ExternalIoStatementBase{unit, sourceFile, sourceLine} {} 684 const char *sourceFile = nullptr, int sourceLine = 0); 712 const char *sourceFile = nullptr, int sourceLine = 0) [all …]
|
| H A D | allocatable.cpp | 70 const Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTNAME() 71 Terminator terminator{sourceFile, sourceLine}; in RTNAME() 92 const Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTNAME() 93 Terminator terminator{sourceFile, sourceLine}; in RTNAME() 104 Descriptor &descriptor, const char *sourceFile, int sourceLine) { in RTNAME() 105 Terminator terminator{sourceFile, sourceLine}; in RTNAME()
|
| H A D | command.cpp | 141 const Descriptor *length, const Descriptor *errmsg, const char *sourceFile, in RTNAME() 143 Terminator terminator{sourceFile, line}; in RTNAME() 223 const Descriptor &name, bool trim_name, const char *sourceFile, int line) { in GetEnvVariableValue() argument 230 Terminator terminator{sourceFile, line}; in GetEnvVariableValue() 238 const char *sourceFile, int line) { in RTNAME() 243 const char *rawValue{GetEnvVariableValue(name, trim_name, sourceFile, line)}; in RTNAME() 256 const Descriptor &name, bool trim_name, const char *sourceFile, int line) { in RTNAME() 257 const char *value{GetEnvVariableValue(name, trim_name, sourceFile, line)}; in RTNAME()
|
| H A D | transformational.cpp | 141 Terminator terminator{sourceFile, line}; in RTNAME() 186 Terminator terminator{sourceFile, line}; in RTNAME() 205 const char *sourceFile, int line) { in RTNAME() 206 Terminator terminator{sourceFile, line}; in RTNAME() 286 Terminator terminator{sourceFile, line}; in RTNAME() 318 Terminator terminator{sourceFile, line}; in RTNAME() 391 const char *sourceFile, int line) { in RTNAME() 393 Terminator terminator{sourceFile, line}; in RTNAME() 498 Terminator terminator{sourceFile, line}; in RTNAME() 531 const char *sourceFile, int line) { in RTNAME() [all …]
|
| H A D | io-stmt.cpp | 92 const Descriptor &d, const char *sourceFile, int sourceLine) in InternalIoStatementState() argument 93 : IoStatementBase{sourceFile, sourceLine}, unit_{d, *this} {} in InternalIoStatementState() 161 const char *sourceFile, int sourceLine) in InternalFormattedIoStatementState() argument 190 const Descriptor &d, const char *sourceFile, int sourceLine) in InternalListIoStatementState() argument 196 : IoStatementBase{sourceFile, sourceLine}, unit_{unit} {} in ExternalIoStatementBase() 440 const char *sourceFile, int sourceLine) in ExternalFormattedIoStatementState() argument 896 ChildIo &child, const char *sourceFile, int sourceLine) in ChildIoStatementState() argument 964 const char *sourceFile, int sourceLine) in ChildFormattedIoStatementState() argument 1049 : ExternalIoStatementBase{unit, sourceFile, sourceLine} {} in InquireUnitState() 1315 const char *sourceFile, int sourceLine, int badUnitNumber) in InquireNoUnitState() argument [all …]
|
| H A D | character.cpp | 178 const char *sourceFile, int sourceLine) { in AdjustLR() argument 179 Terminator terminator{sourceFile, sourceLine}; in AdjustLR() 543 const char *sourceFile, int sourceLine) { in MaxMin() argument 627 const char *sourceFile, int sourceLine) { in RTNAME() 845 const char *sourceFile, int sourceLine) { in RTNAME() 850 const char *sourceFile, int sourceLine) { in RTNAME() 869 const char *sourceFile, int sourceLine) { in RTNAME() 901 const char *sourceFile, int sourceLine) { in RTNAME() 934 const char *sourceFile, int sourceLine) { in RTNAME() 975 const char *sourceFile, int sourceLine) { in RTNAME() [all …]
|
| H A D | pointer.cpp | 88 const Descriptor &target, const Descriptor &bounds, const char *sourceFile, in RTNAME() 93 Terminator terminator{sourceFile, sourceLine}; in RTNAME() 117 const Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTNAME() 118 Terminator terminator{sourceFile, sourceLine}; in RTNAME() 136 const Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTNAME() 137 Terminator terminator{sourceFile, sourceLine}; in RTNAME()
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | io-api.h | 82 const char *sourceFile = nullptr, int sourceLine = 0); 85 const char *sourceFile = nullptr, int sourceLine = 0); 108 const char *sourceFile = nullptr, int sourceLine = 0); 112 const char *sourceFile = nullptr, int sourceLine = 0); 125 const char *sourceFile = nullptr, int sourceLine = 0); 128 const char *sourceFile = nullptr, int sourceLine = 0); 132 const char *sourceFile = nullptr, int sourceLine = 0); 134 const char *sourceFile = nullptr, int sourceLine = 0); 142 const char *sourceFile = nullptr, int sourceLine = 0); 144 const char *sourceFile = nullptr, int sourceLine = 0); [all …]
|
| H A D | transformational.h | 31 const Descriptor *order = nullptr, const char *sourceFile = nullptr, 35 const Descriptor &shift, int dim = 1, const char *sourceFile = nullptr, 38 std::int64_t shift, const char *sourceFile = nullptr, int line = 0); 42 const char *sourceFile = nullptr, int line = 0); 45 const char *sourceFile = nullptr, int line = 0); 49 const char *sourceFile = nullptr, int line = 0); 52 std::int64_t ncopies, const char *sourceFile = nullptr, int line = 0); 55 const char *sourceFile = nullptr, int line = 0); 59 const char *sourceFile = nullptr, int line = 0);
|
| H A D | character.h | 40 const Descriptor &from, const char *sourceFile = nullptr, 56 const char *sourceFile = nullptr, int sourceLine = 0); 92 const char *sourceFile = nullptr, int sourceLine = 0); 94 const char *sourceFile = nullptr, int sourceLine = 0); 99 const char *sourceFile = nullptr, int sourceLine = 0); 103 const char *sourceFile = nullptr, int sourceLine = 0); 106 const char *sourceFile = nullptr, int sourceLine = 0); 108 const char *sourceFile = nullptr, int sourceLine = 0); 118 int kind, const char *sourceFile = nullptr, int sourceLine = 0); 128 const char *sourceFile = nullptr, int sourceLine = 0); [all …]
|
| H A D | allocatable.h | 43 const Descriptor *errMsg = nullptr, const char *sourceFile = nullptr, 74 const char *sourceFile = nullptr, int sourceLine = 0); 86 const Descriptor *errMsg = nullptr, const char *sourceFile = nullptr, 90 const char *sourceFile = nullptr, int sourceLine = 0); 98 const char *sourceFile = nullptr, int sourceLine = 0); 104 const Descriptor *errMsg = nullptr, const char *sourceFile = nullptr, 109 Descriptor &, const char *sourceFile = nullptr, int sourceLine = 0);
|
| H A D | inquiry.h | 25 const char *sourceFile = nullptr, int line = 0); 27 const char *sourceFile = nullptr, int line = 0); 29 const Descriptor &array, const char *sourceFile = nullptr, int line = 0); 31 const char *sourceFile = nullptr, int line = 0);
|
| H A D | numeric.h | 178 const char *sourceFile = nullptr, int sourceLine = 0); 181 const char *sourceFile = nullptr, int sourceLine = 0); 184 const char *sourceFile = nullptr, int sourceLine = 0); 187 const char *sourceFile = nullptr, int sourceLine = 0); 196 const char *sourceFile = nullptr, int sourceLine = 0); 199 const char *sourceFile = nullptr, int sourceLine = 0); 203 const char *sourceFile = nullptr, int sourceLine = 0); 208 const char *sourceFile = nullptr, int sourceLine = 0); 213 const char *sourceFile = nullptr, int sourceLine = 0); 216 const char *sourceFile = nullptr, int sourceLine = 0); [all …]
|
| H A D | pointer.h | 62 const Descriptor &bounds, const char *sourceFile = nullptr, 75 const char *sourceFile = nullptr, int sourceLine = 0); 86 const Descriptor *errMsg = nullptr, const char *sourceFile = nullptr, 90 const char *sourceFile = nullptr, int sourceLine = 0); 98 const Descriptor *errMsg = nullptr, const char *sourceFile = nullptr,
|
| H A D | command.h | 32 const char *sourceFile = nullptr, int line = 0); 55 const Descriptor *errmsg = nullptr, const char *sourceFile = nullptr, 61 bool trim_name = true, const char *sourceFile = nullptr, int line = 0);
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Transformational.cpp | 28 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genCshift() local 45 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genCshiftVector() local 61 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genEoshift() local 79 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genEoshiftVector() local 95 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genMatmul() local 100 matrixBBox, sourceFile, sourceLine); in genMatmul() 110 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genPack() local 126 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genReshape() local 141 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genSpread() local 155 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genTranspose() local [all …]
|
| H A D | Inquiry.cpp | 23 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genLboundDim() local 27 sourceFile, sourceLine); in genLboundDim() 40 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genUbound() local 44 kind, sourceFile, sourceLine); in genUbound() 56 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genSizeDim() local 60 sourceFile, sourceLine); in genSizeDim() 71 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genSize() local 75 sourceFile, sourceLine); in genSize()
|
| H A D | Reduction.cpp | 378 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genSpecial2Args() local 394 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genReduction2Args() local 411 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genReduction3Args() local 428 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genReduction4Args() local 445 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genReduction5Args() local 507 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genCountDim() local 572 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genMaxval() local 598 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genMaxvalChar() local 645 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genMinvalChar() local 688 auto sourceFile = fir::factory::locationToFilename(builder, loc); in genMinval() local [all …]
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | parsing.cpp | 35 const SourceFile *sourceFile; in Prescan() local 37 sourceFile = allSources.ReadStandardInput(fileError); in Prescan() 40 sourceFile = allSources.Open(path, fileError); in Prescan() 42 sourceFile = in Prescan() 48 return sourceFile; in Prescan() 50 CHECK(sourceFile); in Prescan() 88 *sourceFile, ProvenanceRange{}, options.isModuleFile)}; in Prescan() 99 return sourceFile; in Prescan() 104 const SourceFile *sourceFile{nullptr}; in EmitPreprocessedSource() local 157 if (&position->file != sourceFile) { in EmitPreprocessedSource() [all …]
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
| H A D | scripted_crashlog.ips | 100 "sourceFile": "multithread-test.cc", 120 "sourceFile": "multithread-test.cc", 128 "sourceFile": "multithread-test.cc", 136 "sourceFile": "type_traits", 144 "sourceFile": "thread", 152 "sourceFile": "thread", 177 "sourceFile": "multithread-test.cc", 185 "sourceFile": "multithread-test.cc", 201 "sourceFile": "type_traits", 209 "sourceFile": "thread", [all …]
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | CrashHandlerFixture.cpp | 15 const char *sourceFile, int sourceLine, const char *message, va_list &ap) { in CatchCrash() argument 23 << (sourceFile ? sourceFile : "unknown source file") << '(' << sourceLine in CatchCrash()
|