Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dio-api.h77 const char *sourceFile = nullptr, int sourceLine = 0);
80 const char *sourceFile = nullptr, int sourceLine = 0);
84 int sourceLine = 0);
88 int sourceLine = 0);
95 int sourceLine = 0);
99 int sourceLine = 0);
103 const char *sourceFile = nullptr, int sourceLine = 0);
107 const char *sourceFile = nullptr, int sourceLine = 0);
113 int sourceLine = 0);
117 int sourceLine = 0);
[all …]
Dio-api.cpp48 const char *sourceFile, int sourceLine) { in BeginInternalArrayListIO() argument
49 Terminator oom{sourceFile, sourceLine}; in BeginInternalArrayListIO()
51 descriptor, sourceFile, sourceLine) in BeginInternalArrayListIO()
58 int sourceLine) { in IONAME()
60 descriptor, scratchArea, scratchBytes, sourceFile, sourceLine); in IONAME()
65 int sourceLine) { in IONAME()
67 descriptor, scratchArea, scratchBytes, sourceFile, sourceLine); in IONAME()
73 std::size_t /*scratchBytes*/, const char *sourceFile, int sourceLine) { in BeginInternalArrayFormattedIO() argument
74 Terminator oom{sourceFile, sourceLine}; in BeginInternalArrayFormattedIO()
76 descriptor, format, formatLength, sourceFile, sourceLine) in BeginInternalArrayFormattedIO()
[all …]
Dcharacter.h30 int sourceLine = 0);
45 const char *sourceFile = nullptr, int sourceLine = 0);
81 const char *sourceFile = nullptr, int sourceLine = 0);
83 const char *sourceFile = nullptr, int sourceLine = 0);
88 const char *sourceFile = nullptr, int sourceLine = 0);
90 std::size_t ncopies, const char *sourceFile = nullptr, int sourceLine = 0);
92 const char *sourceFile = nullptr, int sourceLine = 0);
95 const char *sourceFile = nullptr, int sourceLine = 0);
97 const char *sourceFile = nullptr, int sourceLine = 0);
100 const char *sourceFile = nullptr, int sourceLine = 0);
[all …]
Dio-stmt.h193 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_{
[all …]
Dallocatable.h46 int sourceLine = 0);
76 const char *sourceFile = nullptr, int sourceLine = 0);
89 int sourceLine = 0);
92 const char *sourceFile = nullptr, int sourceLine = 0);
109 const char *sourceFile = nullptr, int sourceLine = 0);
116 int sourceLine = 0);
Dterminator.h25 explicit Terminator(const char *sourceFileName, int sourceLine = 0)
26 : sourceFileName_{sourceFileName}, sourceLine_{sourceLine} {}
27 void SetLocation(const char *sourceFileName = nullptr, int sourceLine = 0) {
29 sourceLine_ = sourceLine;
39 int sourceLine, const char *message, va_list &ap));
Dio-stmt.cpp62 Buffer scalar, std::size_t length, const char *sourceFile, int sourceLine) in InternalIoStatementState() argument
63 : IoStatementBase{sourceFile, sourceLine}, unit_{scalar, length} {} in InternalIoStatementState()
67 const Descriptor &d, const char *sourceFile, int sourceLine) in InternalIoStatementState() argument
68 : IoStatementBase{sourceFile, sourceLine}, unit_{d, *this} {} in InternalIoStatementState()
132 std::size_t formatLength, const char *sourceFile, int sourceLine) in InternalFormattedIoStatementState() argument
134 sourceLine}, in InternalFormattedIoStatementState()
140 const char *sourceFile, int sourceLine) in InternalFormattedIoStatementState() argument
141 : InternalIoStatementState<DIR, CHAR>{d, sourceFile, sourceLine}, in InternalFormattedIoStatementState()
154 Buffer buffer, std::size_t length, const char *sourceFile, int sourceLine) in InternalListIoStatementState() argument
156 sourceLine}, in InternalListIoStatementState()
[all …]
Dcharacter.cpp161 const char *sourceFile, int sourceLine) { in AdjustLR() argument
162 Terminator terminator{sourceFile, sourceLine}; in AdjustLR()
316 const char *sourceFile, int sourceLine) { in MaxMin() argument
317 Terminator terminator{sourceFile, sourceLine}; in MaxMin()
338 const Descriptor &from, const char *sourceFile, int sourceLine) { in RTNAME()
339 Terminator terminator{sourceFile, sourceLine}; in RTNAME()
399 const char *sourceFile, int sourceLine) { in RTNAME()
400 Terminator terminator{sourceFile, sourceLine}; in RTNAME()
614 const char *sourceFile, int sourceLine) { in RTNAME()
615 AdjustLR<false>(result, string, sourceFile, sourceLine); in RTNAME()
[all …]
Dallocatable.cpp57 Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTNAME()
58 Terminator terminator{sourceFile, sourceLine}; in RTNAME()
69 Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTNAME()
70 Terminator terminator{sourceFile, sourceLine}; in RTNAME()
Dio-error.cpp20 void IoErrorHandler::Begin(const char *sourceFileName, int sourceLine) { in Begin() argument
24 SetLocation(sourceFileName, sourceLine); in Begin()
Dio-error.h30 void Begin(const char *sourceFileName, int sourceLine);
/external/doclava/src/com/google/doclava/
DCompatInfo.java44 public final int sourceLine; field in CompatInfo.CompatChange
51 String sourceFile, int sourceLine, boolean disabled, boolean loggingOnly, in CompatChange() argument
58 this.sourceLine = sourceLine; in CompatChange()
259 change.sourceFile, change.sourceLine, 1)); in makeHDF()
/external/llvm-project/flang/unittests/Runtime/
Dtesting.cpp13 const char *sourceFile, int sourceLine, const char *message, va_list &ap) { in CatchCrash() argument
18 << sourceLine << "): CRASH: " << buffer << '\n'; in CatchCrash()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DUnicodeEscapeProcessingProvider.java436 public int transformLine(int sourceLine) { in transformLine() argument
437 return sourceLine + _lineDelta; in transformLine()
/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java1883 private static boolean checkCode(LstrType type, String code, List<String> sourceLine) { in checkCode() argument
1894 BadItem.ERROR.show("Illegitimate Code", type + ": " + code + " = " + validity, sourceLine); in checkCode()