Home
last modified time | relevance | path

Searched refs:PrevLine (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp137 int64_t PrevLine = 1; in encode() local
143 int64_t LineDelta = (int64_t)line_entry.Line - PrevLine; in encode()
155 PrevLine = (int64_t)line_entry.Line; in encode()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp137 int64_t PrevLine = 1; in encode() local
143 int64_t LineDelta = (int64_t)line_entry.Line - PrevLine; in encode()
155 PrevLine = (int64_t)line_entry.Line; in encode()
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.cpp346 StringRef PrevLine = in LineIsMarkedWithNOLINT() local
348 return IsNOLINTFound("NOLINTNEXTLINE", PrevLine, DiagID, Context); in LineIsMarkedWithNOLINT()