/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 1301 auto NextLine = [&Pos, &OutputRef]() { in TEST_F() local 1307 EXPECT_EQ(NextLine(), "Line table prologue:"); in TEST_F() 1308 EXPECT_EQ(NextLine(), " total_length: 0x00000078"); in TEST_F() 1309 EXPECT_EQ(NextLine(), " format: DWARF32"); in TEST_F() 1310 EXPECT_EQ(NextLine(), " version: 5"); in TEST_F() 1311 EXPECT_EQ(NextLine(), " address_size: 8"); in TEST_F() 1312 EXPECT_EQ(NextLine(), " seg_select_size: 0"); in TEST_F() 1313 EXPECT_EQ(NextLine(), " prologue_length: 0x0000002c"); in TEST_F() 1314 EXPECT_EQ(NextLine(), " min_inst_length: 1"); in TEST_F() 1315 EXPECT_EQ(NextLine(), "max_ops_per_inst: 1"); in TEST_F() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 79 unsigned NextLine = 1; in applyDebugifyMetadata() local 95 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, in applyDebugifyMetadata() 96 SPType, NextLine, DINode::FlagZero, SPFlags); in applyDebugifyMetadata() 101 I.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadata() 149 addDebugifyOperand(NextLine - 1); // Original number of lines. in applyDebugifyMetadata()
|
/external/toolchain-utils/crosperf/ |
D | experiment_file.py | 93 while reader.NextLine(): 112 while reader.NextLine(): 206 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/llvm-project/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 93 unsigned NextLine = 1; in applyDebugifyMetadata() local 110 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, in applyDebugifyMetadata() 111 SPType, NextLine, DINode::FlagZero, SPFlags); in applyDebugifyMetadata() 133 I.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadata() 189 addDebugifyOperand(NextLine - 1); // Original number of lines. in applyDebugifyMetadata()
|
/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/llvm-project/llvm/lib/CodeGen/ |
D | MachineDebugify.cpp | 49 unsigned NextLine = SP->getLine(); in applyDebugifyMetadataToMachineFunction() local 56 MI.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadataToMachineFunction()
|
D | InlineSpiller.cpp | 768 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local 772 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex() 776 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
|
/external/llvm-project/flang/lib/Parser/ |
D | prescan.cpp | 96 NextLine(); in Statement() 100 NextLine(); in Statement() 241 void Prescanner::NextLine() { in NextLine() function in Fortran::parser::Prescanner 351 NextLine(); in SkipCComments() 815 NextLine(); in SkipCommentLine() 960 NextLine(); in FixedFormContinuation() 984 NextLine(); in FreeFormContinuation()
|
D | prescan.h | 64 void NextLine(); 104 NextLine(); in BeginSourceLineAndAdvance()
|
/external/llvm-project/clang/lib/Format/ |
D | UnwrappedLineFormatter.cpp | 1078 const AnnotatedLine *NextLine = nullptr; in format() local 1086 Line; Line = NextLine, FirstLine = false) { in format() 1119 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format() 1120 unsigned ColumnLimit = getColumnLimit(TheLine.InPPDirective, NextLine); in format() 1172 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format() 1253 const AnnotatedLine *NextLine) const { in getColumnLimit() 1260 (!NextLine || in getColumnLimit() 1261 (NextLine->InPPDirective && in getColumnLimit() 1264 !NextLine->First->HasUnescapedNewline)); in getColumnLimit()
|
D | UnwrappedLineFormatter.h | 56 const AnnotatedLine *NextLine) const;
|
/external/freetype/src/tools/ |
D | apinames.c | 278 goto NextLine; in read_header_file() 328 NextLine: in read_header_file()
|
/external/llvm-project/clang/lib/AST/ |
D | CommentLexer.cpp | 502 const char *NextLine; in lexVerbatimBlockFirstLine() local 506 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine() 518 NextLine = TextEnd; in lexVerbatimBlockFirstLine() 527 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine()
|
/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/llvm-project/clang-tools-extra/clangd/ |
D | Format.cpp | 141 StringRef NextLine = firstLine(Code.substr(Cursor + Trailing.size() + 1)); in getIncrementalChangesAfterNewline() local 154 (NewLineIsComment || !commentMarker(NextLine).empty() || in getIncrementalChangesAfterNewline()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.h | 39 bool NextLine();
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 1747 auto NextLine = Seq.back(); in patchLineTableForUnit() local 1748 NextLine.Address.Address = StopAddress; in patchLineTableForUnit() 1749 NextLine.EndSequence = 1; in patchLineTableForUnit() 1750 NextLine.PrologueEnd = 0; in patchLineTableForUnit() 1751 NextLine.BasicBlock = 0; in patchLineTableForUnit() 1752 NextLine.EpilogueBegin = 0; in patchLineTableForUnit() 1753 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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 754 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local 758 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex() 762 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
|
/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()
|