Searched defs:FCS (Results 1 – 6 of 6) sorted by relevance
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 516 for (const FileCoverageSummary &FCS : FileReports) renderFileReports() local 551 for (const FileCoverageSummary &FCS : FileReports) { renderFileReports() local 562 for (auto FCS : EmptyFiles) renderFileReports() local
|
| H A D | CoverageSummaryInfo.cpp | 120 for (const auto &FCS : Summaries.drop_front()) { in get() local
|
| H A D | SourceCoverageViewHTML.cpp | 312 emitTableRow(raw_ostream & OS,const CoverageViewOptions & Opts,const std::string & FirstCol,const FileCoverageSummary & FCS,bool IsTotals) emitTableRow() argument 464 emitFileSummary(raw_ostream & OS,StringRef SF,const FileCoverageSummary & FCS,bool IsTotals) const emitFileSummary() argument 596 for (auto FCS : EmptyFiles) { generateSubDirectoryReport() local [all...] |
| /freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 866 SVal CollectionVal = C.getSVal(FCS->getCollection()); in checkCollectionNonNil() argument 892 checkElementNonNil(CheckerContext & C,ProgramStateRef State,const ObjCForCollectionStmt * FCS) checkElementNonNil() argument 956 assumeCollectionNonEmpty(CheckerContext & C,ProgramStateRef State,const ObjCForCollectionStmt * FCS,bool Assumption) assumeCollectionNonEmpty() argument 967 alreadyExecutedAtLeastOneLoopIteration(const ExplodedNode * N,const ObjCForCollectionStmt * FCS) alreadyExecutedAtLeastOneLoopIteration() argument 985 checkPostStmt(const ObjCForCollectionStmt * FCS,CheckerContext & C) const checkPostStmt() argument [all...] |
| /freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 1723 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddress()); VisitCXXParenListOrInitListExpr() local
|
| H A D | CGClass.cpp | 1327 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); EmitCtorPrologue() local
|