Searched refs:UnsignedChar (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DXCore.h37 WCharType = UnsignedChar;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp162 case UnsignedChar: return "unsigned char";
184 case UnsignedChar:
205 case UnsignedChar: return "hh";
223 case UnsignedChar: return getCharWidth();
238 return IsSigned ? SignedChar : UnsignedChar;
253 return IsSigned ? SignedChar : UnsignedChar;
294 case UnsignedChar: return getCharAlign();
317 case UnsignedChar:
337 case 1: WCharType = Opts.WCharIsSigned ? SignedChar : UnsignedChar; break;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h110 UnsignedChar, enumerator in enum:clang::TransferrableTargetInfo::IntType
314 return UnsignedChar;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp904 DefineExactWidthIntType(TargetInfo::UnsignedChar, TI, Builder);
905 DefineExactWidthIntTypeSize(TargetInfo::UnsignedChar, TI, Builder);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8043 case TargetInfo::UnsignedChar: return UnsignedCharTy;

Completed in 1422 milliseconds