Searched defs:FCS (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageSummaryInfo.cpp | 120 for (const auto &FCS : Summaries.drop_front()) { get() local
|
H A D | CoverageReport.cpp | 533 for (const FileCoverageSummary &FCS : FileReports) in renderFileReports() local 568 for (const FileCoverageSummary &FCS : FileReports) { in renderFileReports() local 579 for (auto FCS : EmptyFiles) in renderFileReports() local
|
H A D | SourceCoverageViewHTML.cpp | 469 emitTableRow(raw_ostream & OS,const CoverageViewOptions & Opts,const std::string & FirstCol,const FileCoverageSummary & FCS,bool IsTotals) emitTableRow() argument 633 emitFileSummary(raw_ostream & OS,StringRef SF,const FileCoverageSummary & FCS,bool IsTotals) const emitFileSummary() argument 770 for (auto FCS : EmptyFiles) { generateSubDirectoryReport() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BasicObjCFoundationChecks.cpp | 862 const ObjCForCollectionStmt *FCS) { in checkCollectionNonNil() argument 888 const ObjCForCollectionStmt *FCS) { in checkElementNonNil() argument 952 const ObjCForCollectionStmt *FCS, in assumeCollectionNonEmpty() argument 963 const ObjCForCollectionStmt *FCS) { in alreadyExecutedAtLeastOneLoopIteration() argument 981 checkPostStmt(const ObjCForCollectionStmt * FCS,CheckerContext & C) const checkPostStmt() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 1721 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddress()); VisitCXXParenListOrInitListExpr() local
|
H A D | CGClass.cpp | 1335 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue() local
|