Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp212 case UnsignedChar: return "unsigned char"; in getTypeName()
234 case UnsignedChar: in getTypeConstantSuffix()
255 case UnsignedChar: return "hh"; in getTypeFormatModifier()
273 case UnsignedChar: return getCharWidth(); in getTypeWidth()
288 return IsSigned ? SignedChar : UnsignedChar; in getIntTypeByWidth()
303 return IsSigned ? SignedChar : UnsignedChar; in getLeastIntTypeByWidth()
355 case UnsignedChar: return getCharAlign(); in getTypeAlign()
378 case UnsignedChar: in isTypeSigned()
398 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/clang/include/clang/Basic/
H A DTargetInfo.h139 UnsignedChar, enumerator
410 return UnsignedChar; in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1136 DefineExactWidthIntType(TargetInfo::UnsignedChar, TI, Builder); in InitializePredefinedMacros()
1137 DefineExactWidthIntTypeSize(TargetInfo::UnsignedChar, TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc377 TEST(PrintCharTest, UnsignedChar) { in TEST() argument
689 TEST(PrintCharPointerTest, UnsignedChar) { in TEST() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9329 case TargetInfo::UnsignedChar: return UnsignedCharTy; in getFromTargetType()