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

/freebsd-11-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-11-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-11-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-11-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-11-stable/sys/contrib/dev/acpica/compiler/
H A Dasllisting.c445 Op->Asl.LineNumber, Op->Asl.EndLine,
543 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, FileId);
657 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine,
674 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine,
H A Dasltree.c432 if (Op->Asl.EndLine)
437 Op->Asl.EndLine = Gbl_CurrentLineNumber;
476 Op->Asl.LineNumber, Op->Asl.EndLine,
H A Dasltransform.c272 Op->Asl.EndLine = Neighbor->Asl.EndLine;
H A Daslcodegen.c290 /* 18 */ Op->Asl.EndLine,
H A Daslparseop.c549 Source->Asl.LineNumber, Source->Asl.EndLine,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp195 const AnnotatedLine *EndLine = AnnotatedLines[I];
197 getNamespaceToken(EndLine, AnnotatedLines);
200 FormatToken *RBraceTok = EndLine->First;
211 StartLineIndex = EndLine->MatchingOpeningBlockLineIndex;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc241 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
243 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
247 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp525 const unsigned EndLine = SourceMgr.getPresumedLineNumber( local
528 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine)
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h1168 UINT32 EndLine; member in struct:acpi_parse_obj_asl
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3061 unsigned EndLine = SM.getExpansionLineNumber(End); local
3064 for (unsigned Line = StartLine; Line <= EndLine; Line++)

Completed in 220 milliseconds