Home
last modified time | relevance | path

Searched defs:FCS (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp120 for (const auto &FCS : Summaries.drop_front()) { get() local
H A DCoverageReport.cpp533 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 DSourceCoverageViewHTML.cpp469 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 DBasicObjCFoundationChecks.cpp862 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 DCGExprAgg.cpp1721 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddress()); VisitCXXParenListOrInitListExpr() local
H A DCGClass.cpp1335 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue() local