Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp1301 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/
DDebugify.cpp79 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/
Dexperiment_file.py93 while reader.NextLine():
112 while reader.NextLine():
206 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/llvm-project/llvm/lib/Transforms/Utils/
DDebugify.cpp93 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/
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/llvm-project/llvm/lib/CodeGen/
DMachineDebugify.cpp49 unsigned NextLine = SP->getLine(); in applyDebugifyMetadataToMachineFunction() local
56 MI.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadataToMachineFunction()
DInlineSpiller.cpp768 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
772 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex()
776 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
/external/llvm-project/flang/lib/Parser/
Dprescan.cpp96 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()
Dprescan.h64 void NextLine();
104 NextLine(); in BeginSourceLineAndAdvance()
/external/llvm-project/clang/lib/Format/
DUnwrappedLineFormatter.cpp1078 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()
DUnwrappedLineFormatter.h56 const AnnotatedLine *NextLine) const;
/external/freetype/src/tools/
Dapinames.c278 goto NextLine; in read_header_file()
328 NextLine: in read_header_file()
/external/llvm-project/clang/lib/AST/
DCommentLexer.cpp502 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/
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/llvm-project/clang-tools-extra/clangd/
DFormat.cpp141 StringRef NextLine = firstLine(Code.substr(Cursor + Trailing.size() + 1)); in getIncrementalChangesAfterNewline() local
154 (NewLineIsComment || !commentMarker(NextLine).empty() || in getIncrementalChangesAfterNewline()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h39 bool NextLine();
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1747 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/
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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInlineSpiller.cpp754 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
758 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex()
762 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp693 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
697 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex()
701 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()

12