/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | Debugify.cpp | 87 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/ |
D | experiment_file.py | 93 while reader.NextLine(): 111 while reader.NextLine(): 204 def NextLine(self, strip_comment=True): member in ExperimentFileReader
|
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.cpp | 814 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()
|
D | UnwrappedLineFormatter.h | 56 const AnnotatedLine *NextLine) const;
|
/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
D | process_memory_stats.cc | 67 for (const char* line = rd.NextLine(); line; line = rd.NextLine()) { in ReadFullStats()
|
D | procfs_utils.cc | 123 for (const char* line = reader.NextLine(); in ReadMemInfoStats() 125 line = reader.NextLine()) { in ReadMemInfoStats()
|
D | file_utils.h | 58 const char* NextLine();
|
D | file_utils.cc | 103 const char* LineReader::NextLine() { in NextLine() function in file_utils::LineReader
|
/external/freetype/src/tools/ |
D | apinames.c | 278 goto NextLine; in read_header_file() 328 NextLine: in read_header_file()
|
/external/clang/lib/AST/ |
D | CommentLexer.cpp | 488 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/ |
D | cpdf_variabletext.h | 39 bool NextLine();
|
D | cpdf_variabletext.cpp | 117 bool CPDF_VariableText::Iterator::NextLine() { in NextLine() function in CPDF_VariableText::Iterator
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1761 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/ |
D | DwarfLinker.cpp | 3060 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/ |
D | InlineSpiller.cpp | 693 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/ |
D | InlineSpiller.cpp | 722 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local 726 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex() 730 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_impl.cpp | 802 while (pIterator->NextLine()) in GetTotalLines() 1201 } while (pIterator->NextLine()); in RefreshPushLineRects() 1253 pIterator->NextLine(); in RefreshWordRange()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 2069 const char *NextLine = CurPtr; in SkipLineComment() local 2105 CurPtr = NextLine; in SkipLineComment()
|