Searched refs:getTypeWidth (Results 1 – 6 of 6) sorted by relevance
200 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty))); in DefineTypeWidth()222 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntType()247 int TypeWidth = TI.getTypeWidth(Ty); in DefineExactWidthIntTypeSize()902 if (TI.getTypeWidth(TI.getWCharType()) >= 32) { in InitializePredefinedMacros()994 TI.getTypeWidth(TI.getSizeType()), TI, Builder); in InitializePredefinedMacros()996 TI.getTypeWidth(TI.getWCharType()), TI, Builder); in InitializePredefinedMacros()998 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros()1027 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros()1028 TI.getTypeWidth(TI.getIntPtrType()) && in InitializePredefinedMacros()1030 assert(TI.getTypeWidth(TI.getUIntMaxType()) == in InitializePredefinedMacros()[all …]
397 unsigned getTypeWidth(IntType T) const;668 unsigned getWCharWidth() const { return getTypeWidth(WCharType); } in getWCharWidth()673 unsigned getChar16Width() const { return getTypeWidth(Char16Type); } in getChar16Width()678 unsigned getChar32Width() const { return getTypeWidth(Char32Type); } in getChar32Width()796 return getTypeWidth(IntMaxType); in getIntMaxTWidth()
229 MPI.Width = Target.getTypeWidth(PtrDiff); in getMemberPointerInfo()
242 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() function in TargetInfo
1019 unsigned SizeTypeWidth = TI.getTypeWidth(TI.getSizeType()); in checkFortifiedBuiltinMemoryFunction()3983 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64; in CheckPPCBuiltinFunctionCall()
4052 unsigned SizeTSize = Context.getTargetInfo().getTypeWidth( in ActOnNumericConstant()