OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastLine
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
DIPrinter.cpp
57
for (int64_t L = 1; L <=
LastLine
; ++L, ++Pos) {
75
const int64_t
LastLine
;
83
LastLine
(FirstLine + Lines - 1),
89
size_t MaxLineNumberWidth = std::ceil(std::log10(
LastLine
));
/src/external/apache2/llvm/dist/clang/tools/clang-refactor/
TestSupport.cpp
169
size_t
LastLine
= Source.find_last_of("\r\n");
171
(
LastLine
== StringRef::npos ? Offset : Offset -
LastLine
) + 1};
/src/external/bsd/nvi/dist/perl_api/
perl.xs
737
# Perl Command: VI::
LastLine
738
# Usage: VI::
LastLine
screenId
741
LastLine
(screen)
1343
# similar to
LastLine
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFStreamer.cpp
526
unsigned
LastLine
= 1;
596
int64_t LineDelta = int64_t(Row.Line) -
LastLine
;
603
LastLine
= Row.Line;
622
LastLine
= FileNum = IsStatement = 1;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
SymbolCache.cpp
508
LineInfo
LastLine
(Group.LineNumbers.back().Flags);
510
Entries.push_back({EndAddr,
LastLine
, ColNum, Group.NameIndex, true});
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp
169
unsigned
LastLine
= 1;
178
int64_t LineDelta = static_cast<int64_t>(LineEntry.getLine()) -
LastLine
;
225
LastLine
= LineEntry.getLine();
/src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineFormatter.cpp
1160
bool
LastLine
= Line->First->is(tok::eof);
1162
LastLine
? LastStartColumn : NextStartColumn + Indent);
Completed in 89 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026