/external/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 75 int32_t getNumLines() const { return numLines; } in getNumLines() function in DictionaryTriePerfTest 413 int32_t numLines=perf.getNumLines(); in UCharsTrieDictLookup() 446 int32_t numLines=perf.getNumLines(); in call() 470 int32_t numLines=perf.getNumLines(); in call() 516 int32_t numLines=perf.getNumLines(); in BytesTrieDictLookup() 595 int32_t numLines=perf.getNumLines(); in call() 622 int32_t numLines=perf.getNumLines(); in call()
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 231 (unsigned)File.LineCoverage.getNumLines()); in render() 233 "%*u", FileReportColumns[11], (unsigned)(File.LineCoverage.getNumLines() - in render() 235 if (File.LineCoverage.getNumLines()) in render() 266 (unsigned)Function.LineCoverage.getNumLines()); in render() 269 (unsigned)(Function.LineCoverage.getNumLines() - in render()
|
D | CoverageExporterLcov.cpp | 75 OS << "LF:" << Summary.LineCoverage.getNumLines() << '\n' in renderLineSummary()
|
D | CoverageSummaryInfo.h | 92 size_t getNumLines() const { return NumLines; } in getNumLines() function
|
D | CoverageExporterJson.cpp | 106 json::Object({{"count", int64_t(Summary.LineCoverage.getNumLines())}, in renderSummary()
|
D | SourceCoverageViewHTML.cpp | 375 FCS.LineCoverage.getNumLines(), in emitFileSummary()
|
/external/llvm/tools/llvm-diff/ |
D | DiffLog.cpp | 45 unsigned DiffLogBuilder::getNumLines() const { return Diff.size(); } in getNumLines() function in DiffLogBuilder
|
D | DiffLog.h | 76 unsigned getNumLines() const;
|
D | DiffConsumer.cpp | 193 for (unsigned I = 0, E = Log.getNumLines(); I != E; ++I) { in logd()
|
/external/llvm-project/llvm/tools/llvm-diff/ |
D | DiffLog.cpp | 43 unsigned DiffLogBuilder::getNumLines() const { return Diff.size(); } in getNumLines() function in DiffLogBuilder
|
D | DiffLog.h | 75 unsigned getNumLines() const;
|
D | DiffConsumer.cpp | 192 for (unsigned I = 0, E = Log.getNumLines(); I != E; ++I) { in logd()
|
/external/llvm-project/clang/unittests/AST/ |
D | CommentParser.cpp | 500 if (VBC->getNumLines() != 0) in HasVerbatimBlockAt() 502 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), " in HasVerbatimBlockAt() 521 if (VBC->getNumLines() != 1) in HasVerbatimBlockAt() 523 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), " in HasVerbatimBlockAt() 549 if (VBC->getNumLines() != 2) in HasVerbatimBlockAt() 551 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), " in HasVerbatimBlockAt() 1376 ASSERT_EQ(3U, VBC->getNumLines()); in TEST_F()
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 502 if (VBC->getNumLines() != 0) in HasVerbatimBlockAt() 504 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), " in HasVerbatimBlockAt() 523 if (VBC->getNumLines() != 1) in HasVerbatimBlockAt() 525 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), " in HasVerbatimBlockAt() 551 if (VBC->getNumLines() != 2) in HasVerbatimBlockAt() 553 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), " in HasVerbatimBlockAt() 1378 ASSERT_EQ(3U, VBC->getNumLines()); in TEST_F()
|
/external/llvm-project/clang/lib/Index/ |
D | CommentToXML.cpp | 417 unsigned NumLines = C->getNumLines(); in visitVerbatimBlockComment() 787 unsigned NumLines = C->getNumLines(); in visitVerbatimBlockComment()
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 416 unsigned NumLines = C->getNumLines(); in visitVerbatimBlockComment() 790 unsigned NumLines = C->getNumLines(); in visitVerbatimBlockComment()
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 209 unsigned getNumLines() const { in getNumLines() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | Comment.h | 931 unsigned getNumLines() const { in getNumLines() function
|
/external/clang/include/clang/AST/ |
D | Comment.h | 937 unsigned getNumLines() const { in getNumLines() function
|