Searched defs:LCS (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageSummaryInfo.cpp | 78 for (const auto &LCS : getLineCoverageStats(CD)) { in 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 | 754 renderLine(raw_ostream & OS,LineRef L,const LineCoverageStats & LCS,unsigned ExpansionCol,unsigned) renderLine() argument 899 renderExpansionSite(raw_ostream & OS,LineRef L,const LineCoverageStats & LCS,unsigned ExpansionCol,unsigned ViewDepth) renderExpansionSite() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1034 if (std::optional<nonloc::LazyCompoundVal> LCS = in VisitBinding() local 1284 if (auto LCS = V.getAs<nonloc::LazyCompoundVal>()) { in populateWorkList() local 2827 if (auto LCS = V.getAs<nonloc::LazyCompoundVal>()) { VisitBinding() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 235 cmpOperandBundlesSchema(const CallBase & LCS,const CallBase & RCS) const cmpOperandBundlesSchema() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 419 const FunctionSamples *LCS = LHS.CalleeSamples; operator ()() local
|