Searched refs:EndLine (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { argument
16 uint32_t LineDelta = EndLine - StartLine;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp35 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask; local
37 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
41 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h74 unsigned EndLine, EndColumn; local
78 if (Split.first.getAsInteger(10, EndLine) ||
91 EndLine = Begin.Line;
96 {EndLine, EndColumn}};
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h36 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement);
98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, argument
100 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp230 const AnnotatedLine *EndLine = AnnotatedLines[I];
232 getNamespaceToken(EndLine, AnnotatedLines);
235 FormatToken *RBraceTok = EndLine->First;
246 StartLineIndex = EndLine->MatchingOpeningBlockLineIndex;
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Dasllisting.c446 Op->Asl.LineNumber, Op->Asl.EndLine,
544 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, FileId);
658 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine,
675 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine,
H A Dasltree.c432 if (Op->Asl.EndLine)
437 Op->Asl.EndLine = AslGbl_CurrentLineNumber;
477 Op->Asl.LineNumber, Op->Asl.EndLine,
H A Dasltransform.c287 Op->Asl.EndLine = Neighbor->Asl.EndLine;
H A Daslcodegen.c287 /* 18 */ Op->Asl.EndLine,
H A Daslparseop.c575 Source->Asl.LineNumber, Source->Asl.EndLine,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc242 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
244 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
248 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp321 unsigned EndLine, uint32_t Ident, int Version)
322 : GCOVRecord(P), SP(SP), EndLine(EndLine), Ident(Ident),
391 // EndLine is the last line with !dbg. It is not the } line as in GCC,
393 write(EndLine);
434 unsigned EndLine;
583 static bool functionHasLines(const Function &F, unsigned &EndLine) {
586 EndLine = 0;
599 EndLine = std::max(EndLine, Lo
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp525 const unsigned EndLine = SourceMgr.getPresumedLineNumber( local
528 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine)
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h1168 UINT32 EndLine; member in struct:acpi_parse_obj_asl
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3112 unsigned EndLine = SM.getExpansionLineNumber(End); local
3115 for (unsigned Line = StartLine; Line <= EndLine; Line++)

Completed in 289 milliseconds