Searched refs:UnsignedChar (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 236 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 D | XCore.h | 36 WCharType = UnsignedChar; in XCoreTargetInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitNonSemanticDI.cpp | 64 UnsignedChar = 7 enumerator 285 AttributeEncoding = BaseTypeAttributeEncoding::UnsignedChar; in emitGlobalDI()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 149 UnsignedChar, enumerator 436 return UnsignedChar; in getCorrespondingUnsignedType()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 1196 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 D | googletest-printers-test.cc | 389 TEST(PrintCharTest, UnsignedChar) { in TEST() argument 704 TEST(PrintCharPointerTest, UnsignedChar) { in TEST() argument
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 10418 case TargetInfo::UnsignedChar: return UnsignedCharTy; in getFromTargetType()
|