OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EndLine
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_powerpc64.cc
36
const intptr_t
EndLine
= ((intptr_t)Addr + Len + LineSize - 1) & Mask;
38
for (intptr_t Line = StartLine; Line <
EndLine
; Line += LineSize)
42
for (intptr_t Line = StartLine; Line <
EndLine
; Line += LineSize)
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CommandLineSourceLoc.h
81
unsigned
EndLine
, EndColumn;
85
if (Split.first.getAsInteger(10,
EndLine
) ||
98
EndLine
= Begin.Line;
103
{
EndLine
, EndColumn}};
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexDiagnostic.cpp
271
unsigned StartLine, StartColumn,
EndLine
, EndColumn;
276
&EndFile, &
EndLine
, &EndColumn, nullptr);
282
<<
EndLine
<< ":" << EndColumn << "}";
/src/external/gpl3/gcc/dist/libcody/
cody.hh
93
void
EndLine
() {}
/src/external/gpl3/gcc.old/dist/libcody/
cody.hh
93
void
EndLine
() {}
/src/external/apache2/llvm/dist/clang/lib/AST/
CommentParser.cpp
525
const unsigned
EndLine
= SourceMgr.getPresumedLineNumber(
528
if (StartLineInvalid || EndLineInvalid || StartLine ==
EndLine
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
382
unsigned
EndLine
, uint32_t Ident, int Version)
383
: GCOVRecord(P), SP(SP),
EndLine
(
EndLine
), Ident(Ident),
437
//
EndLine
is the last line with !dbg. It is not the } line as in GCC,
439
write(
EndLine
);
487
unsigned
EndLine
;
648
static bool functionHasLines(const Function &F, unsigned &
EndLine
) {
651
EndLine
= 0;
664
EndLine
= std::max(
EndLine
, Loc.getLine())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
3110
unsigned
EndLine
= SM.getExpansionLineNumber(End);
3113
for (unsigned Line = StartLine; Line <=
EndLine
; Line++)
/src/sys/external/bsd/acpica/dist/include/
aclocal.h
1070
UINT32
EndLine
;
Completed in 27 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026