Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DAssign.cpp21 auto sourceLine = in genAssign() local
35 auto sourceLine = in genAssignPolymorphic() local
51 auto sourceLine = in genAssignExplicitLengthCharacter() local
65 auto sourceLine = in genAssignTemporary() local
78 auto sourceLine = in genCopyInAssign() local
92 auto sourceLine = in genCopyOutAssign() local
H A DInquiry.cpp25 auto sourceLine = in genLboundDim() local
39 auto sourceLine = in genLbound() local
56 auto sourceLine = in genUbound() local
72 auto sourceLine = in genSizeDim() local
87 auto sourceLine = in genSize() local
112 auto sourceLine = genShape() local
[all...]
H A DCommand.cpp43 mlir::Value sourceLine = in genGetCommand() local
66 mlir::Value sourceLine = in genGetCommandArgument() local
84 mlir::Value sourceLine = in genGetEnvVariable() local
98 mlir::Value sourceLine = in genGetCwd() local
H A DTransformational.cpp176 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 DIntrinsics.cpp100 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...]
H A DAllocatable.cpp24 mlir::Value sourceLine{ in genMoveAlloc() local
80 mlir::Value sourceLine{ in genAllocatableAllocate() local
H A DExecute.cpp38 mlir::Value sourceLine = in genExecuteCommandLine() local
H A DDerived.cpp25 auto sourceLine = in genDerivedTypeInitialize() local
45 auto sourceLine = genDerivedTypeFinalize() local
H A DStop.cpp39 mlir::Value sourceLine = in genReportFatalUserError() local
H A DCharacter.cpp31 auto sourceLine = in genCharacterSearch() local
70 auto sourceLine = in genAdjust() local
187 auto sourceLine = in genRepeat() local
200 auto sourceLine = in genTrim() local
H A DTemporaryStack.cpp22 mlir::Value sourceLine = in genCreateValueStack() local
67 mlir::Value sourceLine = in genCreateDescriptorStack() local
H A DReduction.cpp902 auto sourceLine = genSpecial2Args() local
918 auto sourceLine = genReduction2Args() local
935 auto sourceLine = genReduction3Args() local
952 auto sourceLine = genReduction4Args() local
969 auto sourceLine = genReduction5Args() local
1043 auto sourceLine = genCountDim() local
1059 auto sourceLine = genFindloc() local
1077 auto sourceLine = genFindlocDim() local
1167 auto sourceLine = genMaxval() local
1193 auto sourceLine = genMaxvalChar() local
1266 auto sourceLine = genMinvalChar() local
1307 auto sourceLine = genMinval() local
1330 auto sourceLine = genNorm2Dim() local
1361 auto sourceLine = genNorm2() local
1433 auto sourceLine = genProduct() local
1442 auto sourceLine = genProduct() local
1507 auto sourceLine = genDotProduct() local
1516 auto sourceLine = genDotProduct() local
1574 auto sourceLine = genSum() local
1583 auto sourceLine = genSum() local
1736 auto sourceLine = GEN_IALL_IANY_IPARITY() local
1861 auto sourceLine = genReduce() local
2032 auto sourceLine = genReduceDim() local
[all...]
H A DNumeric.cpp368 auto sourceLine = in genMod() local
401 auto sourceLine = in genModulo() local
526 auto sourceLine = genSelectedCharKind() local
545 auto sourceLine = genSelectedIntKind() local
566 auto sourceLine = genSelectedLogicalKind() local
599 auto sourceLine = genSelectedRealKind() local
[all...]
H A DArrayConstructor.cpp49 mlir::Value sourceLine = genInitArrayConstructorVector() local
/llvm-project/flang/unittests/Runtime/
H A DCrashHandlerFixture.cpp15 const char *sourceFile, int sourceLine, const char *message, va_list &ap) { in CatchCrash()
/llvm-project/flang/runtime/
H A Dio-stmt.cpp159 : InternalIoStatementState<DIR>{buffer, length, sourceFile, sourceLine}, in InternalFormattedIoStatementState() argument
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 Dio-api-common.h53 int unitNumber, const char *sourceFile, int sourceLine, A &&...xs) { in BeginExternalListIO()
H A Dterminator.h32 RT_API_ATTRS int sourceLine() const { return sourceLine_; } in sourceLine() function
H A Dio-api.cpp56 const char *sourceFile, int sourceLine) { in BeginInternalArrayListIO() argument
82 std::size_t /*scratchBytes*/, const char *sourceFile, int sourceLine) { in BeginInternalArrayFormattedIO() argument
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 Dcharacter.cpp187 const char *sourceFile, int sourceLine) { in AdjustLR()
534 const char *sourceFile, int sourceLine) { in MaxMin()
H A Dnumeric.cpp75 inline RT_API_ATTRS T IntMod(T x, T p, const char *sourceFile, int sourceLine) { in IntMod() argument
[all...]
/llvm-project/flang/include/flang/Runtime/
H A Darray-constructor.h40 int sourceLine; global() member
/llvm-project/flang/lib/Parser/
H A Dparsing.cpp116 int sourceLine{0}; EmitPreprocessedSource() local
/llvm-project/flang/lib/Lower/
H A DRuntime.cpp226 auto sourceLine = in genPointerAssociateRemapping() local
H A DAllocatable.cpp114 mlir::Value sourceLine; global() member