Home
last modified time | relevance | path

Searched refs:Strict (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp120 static bool startsWith(StringRef Name, StringRef Needle, bool Strict, in startsWith() argument
125 if (Strict) { in startsWith()
179 compareNode(uint32_t Offset, StringRef Name, bool Strict,
184 bool DoesStartWith = N.IsRoot || startsWith(Name, N.Name, Strict, Consummed, in compareNode()
199 compareNode(ChildOffset, Name.substr(Consummed), Strict, in compareNode()
215 compareNode(uint32_t Offset, StringRef Name, bool Strict, BufferType &Buffer) {
216 return compareNode(Offset, Name, Strict, 0, Buffer);
259 static std::size_t findSyllable(StringRef Name, bool Strict,
272 startsWith(Name, Syllable, Strict, Consummed, PreviousInNameCopy); in findSyllable()
286 nameToHangulCodePoint(StringRef Name, bool Strict, BufferTyp in findSyllable()
180 compareNode(uint32_t Offset,StringRef Name,bool Strict,char PreviousCharInName,char PreviousCharInNeedle,BufferType & Buffer,const Node * Parent=nullptr) compareNode() argument
217 compareNode(uint32_t Offset,StringRef Name,bool Strict,BufferType & Buffer) compareNode() argument
261 findSyllable(StringRef Name,bool Strict,char & PreviousInName,int & Pos,int Column) findSyllable() argument
289 nameToHangulCodePoint(StringRef Name,bool Strict,BufferType & Buffer) nameToHangulCodePoint() argument
347 nameToGeneratedCodePoint(StringRef Name,bool Strict,BufferType & Buffer) nameToGeneratedCodePoint() argument
373 nameToCodepoint(StringRef Name,bool Strict,BufferType & Buffer) nameToCodepoint() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DAMDGPUMetadataVerifier.h45 bool Strict; variable
67 MetadataVerifier(bool Strict) : Strict(Strict) {} in MetadataVerifier() argument
/freebsd/crypto/openssl/test/ssl-tests/
H A D12-ct.cnf.in54 "CTValidation" => "Strict",
71 "CTValidation" => "Strict",
105 "CTValidation" => "Strict",
112 "CTValidation" => "Strict",
H A D12-ct.cnf90 CTValidation = Strict
117 CTValidation = Strict
186 CTValidation = Strict
189 CTValidation = Strict
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h76 virtual bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) { in EmitHSAMetadata() argument
143 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override;
200 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override;
H A DAMDGPUTargetStreamer.cpp274 msgpack::Document &HSAMetadataDoc, bool Strict) { in EmitHSAMetadata() argument
275 HSAMD::V3::MetadataVerifier Verifier(Strict); in EmitHSAMetadata()
863 bool Strict) { in EmitHSAMetadata() argument
864 HSAMD::V3::MetadataVerifier Verifier(Strict); in EmitHSAMetadata()
/freebsd/contrib/wpa/src/common/
H A Dieee802_1x_defs.h68 Strict, enumerator
/freebsd/crypto/openssl/test/
H A Dssl_test_ctx_test.cnf27 CTValidation = Strict
H A DREADME.ssltest.md172 - Strict - SSL_CT_VALIDATION_STRICT
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h39 Strict // Never fuse FP-ops. enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h143 bool Strict);
H A DContinuationIndenter.cpp2243 bool Strict = false; in handleEndOfLine() local
2248 Current, State, AllowBreak, /*DryRun=*/true, Strict); in handleEndOfLine()
2257 Strict = StrictPenalty <= Penalty; in handleEndOfLine()
2258 if (Strict) { in handleEndOfLine()
2267 Strict); in handleEndOfLine()
2436 bool DryRun, bool Strict) { in breakProtrudingToken() argument
2577 if (!ContinueOnLine && !Strict) { in breakProtrudingToken()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp33 if (Strict) in verifyScalar()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp378 DominanceAnalysis &Dom, bool Strict = true) { in FindIDom() argument
385 if (Strict && IDom == &Block) in FindIDom()
H A DCommandFlags.cpp308 clEnumValN(FPOpFusion::Strict, "off", in CGOPT()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1905 bool Strict) { in isValidMsgOp() argument
1908 if (!Strict) in isValidMsgOp()
1922 const MCSubtargetInfo &STI, bool Strict) { in isValidMsgStream() argument
1923 assert(isValidMsgOp(MsgId, OpId, STI, Strict)); in isValidMsgStream()
1925 if (!Strict) in isValidMsgStream()
H A DAMDGPUBaseInfo.h1200 bool Strict = true);
1204 const MCSubtargetInfo &STI, bool Strict = true);
/freebsd/contrib/libfido2/
H A DNEWS232 ** Strict checks for CTAP2 compliance on received CBOR payloads.
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h76 const AvailabilityChange &Obsoleted, SourceLocation Strict, in AvailabilityData()
78 : StrictLoc(Strict), Replacement(ReplaceExpr), in AvailabilityData()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1950 bool Strict = N->isStrictFPOpcode(); in ExpandFloatRes_XINT_TO_FP() local
1951 SDValue Src = N->getOperand(Strict ? 1 : 0); in ExpandFloatRes_XINT_TO_FP()
1956 SDValue Chain = Strict ? N->getOperand(0) : DAG.getEntryNode(); in ExpandFloatRes_XINT_TO_FP()
1969 if (Strict) { in ExpandFloatRes_XINT_TO_FP()
1991 if (Strict) in ExpandFloatRes_XINT_TO_FP()
1998 if (Strict) in ExpandFloatRes_XINT_TO_FP()
2034 if (Strict) { in ExpandFloatRes_XINT_TO_FP()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h646 ENUM(Prescriptiveness, Strict);
880 ENUM(Prescriptiveness, Strict);
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c709 if (validate_frames == Strict) in macsec_qca_create_receive_sc()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7483 bool Strict = Msg.IsSymbolic; in validateSendMsg() local
7485 if (Strict) { in validateSendMsg()
7496 if (Strict && (msgRequiresOp(Msg.Val, getSTI()) != Op.IsDefined)) { in validateSendMsg()
7504 if (!isValidMsgOp(Msg.Val, Op.Val, getSTI(), Strict)) { in validateSendMsg()
7511 if (Strict && !msgSupportsStream(Msg.Val, Op.Val, getSTI()) && in validateSendMsg()
7516 if (!isValidMsgStream(Msg.Val, Op.Val, Stream.Val, getSTI(), Strict)) { in validateSendMsg()
/freebsd/contrib/sendmail/
H A DREADME251 RFC8461 SMTP MTA Strict Transport Security (MTA-STS)
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c1345 body->prx = kay->macsec_validate != Strict; in ieee802_1x_mka_encode_sak_use_body()
3571 kay->macsec_validate = Strict; in ieee802_1x_kay_init()

12