/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 82 unsigned EndLine, EndColumn; in fromString() local 86 if (Split.first.getAsInteger(10, EndLine) || in fromString() 99 EndLine = Begin.Line; in fromString() 104 {EndLine, EndColumn}}; in fromString()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A 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/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A 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/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | Line.h | 35 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement); 97 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line() argument 99 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A 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()
|
H A D | asltree.c | 432 if (Op->Asl.EndLine) in TrSetOpEndLineNumber() 437 Op->Asl.EndLine = AslGbl_CurrentLineNumber; in TrSetOpEndLineNumber() 478 Op->Asl.LineNumber, Op->Asl.EndLine, in TrLinkOpChildren()
|
H A D | asltransform.c | 287 Op->Asl.EndLine = Neighbor->Asl.EndLine; in TrAmlInitLineNumbers()
|
H A D | aslcodegen.c | 299 /* 18 */ Op->Asl.EndLine, in CgAmlWriteWalk()
|
H A D | aslparseop.c | 575 Source->Asl.LineNumber, Source->Asl.EndLine, in TrCreateAssignmentOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 329 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction() argument 330 : GCOVRecord(P), SP(SP), EndLine(EndLine), Ident(Ident), in GCOVFunction() 384 // EndLine is the last line with !dbg. It is not the } line as in GCC, in writeOut() 386 write(EndLine); in writeOut() 434 unsigned EndLine; member in __anon09913f2a0311::GCOVFunction 595 static bool functionHasLines(const Function &F, unsigned &EndLine) { in functionHasLines() argument 598 EndLine = 0; in functionHasLines() 611 EndLine = std::max(EndLine, Lo in functionHasLines() 796 unsigned EndLine; emitProfileNotes() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Memory.inc | 231 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask; 233 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) 237 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentParser.cpp | 681 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local 684 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine) in parseHTMLStartTag()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | aclocal.h | 1177 UINT32 EndLine; member
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 3189 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() local 3192 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()
|