Home
last modified time | relevance | path

Searched refs:strictConversion (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTF.cpp159 if (flags == strictConversion) { in ConvertUTF32toUTF16()
170 if (flags == strictConversion) { in ConvertUTF32toUTF16()
213 } else if (flags == strictConversion) { /* it's an unpaired high surrogate */ in ConvertUTF16toUTF32()
223 } else if (flags == strictConversion) { in ConvertUTF16toUTF32()
280 } else if (flags == strictConversion) { in ConvertUTF16toUTF8()
329 if (flags == strictConversion ) { in ConvertUTF32toUTF8()
578 if (flags == strictConversion) { in ConvertUTF8toUTF16()
589 if (flags == strictConversion) { in ConvertUTF8toUTF16()
625 if (flags == strictConversion || InputIsPartial) { in ConvertUTF8toUTF32Impl()
648 if (flags == strictConversion) { in ConvertUTF8toUTF32Impl()
[all …]
H A DConvertUTFWrapper.cpp38 ConversionFlags flags = strictConversion; in ConvertUTF8toWide()
51 ConversionFlags flags = strictConversion; in ConvertUTF8toWide()
72 strictConversion); in ConvertCodePointToUTF8()
123 ConvertUTF16toUTF8(&Src, SrcEnd, &Dst, DstEnd, strictConversion); in convertUTF16ToUTF8String()
168 ConvertUTF8toUTF16(&Src, SrcEnd, &Dst, DstEnd, strictConversion); in convertUTF8ToUTF16String()
238 strictConversion) == conversionOK) { in convertWideToUTF8()
H A DUnicode.cpp364 Target + 1, strictConversion)) in columnWidthUTF8()
H A DDJB.cpp44 Storage.end(), strictConversion); in toUTF8()
H A DJSON.cpp704 strictConversion); in fixUTF8()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h134 strictConversion = 0, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp183 &buffer_for_conversion, buffer_end, &codepoint, llvm::strictConversion); in GetPrintableImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp129 &begin, cp_end, &cptr, cptr + 1, llvm::strictConversion); in printableTextForNextCharacter()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1338 &buffer_begin, buffer_end, llvm::strictConversion); in CharLiteralParser()
H A DLexer.cpp1640 llvm::strictConversion); in tryConsumeIdentifierUTF8Char()
3965 llvm::strictConversion); in LexTokenInternal()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1053 &ToPtr, ToPtr + NumU8CodeUnits, llvm::strictConversion); in GenerateConstantString()
H A DCodeGenModule.cpp5044 ToPtr + NumBytes, llvm::strictConversion); in GetConstantCFStringEntry()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6110 ToPtr + NumBytes, llvm::strictConversion); in CheckObjCString()
8301 llvm::convertUTF8Sequence(B, E, &CodePoint, llvm::strictConversion); in HandleInvalidConversionSpecifier()