| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/ |
| D | CommandLineSourceLoc.h | 81 unsigned EndLine, EndColumn; in fromString() local 85 if (Split.first.getAsInteger(10, EndLine) || in fromString() 98 EndLine = Begin.Line; in fromString() 103 {EndLine, EndColumn}}; in fromString()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| D | xray_powerpc64.cpp | 35 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask; in clearCache() local 37 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache() 41 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| D | Line.cpp | 14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() argument 16 uint32_t LineDelta = EndLine - StartLine; in LineInfo()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| D | Line.h | 36 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement); 98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line() argument 100 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
|
| /freebsd-12-stable/sys/contrib/dev/acpica/compiler/ |
| D | asllisting.c | 446 Op->Asl.LineNumber, Op->Asl.EndLine, in LsTreeWriteWalk() 544 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, FileId); in LsWriteNodeToListing() 658 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, in LsWriteNodeToListing() 675 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, in LsWriteNodeToListing()
|
| D | asltree.c | 432 if (Op->Asl.EndLine) in TrSetOpEndLineNumber() 437 Op->Asl.EndLine = AslGbl_CurrentLineNumber; in TrSetOpEndLineNumber() 477 Op->Asl.LineNumber, Op->Asl.EndLine, in TrLinkOpChildren()
|
| D | asltransform.c | 287 Op->Asl.EndLine = Neighbor->Asl.EndLine; in TrAmlInitLineNumbers()
|
| D | aslcodegen.c | 287 /* 18 */ Op->Asl.EndLine, in CgAmlWriteWalk()
|
| D | aslparseop.c | 549 Source->Asl.LineNumber, Source->Asl.EndLine, in TrCreateAssignmentOp()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Format/ |
| D | NamespaceEndCommentsFixer.cpp | 228 const AnnotatedLine *EndLine = AnnotatedLines[I]; in analyze() local 230 getNamespaceToken(EndLine, AnnotatedLines); in analyze() 233 FormatToken *RBraceTok = EndLine->First; in analyze() 244 StartLineIndex = EndLine->MatchingOpeningBlockLineIndex; in analyze()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | GCOVProfiling.cpp | 382 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction() argument 383 : GCOVRecord(P), SP(SP), EndLine(EndLine), Ident(Ident), in GCOVFunction() 439 write(EndLine); in writeOut() 487 unsigned EndLine; member in __anon26c0f7420611::GCOVFunction 648 static bool functionHasLines(const Function &F, unsigned &EndLine) { in functionHasLines() argument 651 EndLine = 0; in functionHasLines() 664 EndLine = std::max(EndLine, Loc.getLine()); in functionHasLines() 846 unsigned EndLine; in emitProfileNotes() local 848 if (!functionHasLines(F, EndLine) || !isFunctionInstrumented(F)) in emitProfileNotes() 880 Funcs.push_back(std::make_unique<GCOVFunction>(this, &F, SP, EndLine, in emitProfileNotes()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| D | Memory.inc | 242 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-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | CommentParser.cpp | 525 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local 528 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine) in parseHTMLStartTag()
|
| /freebsd-12-stable/sys/contrib/dev/acpica/include/ |
| D | aclocal.h | 1168 UINT32 EndLine; member
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | BugReporter.cpp | 3136 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() local 3139 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()
|