Home
last modified time | relevance | path

Searched refs:SignedChar (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp106 case SignedChar: return "signed char"; in getTypeName()
124 case SignedChar: in getTypeConstantSuffix()
147 case SignedChar: in getTypeFormatModifier()
165 case SignedChar: in getTypeWidth()
181 return IsSigned ? SignedChar : UnsignedChar; in getIntTypeByWidth()
196 return IsSigned ? SignedChar : UnsignedChar; in getLeastIntTypeByWidth()
234 case SignedChar: in getTypeAlign()
252 case SignedChar: in isTypeSigned()
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h112 SignedChar, enumerator
232 case SignedChar: in getCorrespondingUnsignedType()
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp635 DefineTypeSize("__SCHAR_MAX__", TargetInfo::SignedChar, TI, Builder); in InitializePredefinedMacros()
718 DefineExactWidthIntType(TargetInfo::SignedChar, TI, Builder); in InitializePredefinedMacros()
734 DefineExactWidthIntTypeSize(TargetInfo::SignedChar, TI, Builder); in InitializePredefinedMacros()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6396 case TargetInfo::SignedChar: return SignedCharTy; in getFromTargetType()