Searched refs:SignedChar (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | TargetInfo.cpp | 212 case SignedChar: return "signed char"; in getTypeName() 230 case SignedChar: in getTypeConstantSuffix() 255 case SignedChar: in getTypeFormatModifier() 273 case SignedChar: in getTypeWidth() 289 return IsSigned ? SignedChar : UnsignedChar; in getIntTypeByWidth() 304 return IsSigned ? SignedChar : UnsignedChar; in getLeastIntTypeByWidth() 355 case SignedChar: in getTypeAlign() 373 case SignedChar: in isTypeSigned() 399 case 1: WCharType = Opts.WCharIsSigned ? SignedChar : UnsignedChar; break; in adjust()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | AVR.h | 57 SigAtomicType = SignedChar; in AVRTargetInfo()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 144 SignedChar, enumerator 418 case SignedChar: in getCorrespondingUnsignedType()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 1119 DefineTypeSize("__SCHAR_MAX__", TargetInfo::SignedChar, TI, Builder); in InitializePredefinedMacros() 1256 DefineExactWidthIntType(LangOpts, TargetInfo::SignedChar, TI, Builder); in InitializePredefinedMacros() 1272 DefineExactWidthIntTypeSize(TargetInfo::SignedChar, TI, Builder); in InitializePredefinedMacros()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 376 TEST(PrintCharTest, SignedChar) { in TEST() argument 678 TEST(PrintCharPointerTest, SignedChar) { in TEST() argument
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 9788 case TargetInfo::SignedChar: return SignedCharTy; in getFromTargetType()
|