| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | AArch64TargetParser.cpp | 67 if (Extensions & AEK_FP) in getExtensionFeatures() 69 if (Extensions & AEK_SIMD) in getExtensionFeatures() 71 if (Extensions & AEK_CRC) in getExtensionFeatures() 79 if (Extensions & AEK_FP16) in getExtensionFeatures() 83 if (Extensions & AEK_RAS) in getExtensionFeatures() 85 if (Extensions & AEK_LSE) in getExtensionFeatures() 87 if (Extensions & AEK_RDM) in getExtensionFeatures() 89 if (Extensions & AEK_SVE) in getExtensionFeatures() 91 if (Extensions & AEK_SVE2) in getExtensionFeatures() 101 if (Extensions & AEK_RCPC) in getExtensionFeatures() [all …]
|
| H A D | ARMTargetParser.cpp | 412 bool ARM::getExtensionFeatures(uint64_t Extensions, in getExtensionFeatures() argument 415 if (Extensions == AEK_INVALID) in getExtensionFeatures() 419 if ((Extensions & AE.ID) == AE.ID && AE.Feature) in getExtensionFeatures() 425 return getHWDivFeatures(Extensions, Features); in getExtensionFeatures()
|
| /freebsd-13.1/crypto/heimdal/lib/hx509/ |
| H A D | ocsp.asn1 | 9 Name, GeneralName, CertificateSerialNumber, Extensions 33 singleExtensions [1] EXPLICIT Extensions OPTIONAL } 37 singleRequestExtensions [0] EXPLICIT Extensions OPTIONAL } 43 requestExtensions [2] EXPLICIT Extensions OPTIONAL } 84 responseExtensions [1] EXPLICIT Extensions OPTIONAL }
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GeneratePCH.cpp | 26 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions, in PCHGenerator() argument 31 Writer(Stream, this->Buffer->Data, ModuleCache, Extensions, in PCHGenerator()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | X509V3_get_d2i.pod | 116 =head2 PKIX Certificate Extensions 145 =head2 Netscape Certificate Extensions 158 =head2 Miscellaneous Certificate Extensions 163 =head2 PKIX CRL Extensions 179 =head2 OCSP Extensions 189 =head2 Certificate Transparency Extensions
|
| /freebsd-13.1/sys/i386/conf/ |
| H A D | PAE | 11 options PAE # Physical Address Extensions Kernel
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 110 // GNU Extensions. 197 // Clang Extensions. 206 // Microsoft Extensions. 216 // OpenCL Extensions.
|
| H A D | TokenKinds.def | 124 // GNU Extensions. 419 // GNU Extensions (in impl-reserved namespace) 450 // GNU Extensions (outside impl-reserved namespace) 453 // MS Extensions 601 // Borland Extensions. 695 // Borland Extensions which should be disabled in strict conformance mode. 698 // Clang Extensions.
|
| H A D | OpenCLExtensions.def | 86 // Clang Extensions.
|
| H A D | Diagnostic.td | 130 // Extensions are warnings about accepted language extensions.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 162 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions; in createChainedIncludesSource() local 165 Buffer, Extensions, /*AllowASTWithErrors=*/true); in createChainedIncludesSource()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | PassManagerBuilder.cpp | 272 Extensions.push_back(std::make_pair(Ty, std::move(Fn))); in addExtension() 283 for (unsigned i = 0, e = Extensions.size(); i != e; ++i) in addExtensionsToPM() 284 if (Extensions[i].first == ETy) in addExtensionsToPM() 285 Extensions[i].second(*this, PM); in addExtensionsToPM() 689 else if (GlobalExtensionsNotEmpty() || !Extensions.empty()) in populateModulePassManager()
|
| /freebsd-13.1/contrib/libfido2/src/ |
| H A D | winhello.c | 608 if (pack_cred_ext(&opt->Extensions, &cred->ext) < 0) { in translate_fido_cred() 748 for (size_t i = 0; i < ctx->opt.Extensions.cExtensions; i++) { in winhello_cred_free() 750 e = &ctx->opt.Extensions.pExtensions[i]; in winhello_cred_free() 753 free(ctx->opt.Extensions.pExtensions); in winhello_cred_free()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | PassManagerBuilder.h | 192 std::vector<std::pair<ExtensionPointTy, ExtensionFn>> Extensions;
|
| /freebsd-13.1/contrib/bearssl/src/x509/ |
| H A D | x509_decoder.t0 | 130 \ Extensions with specific processing. 244 \ if present. Extensions are an explicit context tag of value 3 264 \ Extensions with specific processing.
|
| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | rfc2459.asn1 | 208 Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension 222 extensions [3] EXPLICIT Extensions OPTIONAL 463 crlEntryExtensions Extensions OPTIONAL 466 crlExtensions [0] EXPLICIT Extensions OPTIONAL
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSchedule.td | 22 // CVI pipes from the "Hexagon Multimedia Co-Processor Extensions Arch Spec".
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | AArch64TargetParser.h | 114 bool getExtensionFeatures(uint64_t Extensions,
|
| H A D | ARMTargetParser.h | 243 bool getExtensionFeatures(uint64_t Extensions,
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 1075 StringRef Extensions = in emit() local 1077 if (!Extensions.empty()) { in emit() 1082 Extensions.split(ExtVec, " "); in emit()
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | openssl.cnf | 71 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs 222 # Extensions to add to a certificate request 230 # Extensions for a typical CA
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | elf | 33 >0 lelong&0x00ffff00 0x00000200 Sun UltraSPARC1 Extensions Required, 34 >0 lelong&0x00ffff00 0x00000400 HaL R1 Extensions Required, 35 >0 lelong&0x00ffff00 0x00000800 Sun UltraSPARC3 Extensions Required,
|
| /freebsd-13.1/kerberos5/lib/libasn1/ |
| H A D | Makefile | 76 --sequence=Extensions \
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 553 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions, 785 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,
|
| /freebsd-13.1/contrib/ncurses/ncurses/ |
| H A D | modules | 147 # Extensions to the base library 225 # Extensions to the termlib library
|