Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp516 for (const FileCoverageSummary &FCS : FileReports) renderFileReports() local
551 for (const FileCoverageSummary &FCS : FileReports) { renderFileReports() local
562 for (auto FCS : EmptyFiles) renderFileReports() local
H A DCoverageSummaryInfo.cpp120 for (const auto &FCS : Summaries.drop_front()) { in get() local
H A DSourceCoverageViewHTML.cpp312 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 DBasicObjCFoundationChecks.cpp866 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 DCGExprAgg.cpp1723 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddress()); VisitCXXParenListOrInitListExpr() local
H A DCGClass.cpp1327 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); EmitCtorPrologue() local