Home
last modified time | relevance | path

Searched refs:UnsignedChar (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp236 case UnsignedChar: return "unsigned char"; in getTypeName()
258 case UnsignedChar: in getTypeConstantSuffix()
279 case UnsignedChar: return "hh"; in getTypeFormatModifier()
297 case UnsignedChar: return getCharWidth(); in getTypeWidth()
312 return IsSigned ? SignedChar : UnsignedChar; in getIntTypeByWidth()
327 return IsSigned ? SignedChar : UnsignedChar; in getLeastIntTypeByWidth()
379 case UnsignedChar: return getCharAlign(); in getTypeAlign()
402 case UnsignedChar: in isTypeSigned()
423 case 1: WCharType = Opts.WCharIsSigned ? SignedChar : UnsignedChar; break; in adjust()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DXCore.h36 WCharType = UnsignedChar; in XCoreTargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitNonSemanticDI.cpp64 UnsignedChar = 7 enumerator
285 AttributeEncoding = BaseTypeAttributeEncoding::UnsignedChar; in emitGlobalDI()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h149 UnsignedChar, enumerator
436 return UnsignedChar; in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1196 DefineType("__CHAR8_TYPE__", TI.UnsignedChar, Builder); in InitializePredefinedMacros()
1291 DefineExactWidthIntType(LangOpts, TargetInfo::UnsignedChar, TI, Builder); in InitializePredefinedMacros()
1292 DefineExactWidthIntTypeSize(TargetInfo::UnsignedChar, TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc389 TEST(PrintCharTest, UnsignedChar) { in TEST() argument
704 TEST(PrintCharPointerTest, UnsignedChar) { in TEST() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10418 case TargetInfo::UnsignedChar: return UnsignedCharTy; in getFromTargetType()