Home
last modified time | relevance | path

Searched defs:Strict (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DAMDGPUMetadataVerifier.h45 bool Strict; variable
67 MetadataVerifier(bool Strict) : Strict(Strict) {} in MetadataVerifier()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp120 static bool startsWith(StringRef Name, StringRef Needle, bool Strict, in startsWith()
180 compareNode(uint32_t Offset, StringRef Name, bool Strict, in compareNode()
217 compareNode(uint32_t Offset, StringRef Name, bool Strict, BufferType &Buffer) { in compareNode()
261 static std::size_t findSyllable(StringRef Name, bool Strict, in findSyllable()
289 nameToHangulCodePoint(StringRef Name, bool Strict, BufferType &Buffer) { in nameToHangulCodePoint()
347 nameToGeneratedCodePoint(StringRef Name, bool Strict, BufferType &Buffer) { in nameToGeneratedCodePoint()
373 static std::optional<char32_t> nameToCodepoint(StringRef Name, bool Strict, in nameToCodepoint()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h81 virtual bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) { in EmitHSAMetadata()
H A DAMDGPUTargetStreamer.cpp283 msgpack::Document &HSAMetadataDoc, bool Strict) { in EmitHSAMetadata()
774 bool Strict) { in EmitHSAMetadata()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h39 Strict // Never fuse FP-ops. enumerator
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp2029 bool Strict = false; in handleEndOfLine() local
2192 bool DryRun, bool Strict) { in breakProtrudingToken()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1765 bool Strict) { in isValidMsgOp()
1791 const MCSubtargetInfo &STI, bool Strict) { in isValidMsgStream()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1669 bool Strict = N->isStrictFPOpcode(); in ExpandFloatRes_XINT_TO_FP() local
H A DTargetLowering.cpp7833 bool Strict = Node->isStrictFPOpcode() || in expandFP_TO_UINT() local
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp.c14444 Strict, /* normalization rules, which we decide */ S_parse_uniprop_string() enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6933 bool Strict = Msg.IsSymbolic; in validateSendMsg() local