Searched defs:LCS (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageSummaryInfo.cpp | 78 for (const auto &LCS : getLineCoverageStats(CD)) { get() local
|
H A D | SourceCoverageViewText.cpp | 162 const LineCoverageStats &LCS, in renderLine() argument 272 const LineCoverageStats &LCS, in renderExpansionSite() argument
|
H A D | CoverageExporterLcov.cpp | 71 const coverage::LineCoverageStats &LCS = *LCI; in renderLineExecutionCounts() local
|
H A D | SourceCoverageViewHTML.cpp | 932 renderLine(raw_ostream & OS,LineRef L,const LineCoverageStats & LCS,unsigned ExpansionCol,unsigned) renderLine() argument 1082 renderExpansionSite(raw_ostream & OS,LineRef L,const LineCoverageStats & LCS,unsigned ExpansionCol,unsigned ViewDepth) renderExpansionSite() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1034 if (std::optional<nonloc::LazyCompoundVal> LCS = VisitBinding() local 1284 if (auto LCS = V.getAs<nonloc::LazyCompoundVal>()) { populateWorkList() local 2828 if (auto LCS = V.getAs<nonloc::LazyCompoundVal>()) { VisitBinding() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 247 cmpOperandBundlesSchema(const CallBase & LCS,const CallBase & RCS) const cmpOperandBundlesSchema() argument
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | CoverageMappingTest.cpp | 722 for (const auto &LCS : getLineCoverageStats(Data)) { TEST_P() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 436 const FunctionSamples *LCS = LHS.CalleeSamples; operator ()() local
|