Searched refs:FCS (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp65 for (const auto &FCS : Summaries.drop_front()) {
66 Summary.RegionCoverage.merge(FCS.RegionCoverage);
67 Summary.LineCoverage.merge(FCS.LineCoverage);
H A DSourceCoverageViewHTML.cpp322 const FileCoverageSummary &FCS) const {
323 SmallString<128> LinkTextStr(sys::path::relative_path(FCS.Name));
332 /// Render a file coverage summary (\p FCS) in a table row. If \p IsTotals is
335 const FileCoverageSummary &FCS,
364 Filename = buildLinkToFile(SF, FCS);
368 AddCoverageTripleToColumn(FCS.FunctionCoverage.getExecuted(),
369 FCS.FunctionCoverage.getNumFunctions(),
370 FCS.FunctionCoverage.getPercentCovered());
372 AddCoverageTripleToColumn(FCS.InstantiationCoverage.getExecuted(),
373 FCS
334 emitFileSummary(raw_ostream &OS, StringRef SF, const FileCoverageSummary &FCS, bool IsTotals) const argument
[all...]
H A DSourceCoverageViewHTML.h41 const FileCoverageSummary &FCS,
44 const FileCoverageSummary &FCS) const;
H A DCoverageReport.cpp405 for (const FileCoverageSummary &FCS : FileReports)
406 Filenames.emplace_back(FCS.Name);
428 for (const FileCoverageSummary &FCS : FileReports) {
429 if (FCS.FunctionCoverage.getNumFunctions())
430 render(FCS, OS);
439 for (const FileCoverageSummary &FCS : FileReports)
440 if (!FCS.FunctionCoverage.getNumFunctions())
441 render(FCS, OS);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp820 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
857 const ObjCForCollectionStmt *FCS) {
861 SVal CollectionVal = C.getSVal(FCS->getCollection());
882 const ObjCForCollectionStmt *FCS) {
887 if (!isKnownNonNilCollectionType(FCS->getCollection()->getType()))
891 const Stmt *Element = FCS->getElement();
946 const ObjCForCollectionStmt *FCS,
951 SymbolRef CollectionS = C.getSVal(FCS->getCollection()).getAsSymbol();
957 const ObjCForCollectionStmt *FCS) {
963 return BE->getSrc()->getLoopTarget() == FCS;
855 checkCollectionNonNil(CheckerContext &C, ProgramStateRef State, const ObjCForCollectionStmt *FCS) argument
880 checkElementNonNil(CheckerContext &C, ProgramStateRef State, const ObjCForCollectionStmt *FCS) argument
945 assumeCollectionNonEmpty(CheckerContext &C, ProgramStateRef State, const ObjCForCollectionStmt *FCS, bool Assumption) argument
956 alreadyExecutedAtLeastOneLoopIteration(const ExplodedNode *N, const ObjCForCollectionStmt *FCS) argument
976 checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1527 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddress());
H A DCGClass.cpp1323 FieldConstructionScope FCS(*this, LoadCXXThisAddress());

Completed in 96 milliseconds