Home
last modified time | relevance | path

Searched refs:FCS (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp464 const std::string &FirstCol, const FileCoverageSummary &FCS, in emitTableRow() argument
491 AddCoverageTripleToColumn(FCS.FunctionCoverage.getExecuted(), in emitTableRow()
492 FCS.FunctionCoverage.getNumFunctions(), in emitTableRow()
493 FCS.FunctionCoverage.getPercentCovered()); in emitTableRow()
495 AddCoverageTripleToColumn(FCS.InstantiationCoverage.getExecuted(), in emitTableRow()
496 FCS.InstantiationCoverage.getNumFunctions(), in emitTableRow()
497 FCS.InstantiationCoverage.getPercentCovered()); in emitTableRow()
498 AddCoverageTripleToColumn(FCS.LineCoverage.getCovered(), in emitTableRow()
499 FCS.LineCoverage.getNumLines(), in emitTableRow()
500 FCS.LineCoverage.getPercentCovered()); in emitTableRow()
[all …]
H A DCoverageSummaryInfo.cpp132 for (const auto &FCS : Summaries.drop_front()) { in get() local
133 Summary.RegionCoverage.merge(FCS.RegionCoverage); in get()
134 Summary.LineCoverage.merge(FCS.LineCoverage); in get()
135 Summary.BranchCoverage.merge(FCS.BranchCoverage); in get()
136 Summary.MCDCCoverage.merge(FCS.MCDCCoverage); in get()
H A DCoverageReport.cpp533 for (const FileCoverageSummary &FCS : FileReports) in renderFileReports() local
534 Filenames.emplace_back(FCS.Name); in renderFileReports()
568 for (const FileCoverageSummary &FCS : FileReports) { in renderFileReports() local
569 if (FCS.FunctionCoverage.getNumFunctions()) in renderFileReports()
570 render(FCS, OS); in renderFileReports()
572 EmptyFiles.push_back(&FCS); in renderFileReports()
579 for (auto FCS : EmptyFiles) in renderFileReports() local
580 render(*FCS, OS); in renderFileReports()
H A DSourceCoverageViewHTML.h46 const FileCoverageSummary &FCS,
49 const FileCoverageSummary &FCS) const;
/freebsd/contrib/file/magic/Magdir/
H A Dfcs4 # fcs: file(1) magic for FCS (Flow Cytometry Standard) data files
6 0 string FCS1.0 Flow Cytometry Standard (FCS) data, version 1.0
7 0 string FCS2.0 Flow Cytometry Standard (FCS) data, version 2.0
8 0 string FCS3.0 Flow Cytometry Standard (FCS) data, version 3.0
H A Dsniffer189 >20 belong&0x03FFFFFF 195 (802.15.4 with FCS
215 >20 belong&0x03FFFFFF 230 (802.15.4 without FCS
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp824 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
861 const ObjCForCollectionStmt *FCS) { in checkCollectionNonNil() argument
865 SVal CollectionVal = C.getSVal(FCS->getCollection()); in checkCollectionNonNil()
887 const ObjCForCollectionStmt *FCS) { in checkElementNonNil() argument
892 if (!isKnownNonNilCollectionType(FCS->getCollection()->getType())) in checkElementNonNil()
896 const Stmt *Element = FCS->getElement(); in checkElementNonNil()
951 const ObjCForCollectionStmt *FCS, in assumeCollectionNonEmpty() argument
956 SymbolRef CollectionS = C.getSVal(FCS->getCollection()).getAsSymbol(); in assumeCollectionNonEmpty()
962 const ObjCForCollectionStmt *FCS) { in alreadyExecutedAtLeastOneLoopIteration() argument
968 return BE->getSrc()->getLoopTarget() == FCS; in alreadyExecutedAtLeastOneLoopIteration()
[all …]
/freebsd/contrib/libpcap/doc/
H A DREADME.dag97 CRC/FCS. If the card is not configured to discard the CRC/FCS, this
99 packets to have an FCS.
102 how many bits of CRC/FCS to strip from the end of the captured
104 configured to strip the CRC/FCS, then set ERF_FCS_BITS=0. If used with
105 a HDLC/PoS/PPP/Frame Relay link with 16 bit CRC/FCS, then set
108 If you wish to create a pcap file that DOES contain the Ethernet FCS,
110 the existing FCS to be captured into the pcap file. Note some
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1846 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddress()); in VisitCXXParenListOrInitListExpr() local
H A DCGClass.cpp1338 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue() local
/freebsd/contrib/tcpdump/
H A DCHANGES1033 Handle frames with an FCS
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10628 SDValue FCS = DAG.getNode(ISD::FCOPYSIGN, DL, SVT, Ins1, Ins2); in LowerFCOPYSIGN() local
10629 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, VT, FCS, in LowerFCOPYSIGN()