Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A 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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_powerpc64.cc36 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 Dclient.cc206 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 Dserver.cc270 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 Dcody.hh93 void EndLine () {} in EndLine() function in Cody::Detail::MessageBuffer
/netbsd-src/external/apache2/llvm/dist/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, in Line() argument
100 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 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 Dasllisting.c338 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 Dasltree.c324 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 Dasltransform.c179 Op->Asl.EndLine = Neighbor->Asl.EndLine; in TrAmlInitLineNumbers()
H A Daslcodegen.c191 /* 18 */ Op->Asl.EndLine, in CgAmlWriteWalk()
H A Daslparseop.c467 Source->Asl.LineNumber, Source->Asl.EndLine, in TrCreateAssignmentOp()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A 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 __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 DCIndexDiagnostic.cpp271 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 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)
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp525 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 Daclocal.h1069 UINT32 EndLine; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3110 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() local
3113 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()