Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h82 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()
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A 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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h35 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()
/openbsd/gnu/llvm/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp308 const AnnotatedLine *EndLine = AnnotatedLines[I]; in analyze() local
310 getNamespaceToken(EndLine, AnnotatedLines); in analyze()
313 FormatToken *RBraceTok = EndLine->First; in analyze()
323 StartLineIndex = EndLine->MatchingOpeningBlockLineIndex; in analyze()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp329 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction() argument
330 : GCOVRecord(P), SP(SP), EndLine(EndLine), Ident(Ident), in GCOVFunction()
386 write(EndLine); in writeOut()
434 unsigned EndLine; member in __anon15115f370311::GCOVFunction
595 static bool functionHasLines(const Function &F, unsigned &EndLine) { in functionHasLines() argument
598 EndLine = 0; in functionHasLines()
611 EndLine = std::max(EndLine, Loc.getLine()); in functionHasLines()
796 unsigned EndLine; in emitProfileNotes() local
798 if (!functionHasLines(F, EndLine) || !isFunctionInstrumented(F)) in emitProfileNotes()
833 Funcs.push_back(std::make_unique<GCOVFunction>(this, &F, SP, EndLine, in emitProfileNotes()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Support/Unix/
H A DMemory.inc231 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)
/openbsd/gnu/llvm/clang/lib/AST/
H A DCommentParser.cpp510 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
513 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine) in parseHTMLStartTag()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3142 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() local
3145 for (unsigned Line = StartLine; Line <= EndLine; Line++) in populateExecutedLinesWithFunctionSignature()