Home
last modified time | relevance | path

Searched refs:LineEnd (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSourceMgr.cpp189 const char *LineEnd = Loc.getPointer(); in GetMessage() local
191 while (LineEnd != BufEnd && LineEnd[0] != '\n' && LineEnd[0] != '\r') in GetMessage()
192 ++LineEnd; in GetMessage()
193 LineStr = std::string(LineStart, LineEnd); in GetMessage()
202 if (R.Start.getPointer() > LineEnd || R.End.getPointer() < LineStart) in GetMessage()
208 if (R.End.getPointer() > LineEnd) in GetMessage()
209 R.End = SMLoc::getFromPointer(LineEnd); in GetMessage()
276 const char *LineEnd = SourceLine.end(); in buildFixItLine() local
289 if (R.Start.getPointer() > LineEnd || R.End.getPointer() < LineStart) in buildFixItLine()
331 if (R.End.getPointer() >= LineEnd) in buildFixItLine()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h225 unsigned LineStart, ColumnStart, LineEnd, ColumnEnd; member
230 unsigned LineEnd, unsigned ColumnEnd, RegionKind Kind) in CounterMappingRegion()
232 LineStart(LineStart), ColumnStart(ColumnStart), LineEnd(LineEnd), in CounterMappingRegion()
237 unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) { in makeRegion()
239 LineEnd, ColumnEnd, CodeRegion); in makeRegion()
244 unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) { in makeExpansion()
246 ColumnStart, LineEnd, ColumnEnd, in makeExpansion()
252 unsigned LineEnd, unsigned ColumnEnd) { in makeSkipped()
254 LineEnd, ColumnEnd, SkippedRegion); in makeSkipped()
259 unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) { in makeGapRegion()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIALineNumber.cpp23 DWORD LineEnd = 0; in getLineNumberEnd() local
24 return (S_OK == LineNumber->get_lineNumberEnd(&LineEnd)) ? LineEnd : 0; in getLineNumberEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp72 bool LineEnd = true) { in getStatString() argument
80 if (LineEnd) in getStatString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp714 const char *LineEnd = LineStart; in checkAllRulesInBuffer() local
715 while (LineEnd != MemBuf->getBufferEnd() && *LineEnd != '\r' && in checkAllRulesInBuffer()
716 *LineEnd != '\n') in checkAllRulesInBuffer()
717 ++LineEnd; in checkAllRulesInBuffer()
719 StringRef Line(LineStart, LineEnd - LineStart); in checkAllRulesInBuffer()
726 LineStart = LineEnd; in checkAllRulesInBuffer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingWriter.cpp209 assert(I->LineEnd >= I->LineStart); in write()
210 encodeULEB128(I->LineEnd - I->LineStart, OS); in write()
DCoverageMapping.cpp578 << CR.LineEnd << ":" << CR.ColumnEnd in buildSegments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp332 *LineEnd = Ctx.createTempSymbol("linetable_end", false); in emitLineTableForFunction() local
335 OS.emitAbsoluteSymbolDiff(LineEnd, LineBegin, 4); in emitLineTableForFunction()
384 OS.EmitLabel(LineEnd); in emitLineTableForFunction()
/third_party/unity/auto/
Dunity_to_junit.py45 eol = LineEnd().suppress()
/third_party/cJSON/tests/unity/auto/
Dunity_to_junit.py45 eol = LineEnd().suppress()