Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DCommandLineSourceLoc.h81 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/
Dxray_powerpc64.cpp35 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/
DLine.cpp14 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/
DLine.h36 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/
Dasllisting.c446 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()
Dasltree.c432 if (Op->Asl.EndLine) in TrSetOpEndLineNumber()
437 Op->Asl.EndLine = AslGbl_CurrentLineNumber; in TrSetOpEndLineNumber()
477 Op->Asl.LineNumber, Op->Asl.EndLine, in TrLinkOpChildren()
Dasltransform.c287 Op->Asl.EndLine = Neighbor->Asl.EndLine; in TrAmlInitLineNumbers()
Daslcodegen.c287 /* 18 */ Op->Asl.EndLine, in CgAmlWriteWalk()
Daslparseop.c549 Source->Asl.LineNumber, Source->Asl.EndLine, in TrCreateAssignmentOp()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DNamespaceEndCommentsFixer.cpp228 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/
DGCOVProfiling.cpp382 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/
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-12-stable/contrib/llvm-project/clang/lib/AST/
DCommentParser.cpp525 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
528 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine) in parseHTMLStartTag()
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Daclocal.h1168 UINT32 EndLine; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3136 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() local
3139 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()