Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp100 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 const std::string &FirstCol, const FileCoverageSummary &FCS, in emitTableRow()
633 const FileCoverageSummary &FCS, in emitFileSummary()
770 for (auto FCS : EmptyFiles) { in generateSubDirectoryReport() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp862 const ObjCForCollectionStmt *FCS) { in checkCollectionNonNil()
888 const ObjCForCollectionStmt *FCS) { in checkElementNonNil()
952 const ObjCForCollectionStmt *FCS, in assumeCollectionNonEmpty()
963 const ObjCForCollectionStmt *FCS) { in alreadyExecutedAtLeastOneLoopIteration()
981 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, in checkPostStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1718 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddress()); in VisitCXXParenListOrInitListExpr() local
H A DCGClass.cpp1336 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue() local