Home
last modified time | relevance | path

Searched refs:sourceLine (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project/flang/runtime/
H A Dio-api.cpp56 const char *sourceFile, int sourceLine) { in BeginInternalArrayListIO() argument
57 Terminator oom{sourceFile, sourceLine}; in BeginInternalArrayListIO()
59 descriptor, sourceFile, sourceLine) in BeginInternalArrayListIO()
66 int sourceLine) { in IODEF()
68 descriptor, scratchArea, scratchBytes, sourceFile, sourceLine); in IODEF()
73 int sourceLine) { in IODEF()
75 descriptor, scratchArea, scratchBytes, sourceFile, sourceLine); in IODEF()
82 std::size_t /*scratchBytes*/, const char *sourceFile, int sourceLine) { in BeginInternalArrayFormattedIO() argument
83 Terminator oom{sourceFile, sourceLine}; in BeginInternalArrayFormattedIO()
85 formatLength, formatDescriptor, sourceFile, sourceLine) in BeginInternalArrayFormattedIO()
112 BeginInternalListIO(std::conditional_t<DIR==Direction::Input,const char,char> * internal,std::size_t internalLength,void **,std::size_t,const char * sourceFile,int sourceLine) BeginInternalListIO() argument
139 BeginInternalFormattedIO(std::conditional_t<DIR==Direction::Input,const char,char> * internal,std::size_t internalLength,const char * format,std::size_t formatLength,const Descriptor * formatDescriptor,void **,std::size_t,const char * sourceFile,int sourceLine) BeginInternalFormattedIO() argument
175 BeginExternalFormattedIO(const char * format,std::size_t formatLength,const Descriptor * formatDescriptor,ExternalUnit unitNumber,const char * sourceFile,int sourceLine) BeginExternalFormattedIO() argument
233 BeginUnformattedIO(ExternalUnit unitNumber,const char * sourceFile,int sourceLine) BeginUnformattedIO() argument
1265 CheckUnitNumberInRangeImpl(INT unit,bool handleError,char * ioMsg,std::size_t ioMsgLength,const char * sourceFile,int sourceLine) CheckUnitNumberInRangeImpl() argument
[all...]
H A Dallocatable.cpp68 const Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTDEF()
69 Terminator terminator{sourceFile, sourceLine}; in RTDEF()
137 const Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTDEF()
138 Terminator terminator{sourceFile, sourceLine}; in RTDEF()
161 const char *sourceFile, int sourceLine) { in RTDEF()
163 alloc, hasStat, errMsg, sourceFile, sourceLine)}; in RTDEF()
165 Terminator terminator{sourceFile, sourceLine}; in RTDEF()
172 const Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTDEF()
173 Terminator terminator{sourceFile, sourceLine}; in RTDEF()
188 const Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTDEF()
[all …]
H A Dio-api-common.h24 terminator.sourceFileName(), terminator.sourceLine(), unitNumber)
53 int unitNumber, const char *sourceFile, int sourceLine, A &&...xs) { in BeginExternalListIO() argument
54 Terminator terminator{sourceFile, sourceLine}; in BeginExternalListIO()
74 *child, sourceFile, sourceLine); in BeginExternalListIO()
77 iostat, nullptr /* no unit */, sourceFile, sourceLine); in BeginExternalListIO()
88 terminator, std::forward<A>(xs)..., *unit, sourceFile, sourceLine); in BeginExternalListIO()
91 terminator, iostat, unit, sourceFile, sourceLine); in BeginExternalListIO()
H A Dnumeric.cpp75 inline RT_API_ATTRS T IntMod(T x, T p, const char *sourceFile, int sourceLine) { in IntMod() argument
77 Terminator{sourceFile, sourceLine}.Crash( in IntMod()
517 int sourceLine) { in RTDEF()
518 return IntMod<false>(x, p, sourceFile, sourceLine); in RTDEF()
523 int sourceLine) { in RTDEF()
524 return IntMod<false>(x, p, sourceFile, sourceLine); in RTDEF()
529 int sourceLine) { in RTDEF()
530 return IntMod<false>(x, p, sourceFile, sourceLine);
535 int sourceLine) { in RTDEF()
536 return IntMod<false>(x, p, sourceFile, sourceLine); in RTDEF()
[all...]
H A Dterminator.h28 const char *sourceFileName, int sourceLine = 0)
29 : sourceFileName_{sourceFileName}, sourceLine_{sourceLine} {}
32 RT_API_ATTRS int sourceLine() const { return sourceLine_; } in sourceLine() function
35 const char *sourceFileName = nullptr, int sourceLine = 0) {
37 sourceLine_ = sourceLine;
95 int sourceLine, const char *message, va_list &ap));
H A Dio-stmt.h374 const char *sourceFile = nullptr, int sourceLine = 0);
376 const Descriptor &, const char *sourceFile = nullptr, int sourceLine = 0);
405 const char *sourceFile = nullptr, int sourceLine = 0);
409 const char *sourceFile = nullptr, int sourceLine = 0); in ioStatementState()
434 int sourceLine = 0); in ioStatementState()
436 const Descriptor &, const char *sourceFile = nullptr, int sourceLine = 0); in ioStatementState()
452 ExternalFileUnit &, const char *sourceFile = nullptr, int sourceLine = 0);
475 ExternalFileUnit &, const char *sourceFile = nullptr, int sourceLine = 0);
506 const char *sourceFile = nullptr, int sourceLine = 0);
540 ChildIo &, const char *sourceFile = nullptr, int sourceLine
[all...]
H A Darray-constructor.cpp54 vector.sourceLine); in AllocateOrReallocateVectorIfNeeded()
63 vector.sourceLine); in AllocateOrReallocateVectorIfNeeded()
96 int sourceLine) { in RTDEF()
97 Terminator terminator{vector.sourceFile, vector.sourceLine}; in RTDEF()
102 actualAllocationSize, sourceFile, sourceLine, useValueLengthParameters}; in RTDEF()
107 Terminator terminator{vector.sourceFile, vector.sourceLine};
165 (toCurrentElement, from, vector.sourceFile, vector.sourceLine); in RTDEF()
171 Terminator terminator{vector.sourceFile, vector.sourceLine};
H A Dpointer.cpp91 int sourceLine) { in RTDEF()
94 Terminator terminator{sourceFile, sourceLine}; in RTDEF()
145 const Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTDEF()
146 Terminator terminator{sourceFile, sourceLine}; in RTDEF()
176 int sourceLine) { in RTDEF()
178 pointer, hasStat, errMsg, sourceFile, sourceLine)}; in RTDEF()
180 Terminator terminator{sourceFile, sourceLine}; in RTDEF()
208 const Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTDEF()
209 Terminator terminator{sourceFile, sourceLine}; in RTDEF()
227 const Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTDEF()
[all …]
H A Dio-stmt.cpp91 Buffer scalar, std::size_t length, const char *sourceFile, int sourceLine) in InternalIoStatementState()
92 : IoStatementBase{sourceFile, sourceLine}, unit_{scalar, length, 1} {}
96 const Descriptor &d, const char *sourceFile, int sourceLine) in Emit()
97 : IoStatementBase{sourceFile, sourceLine}, unit_{d, *this} {} in Emit()
158 const char *sourceFile, int sourceLine) in InternalFormattedIoStatementState()
159 : InternalIoStatementState<DIR>{buffer, length, sourceFile, sourceLine}, in InternalFormattedIoStatementState() argument
167 const Descriptor *formatDescriptor, const char *sourceFile, int sourceLine) in CompleteOperation()
168 : InternalIoStatementState<DIR>{d, sourceFile, sourceLine}, in CompleteOperation()
191 Buffer buffer, std::size_t length, const char *sourceFile, int sourceLine)
192 : InternalIoStatementState<DIR>{buffer, length, sourceFile, sourceLine},
85 InternalIoStatementState(Buffer scalar,std::size_t length,const char * sourceFile,int sourceLine) InternalIoStatementState() argument
90 InternalIoStatementState(const Descriptor & d,const char * sourceFile,int sourceLine) InternalIoStatementState() argument
150 InternalFormattedIoStatementState(Buffer buffer,std::size_t length,const CharType * format,std::size_t formatLength,const Descriptor * formatDescriptor,const char * sourceFile,int sourceLine) InternalFormattedIoStatementState() argument
183 InternalListIoStatementState(Buffer buffer,std::size_t length,const char * sourceFile,int sourceLine) InternalListIoStatementState() argument
189 InternalListIoStatementState(const Descriptor & d,const char * sourceFile,int sourceLine) InternalListIoStatementState() argument
218 ExternalIoStatementBase(ExternalFileUnit & unit,const char * sourceFile,int sourceLine) ExternalIoStatementBase() argument
357 ExternalIoStatementState(ExternalFileUnit & unit,const char * sourceFile,int sourceLine) ExternalIoStatementState() argument
464 ExternalFormattedIoStatementState(ExternalFileUnit & unit,const CHAR * format,std::size_t formatLength,const Descriptor * formatDescriptor,const char * sourceFile,int sourceLine) ExternalFormattedIoStatementState() argument
893 ChildIoStatementState(ChildIo & child,const char * sourceFile,int sourceLine) ChildIoStatementState() argument
970 ChildFormattedIoStatementState(ChildIo & child,const CHAR * format,std::size_t formatLength,const Descriptor * formatDescriptor,const char * sourceFile,int sourceLine) ChildFormattedIoStatementState() argument
1075 InquireUnitState(ExternalFileUnit & unit,const char * sourceFile,int sourceLine) InquireUnitState() argument
1343 InquireNoUnitState(const char * sourceFile,int sourceLine,int badUnitNumber) InquireNoUnitState() argument
1429 InquireUnconnectedFileState(OwningPtr<char> && path,const char * sourceFile,int sourceLine) InquireUnconnectedFileState() argument
1540 InquireIOLengthState(const char * sourceFile,int sourceLine) InquireIOLengthState() argument
[all...]
H A Dcharacter.cpp187 const char *sourceFile, int sourceLine) { in AdjustLR() argument
188 Terminator terminator{sourceFile, sourceLine}; in AdjustLR()
534 const char *sourceFile, int sourceLine) { in MaxMin() argument
535 Terminator terminator{sourceFile, sourceLine}; in MaxMin()
557 const Descriptor &from, const char *sourceFile, int sourceLine) { in RTDEF()
558 Terminator terminator{sourceFile, sourceLine}; in RTDEF()
695 const char *sourceFile, int sourceLine) { in RTDEF()
696 AdjustLR<false>(result, string, sourceFile, sourceLine); in RTDEF()
700 const char *sourceFile, int sourceLine) { in RTDEF()
701 AdjustLR<true>(result, string, sourceFile, sourceLine); in RTDEF()
[all …]
H A Dassign.cpp293 (newFrom, from, terminator.sourceFileName(), terminator.sourceLine()); in Assign()
546 const char *sourceFile, int sourceLine) { in DoFromSourceAssign()
547 Terminator terminator{sourceFile, sourceLine}; in DoFromSourceAssign()
556 const char *sourceFile, int sourceLine) {
557 Terminator terminator{sourceFile, sourceLine};
585 const char *sourceFile, int sourceLine) {
586 Terminator terminator{sourceFile, sourceLine};
590 RTNAME(AssignTemporary)(temp, var, sourceFile, sourceLine);
594 Descriptor *var, Descriptor &temp, const char *sourceFile, int sourceLine) {
595 Terminator terminator{sourceFile, sourceLine};
[all...]
/llvm-project/flang/include/flang/Runtime/
H A Dio-api.h
H A Dallocatable.h55 int sourceLine = 0);
86 const char *sourceFile = nullptr, int sourceLine = 0);
99 int sourceLine = 0);
102 const char *sourceFile = nullptr, int sourceLine = 0);
111 int sourceLine = 0);
118 int sourceLine = 0);
125 int sourceLine = 0);
129 Descriptor &, const char *sourceFile = nullptr, int sourceLine = 0);
H A Dassign.h57 const char *sourceFile = nullptr, int sourceLine = 0);
61 const char *sourceFile = nullptr, int sourceLine = 0);
67 const char *sourceFile = nullptr, int sourceLine = 0);
71 const char *sourceFile = nullptr, int sourceLine = 0);
78 int sourceLine = 0);
81 const char *sourceFile = nullptr, int sourceLine = 0);
H A Dcharacter.h43 int sourceLine = 0);
83 const char *sourceFile = nullptr, int sourceLine = 0);
85 const char *sourceFile = nullptr, int sourceLine = 0);
90 const char *sourceFile = nullptr, int sourceLine = 0);
92 std::int64_t ncopies, const char *sourceFile = nullptr, int sourceLine = 0);
94 const char *sourceFile = nullptr, int sourceLine = 0);
97 const char *sourceFile = nullptr, int sourceLine = 0);
99 const char *sourceFile = nullptr, int sourceLine = 0);
109 int kind, const char *sourceFile = nullptr, int sourceLine = 0);
119 const char *sourceFile = nullptr, int sourceLine = 0);
[all …]
H A Darray-constructor.h27 const char *sourceFile, int sourceLine, bool useValueLengthParameters) in ArrayConstructorVector()
30 sourceLine{sourceLine},
41 int sourceLine;
40 int sourceLine; global() member
H A Dpointer.h64 int sourceLine = 0);
76 const char *sourceFile = nullptr, int sourceLine = 0);
88 int sourceLine = 0);
91 const char *sourceFile = nullptr, int sourceLine = 0);
100 int sourceLine = 0);
107 int sourceLine = 0);
H A Dnumeric.h193 const char *sourceFile = nullptr, int sourceLine = 0);
196 const char *sourceFile = nullptr, int sourceLine = 0);
199 const char *sourceFile = nullptr, int sourceLine = 0);
202 const char *sourceFile = nullptr, int sourceLine = 0);
207 int sourceLine = 0);
211 const char *sourceFile = nullptr, int sourceLine = 0);
214 const char *sourceFile = nullptr, int sourceLine = 0);
218 const char *sourceFile = nullptr, int sourceLine = 0);
223 const char *sourceFile = nullptr, int sourceLine = 0);
228 const char *sourceFile = nullptr, int sourceLine
[all...]
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DAssign.cpp21 auto sourceLine = in genAssign() local
24 sourceBox, sourceFile, sourceLine); in genAssign()
35 auto sourceLine = in genAssignPolymorphic() local
38 sourceBox, sourceFile, sourceLine); in genAssignPolymorphic()
51 auto sourceLine = in genAssignExplicitLengthCharacter() local
54 sourceBox, sourceFile, sourceLine); in genAssignExplicitLengthCharacter()
65 auto sourceLine = in genAssignTemporary() local
68 sourceBox, sourceFile, sourceLine); in genAssignTemporary()
78 auto sourceLine = in genCopyInAssign() local
81 sourceBox, sourceFile, sourceLine); in genCopyInAssign()
[all …]
H A DInquiry.cpp25 auto sourceLine = in genLboundDim() local
28 sourceFile, sourceLine); in genLboundDim()
39 auto sourceLine = in genLbound() local
42 builder, loc, fTy, resultAddr, array, kind, sourceFile, sourceLine); in genLbound()
56 auto sourceLine = in genUbound() local
59 kind, sourceFile, sourceLine); in genUbound()
72 auto sourceLine = in genSizeDim() local
75 sourceFile, sourceLine); in genSizeDim()
87 auto sourceLine = in genSize() local
90 sourceFile, sourceLine); in genSize()
112 auto sourceLine = genShape() local
[all...]
H A DTransformational.cpp168 auto sourceLine = in genBesselJn()
172 bn2, bn2_1, sourceFile, sourceLine); in genBesselJn()
195 auto sourceLine = in genBesselJnX0()
198 n2, sourceFile, sourceLine); in genBesselJnX0()
223 auto sourceLine = in genBesselYn()
227 bn1, bn1_1, sourceFile, sourceLine); in genBesselYn()
250 auto sourceLine = in genBesselYnX0()
253 n2, sourceFile, sourceLine); in genBesselYnX0()
264 auto sourceLine =
268 shiftBox, dimBox, sourceFile, sourceLine); in genCshift()
176 auto sourceLine = genBesselJn() local
203 auto sourceLine = genBesselJnX0() local
231 auto sourceLine = genBesselYn() local
258 auto sourceLine = genBesselYnX0() local
272 auto sourceLine = genCshift() local
289 auto sourceLine = genCshiftVector() local
305 auto sourceLine = genEoshift() local
323 auto sourceLine = genEoshiftVector() local
392 auto sourceLine = genMatmul() local
444 auto sourceLine = genMatmulTranspose() local
459 auto sourceLine = genPack() local
475 auto sourceLine = genReshape() local
490 auto sourceLine = genSpread() local
504 auto sourceLine = genTranspose() local
518 auto sourceLine = genUnpack() local
[all...]
H A DCommand.cpp43 mlir::Value sourceLine = in genGetCommand() local
47 length, errmsg, sourceFile, sourceLine); in genGetCommand()
66 mlir::Value sourceLine = in genGetCommandArgument() local
70 length, errmsg, sourceFile, sourceLine); in genGetCommandArgument()
84 mlir::Value sourceLine = in genGetEnvVariable() local
88 sourceFile, sourceLine); in genGetEnvVariable()
98 mlir::Value sourceLine = in genGetCwd() local
101 builder, loc, runtimeFuncTy, cwd, sourceFile, sourceLine); in genGetCwd()
H A DIntrinsics.cpp99 mlir::Value sourceLine = in genDateAndTime()
104 zoneBuffer, zoneLen, sourceFile, sourceLine, values); in genDateAndTime()
114 mlir::Value sourceLine = in genEtime()
118 builder, loc, runtimeFuncTy, values, time, sourceFile, sourceLine); in genEtime()
181 mlir::Value sourceLine = in genRandomSeed()
184 builder, loc, funcTy, harvest, sourceFile, sourceLine); in genRandomSeed()
207 mlir::Value sourceLine; in genTransfer()
213 sourceLine = in genTransfer()
216 sourceFile, sourceLine); in genTransfer()
231 sourceLine in genTransferSize()
100 mlir::Value sourceLine = genDateAndTime() local
115 mlir::Value sourceLine = genEtime() local
146 mlir::Value sourceLine = genRandomNumber() local
172 mlir::Value sourceLine; genRandomSeed() local
211 mlir::Value sourceLine = genTransfer() local
227 mlir::Value sourceLine = genTransferSize() local
[all...]
/llvm-project/flang/lib/Parser/
H A Dparsing.cpp119 int sourceLine{0}; in EmitPreprocessedSource()
138 ++sourceLine; in EmitPreprocessedSource()
175 } else if (position->line != sourceLine) { in EmitPreprocessedSource()
176 if (sourceLine < position->line && in EmitPreprocessedSource()
177 sourceLine + 10 >= position->line) { in EmitPreprocessedSource()
181 while (sourceLine++ < position->line) { in EmitPreprocessedSource()
189 sourceLine = position->line; in EmitPreprocessedSource()
206 ++sourceLine; in EmitPreprocessedSource()
116 int sourceLine{0}; EmitPreprocessedSource() local
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/
H A Dmultithread-test.ips101 "sourceLine": 31,
175 "sourceLine": 994,
183 "sourceLine": 189,
191 "sourceLine": 14,
199 "sourceLine": 3918,
207 "sourceLine": 287,
215 "sourceLine": 298,
240 "sourceLine": 7,
248 "sourceLine": 11,
256 "sourceLine": 20,
[all …]

12