Home
last modified time | relevance | path

Searched refs:NextLine (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DDebugify.cpp87 unsigned NextLine = 1; in applyDebugifyMetadata() local
101 DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, SPType, in applyDebugifyMetadata()
102 IsLocalToUnit, /*isDefinition=*/true, NextLine, in applyDebugifyMetadata()
108 I.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadata()
156 addDebugifyOperand(NextLine - 1); // Original number of lines. in applyDebugifyMetadata()
/external/toolchain-utils/crosperf/
Dexperiment_file.py93 while reader.NextLine():
111 while reader.NextLine():
204 def NextLine(self, strip_comment=True): member in ExperimentFileReader
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp814 const AnnotatedLine *NextLine = nullptr; in format() local
821 Line; Line = NextLine) { in format()
846 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
847 unsigned ColumnLimit = getColumnLimit(TheLine.InPPDirective, NextLine); in format()
895 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
953 const AnnotatedLine *NextLine) const { in getColumnLimit()
960 (!NextLine || in getColumnLimit()
961 (NextLine->InPPDirective && in getColumnLimit()
964 !NextLine->First->HasUnescapedNewline)); in getColumnLimit()
DUnwrappedLineFormatter.h56 const AnnotatedLine *NextLine) const;
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dprocess_memory_stats.cc67 for (const char* line = rd.NextLine(); line; line = rd.NextLine()) { in ReadFullStats()
Dprocfs_utils.cc123 for (const char* line = reader.NextLine(); in ReadMemInfoStats()
125 line = reader.NextLine()) { in ReadMemInfoStats()
Dfile_utils.h58 const char* NextLine();
Dfile_utils.cc103 const char* LineReader::NextLine() { in NextLine() function in file_utils::LineReader
/external/freetype/src/tools/
Dapinames.c278 goto NextLine; in read_header_file()
328 NextLine: in read_header_file()
/external/clang/lib/AST/
DCommentLexer.cpp488 const char *NextLine; in lexVerbatimBlockFirstLine() local
492 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine()
504 NextLine = TextEnd; in lexVerbatimBlockFirstLine()
513 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h39 bool NextLine();
Dcpdf_variabletext.cpp117 bool CPDF_VariableText::Iterator::NextLine() { in NextLine() function in CPDF_VariableText::Iterator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1761 auto NextLine = Seq.back(); in patchLineTableForUnit() local
1762 NextLine.Address = StopAddress; in patchLineTableForUnit()
1763 NextLine.EndSequence = 1; in patchLineTableForUnit()
1764 NextLine.PrologueEnd = 0; in patchLineTableForUnit()
1765 NextLine.BasicBlock = 0; in patchLineTableForUnit()
1766 NextLine.EpilogueBegin = 0; in patchLineTableForUnit()
1767 Seq.push_back(NextLine); in patchLineTableForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3060 auto NextLine = Seq.back(); in patchLineTableForUnit() local
3061 NextLine.Address = StopAddress; in patchLineTableForUnit()
3062 NextLine.EndSequence = 1; in patchLineTableForUnit()
3063 NextLine.PrologueEnd = 0; in patchLineTableForUnit()
3064 NextLine.BasicBlock = 0; in patchLineTableForUnit()
3065 NextLine.EpilogueBegin = 0; in patchLineTableForUnit()
3066 Seq.push_back(NextLine); in patchLineTableForUnit()
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp693 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
697 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex()
701 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DInlineSpiller.cpp722 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
726 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex()
730 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp802 while (pIterator->NextLine()) in GetTotalLines()
1201 } while (pIterator->NextLine()); in RefreshPushLineRects()
1253 pIterator->NextLine(); in RefreshWordRange()
/external/clang/lib/Lex/
DLexer.cpp2069 const char *NextLine = CurPtr; in SkipLineComment() local
2105 CurPtr = NextLine; in SkipLineComment()