Home
last modified time | relevance | path

Searched defs:EndLine (Results 1 – 11 of 11) sorted by relevance

/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()
/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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h81 unsigned EndLine, EndColumn; in fromString() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp228 const AnnotatedLine *EndLine = AnnotatedLines[I]; in analyze() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp382 unsigned EndLine, uint32_t Ident, int Version) in GCOVFunction()
487 unsigned EndLine; member in __anon8d0cc8750611::GCOVFunction
648 static bool functionHasLines(const Function &F, unsigned &EndLine) { in functionHasLines()
846 unsigned EndLine; in emitProfileNotes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp525 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dcody.hh93 void EndLine () {} in EndLine() function in Cody::Detail::MessageBuffer
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp271 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3110 unsigned EndLine = SM.getExpansionLineNumber(End); in populateExecutedLinesWithFunctionSignature() local
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Daclocal.h1069 UINT32 EndLine; member