| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.h | 34 bool Strict; variable 56 MetadataVerifier(bool Strict) : Strict(Strict) {} in MetadataVerifier() argument
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| H A D | 12-ct.conf.in | 52 "CTValidation" => "Strict", 69 "CTValidation" => "Strict", 103 "CTValidation" => "Strict", 110 "CTValidation" => "Strict",
|
| H A D | 12-ct.conf | 90 CTValidation = Strict 117 CTValidation = Strict 186 CTValidation = Strict 189 CTValidation = Strict
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/ |
| H A D | 12-ct.cnf.in | 54 "CTValidation" => "Strict", 71 "CTValidation" => "Strict", 105 "CTValidation" => "Strict", 112 "CTValidation" => "Strict",
|
| H A D | 12-ct.cnf | 90 CTValidation = Strict 117 CTValidation = Strict 186 CTValidation = Strict 189 CTValidation = Strict
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.h | 86 virtual bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) = 0; 146 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override; 206 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override;
|
| H A D | AMDGPUTargetStreamer.cpp | 263 msgpack::Document &HSAMetadataDoc, bool Strict) { in EmitHSAMetadata() argument 264 HSAMD::V3::MetadataVerifier Verifier(Strict); in EmitHSAMetadata() 743 bool Strict) { in EmitHSAMetadata() argument 744 HSAMD::V3::MetadataVerifier Verifier(Strict); in EmitHSAMetadata()
|
| /netbsd-src/external/bsd/wpa/dist/src/common/ |
| H A D | ieee802_1x_defs.h | 68 Strict, enumerator
|
| /netbsd-src/share/locale/ctype/ |
| H A D | en_US.ASCII.src | 7 VARIABLE Strict 7bit ASCII locale, CODESET=646
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | ssl_test_ctx_test.cnf | 27 CTValidation = Strict
|
| H A D | README.ssltest.md | 172 - Strict - SSL_CT_VALIDATION_STRICT
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | ssl_test_ctx_test.conf | 27 CTValidation = Strict
|
| H A D | README.ssltest.md | 175 - Strict - SSL_CT_VALIDATION_STRICT
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1227 bool isValidMsgId(int64_t MsgId, const MCSubtargetInfo &STI, bool Strict) { in isValidMsgId() argument 1228 if (Strict) { in isValidMsgId() 1268 bool Strict) { in isValidMsgOp() argument 1269 assert(isValidMsgId(MsgId, STI, Strict)); in isValidMsgOp() 1271 if (!Strict) in isValidMsgOp() 1293 const MCSubtargetInfo &STI, bool Strict) { in isValidMsgStream() argument 1294 assert(isValidMsgOp(MsgId, OpId, STI, Strict)); in isValidMsgStream() 1296 if (!Strict) in isValidMsgStream()
|
| H A D | AMDGPUBaseInfo.h | 661 bool isValidMsgId(int64_t MsgId, const MCSubtargetInfo &STI, bool Strict = true); 665 bool Strict = true); 669 const MCSubtargetInfo &STI, bool Strict = true);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 39 Strict // Never fuse FP-ops. enumerator
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | ContinuationIndenter.cpp | 1832 bool Strict = false; in handleEndOfLine() local 1837 Current, State, AllowBreak, /*DryRun=*/true, Strict); in handleEndOfLine() 1846 Strict = StrictPenalty <= Penalty; in handleEndOfLine() 1847 if (Strict) { in handleEndOfLine() 1856 Strict); in handleEndOfLine() 1985 bool DryRun, bool Strict) { in breakProtrudingToken() argument 2125 if (!ContinueOnLine && !Strict) { in breakProtrudingToken()
|
| H A D | ContinuationIndenter.h | 147 bool Strict);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.cpp | 29 if (Strict) in verifyScalar()
|
| /netbsd-src/external/mpl/bind/dist/doc/notes/ |
| H A D | notes-9.18.3.rst | |
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | AddingConstrainedIntrinsics.rst | 27 Strict version name must be a concatenation of prefix ``STRICT_`` and the name
|
| /netbsd-src/external/bsd/libfido2/dist/ |
| H A D | NEWS | 222 ** Strict checks for CTAP2 compliance on received CBOR payloads.
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 163 SourceLocation Strict, const Expr *ReplaceExpr) in AvailabilityData() 164 : StrictLoc(Strict), Replacement(ReplaceExpr) { in AvailabilityData()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 1642 bool Strict = N->isStrictFPOpcode(); in ExpandFloatRes_XINT_TO_FP() local 1643 SDValue Src = N->getOperand(Strict ? 1 : 0); in ExpandFloatRes_XINT_TO_FP() 1648 SDValue Chain = Strict ? N->getOperand(0) : DAG.getEntryNode(); in ExpandFloatRes_XINT_TO_FP() 1661 if (Strict) { in ExpandFloatRes_XINT_TO_FP() 1683 if (Strict) in ExpandFloatRes_XINT_TO_FP() 1690 if (Strict) in ExpandFloatRes_XINT_TO_FP() 1726 if (Strict) { in ExpandFloatRes_XINT_TO_FP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 277 clEnumValN(FPOpFusion::Strict, "off", in CGOPT()
|