| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| H A 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()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| H A D | xray_powerpc64.cc | 36 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask; in clearCache() local 38 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache() 42 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache()
|
| /netbsd-src/external/gpl3/gcc/dist/libcody/ |
| H A D | client.cc | 206 write.EndLine (); in Connect() 242 write.EndLine (); in ModuleRepo() 274 write.EndLine (); in ModuleExport() 287 write.EndLine (); in ModuleImport() 300 write.EndLine (); in ModuleCompiled() 313 write.EndLine (); in IncludeTranslate()
|
| H A D | server.cc | 270 write.EndLine (); in ErrorResponse() 277 write.EndLine (); in OKResponse() 288 write.EndLine (); in ConnectResponse() 296 write.EndLine (); in PathnameResponse() 304 write.EndLine (); in BoolResponse()
|
| H A D | cody.hh | 93 void EndLine () {} in EndLine() function in Cody::Detail::MessageBuffer
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | asllisting.c | 338 Op->Asl.LineNumber, Op->Asl.EndLine, in LsTreeWriteWalk() 436 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, FileId); in LsWriteNodeToListing() 550 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, in LsWriteNodeToListing() 567 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, in LsWriteNodeToListing()
|
| H A D | asltree.c | 324 if (Op->Asl.EndLine) in TrSetOpEndLineNumber() 329 Op->Asl.EndLine = AslGbl_CurrentLineNumber; in TrSetOpEndLineNumber() 370 Op->Asl.LineNumber, Op->Asl.EndLine, in TrLinkOpChildren()
|
| H A D | asltransform.c | 179 Op->Asl.EndLine = Neighbor->Asl.EndLine; in TrAmlInitLineNumbers()
|
| H A D | aslcodegen.c | 191 /* 18 */ Op->Asl.EndLine, in CgAmlWriteWalk()
|
| H A D | aslparseop.c | 467 Source->Asl.LineNumber, Source->Asl.EndLine, in TrCreateAssignmentOp()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A 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 __anon8d0cc8750611::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() 878 Funcs.push_back(std::make_unique<GCOVFunction>(this, &F, SP, EndLine, in emitProfileNotes()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndexDiagnostic.cpp | 271 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local 276 &EndFile, &EndLine, &EndColumn, nullptr); in clang_formatDiagnostic() 282 << EndLine << ":" << EndColumn << "}"; in clang_formatDiagnostic()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| H A 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)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | CommentParser.cpp | 525 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local 528 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine) in parseHTMLStartTag()
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | aclocal.h | 1069 UINT32 EndLine; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 3110 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() local 3113 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()
|