| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.h | 25 size_t Covered; variable 31 RegionCoverageInfo() : Covered(0), NumRegions(0) {} in RegionCoverageInfo() 33 RegionCoverageInfo(size_t Covered, size_t NumRegions) in RegionCoverageInfo() argument 34 : Covered(Covered), NumRegions(NumRegions) { in RegionCoverageInfo() 35 assert(Covered <= NumRegions && "Covered regions over-counted"); in RegionCoverageInfo() 39 Covered += RHS.Covered; 45 Covered = std::max(Covered, RHS.Covered); in merge() 49 size_t getCovered() const { return Covered; } in getCovered() 53 bool isFullyCovered() const { return Covered == NumRegions; } in isFullyCovered() 56 assert(Covered <= NumRegions && "Covered regions over-counted"); in getPercentCovered() [all …]
|
| /freebsd/sys/contrib/openzfs/ |
| H A D | LICENSE | 19 1.3. "Covered Software" means (a) the Original Software, or (b) 24 1.4. "Executable" means the Covered Software in any form other 30 1.6. "Larger Work" means a work which combines Covered Software or 123 Modifications, as Covered Software and/or as part of a 148 Claims infringed by Covered Software in the absence of 155 Any Covered Software that You distribute or otherwise make 159 License with every copy of the Source Code form of the Covered 161 inform recipients of any such Covered Software in Executable form 162 as to how they can obtain such Covered Software in Source Code 179 contained within the Covered Software, or any notices of licensing [all …]
|
| /freebsd/sys/cddl/contrib/opensolaris/ |
| H A D | OPENSOLARIS.LICENSE | 19 1.3. "Covered Software" means (a) the Original Software, or (b) 24 1.4. "Executable" means the Covered Software in any form other 30 1.6. "Larger Work" means a work which combines Covered Software or 123 Modifications, as Covered Software and/or as part of a 148 Claims infringed by Covered Software in the absence of 155 Any Covered Software that You distribute or otherwise make 159 License with every copy of the Source Code form of the Covered 161 inform recipients of any such Covered Software in Executable form 162 as to how they can obtain such Covered Software in Source Code 179 contained within the Covered Software, or any notices of licensing [all …]
|
| /freebsd/cddl/contrib/opensolaris/ |
| H A D | OPENSOLARIS.LICENSE | 19 1.3. "Covered Software" means (a) the Original Software, or (b) 24 1.4. "Executable" means the Covered Software in any form other 30 1.6. "Larger Work" means a work which combines Covered Software or 123 Modifications, as Covered Software and/or as part of a 148 Claims infringed by Covered Software in the absence of 155 Any Covered Software that You distribute or otherwise make 159 License with every copy of the Source Code form of the Covered 161 inform recipients of any such Covered Software in Executable form 162 as to how they can obtain such Covered Software in Source Code 179 contained within the Covered Software, or any notices of licensing [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerBinaryMetadata.cpp | 68 static const MetadataInfo Covered; member in __anon0ee657d00111::MetadataInfo 77 const MetadataInfo MetadataInfo::Covered{ 121 Opts.Covered |= ClEmitCovered; in transformOptionsFromCl() 296 if (Options.Covered || (FeatureMask && RequiresCovered)) { in runOn() 298 const auto *MI = &MetadataInfo::Covered; in runOn()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerMerge.cpp | 293 std::vector<bool> Covered(kFeatureSetSize, false); in SetCoverMerge() local 302 if (!Covered[F % kFeatureSetSize]) { in SetCoverMerge() 304 Covered[F % kFeatureSetSize] = true; in SetCoverMerge() 341 if (!Covered[F % kFeatureSetSize]) in SetCoverMerge() 376 if (!Covered[F % kFeatureSetSize]) { in SetCoverMerge() 378 Covered[F % kFeatureSetSize] = true; in SetCoverMerge()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstrBundle.cpp | 336 bool Covered = TRI->isSuperRegisterEq(Reg, MOReg); in AnalyzePhysRegInBundle() local 339 if (Covered) { in AnalyzePhysRegInBundle() 346 if (Covered) in AnalyzePhysRegInBundle()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | SanitizerBinaryMetadata.h | 25 bool Covered = false; member
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_history/ |
| H A D | zpool_history.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_user/zpool_iostat/ |
| H A D | zpool_iostat.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_user/zpool_list/ |
| H A D | zpool_list.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/ctime/ |
| H A D | ctime.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool/ |
| H A D | zpool.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_attach/ |
| H A D | zpool_attach.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/pool_names/ |
| H A D | pool_names.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/refquota/ |
| H A D | refquota.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/refreserv/ |
| H A D | refreserv.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/threadsappend/ |
| H A D | threadsappend.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/zfsd/ |
| H A D | zfsd.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/zil/ |
| H A D | zil.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_detach/ |
| H A D | zpool_detach.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_offline/ |
| H A D | zpool_offline.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_online/ |
| H A D | zpool_online.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_replace/ |
| H A D | zpool_replace.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_status/ |
| H A D | zpool_status.cfg | 14 # When distributing Covered Code, include this CDDL HEADER in each
|