Home
last modified time | relevance | path

Searched defs:NumLines (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/count/
H A Dcount.c13 unsigned Count, NumLines, NumRead; in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h69 size_t NumLines; variable
74 LineCoverageInfo(size_t Covered, size_t NumLines) in LineCoverageInfo()
H A DCoverageSummaryInfo.cpp61 size_t NumLines = 0, CoveredLines = 0; in get() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp46 unsigned NumLines = getDebugifyOperand(0); in runOnModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h44 support::ulittle32_t NumLines; // Number of lines member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp417 unsigned NumLines = C->getNumLines(); in visitVerbatimBlockComment() local
787 unsigned NumLines = C->getNumLines(); in visitVerbatimBlockComment() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp297 int64_t NumLines = 0; in writeReport() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp295 uint64_t LineStartDelta, ColumnStart, NumLines, ColumnEnd; in readMappingRegionsSubArray() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp410 size_t NumLines = Lines.size(); in addSymbolsToRenameFromFile() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py1005 def NumLines(self): member in CleansedLines