Searched refs:getWIntType (Results 1 – 6 of 6) sorted by relevance
711 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros()735 DefineType("__WINT_TYPE__", TI.getWIntType(), Builder); in InitializePredefinedMacros()736 DefineTypeWidth("__WINT_WIDTH__", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros()765 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
402 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType()472 Res = C.getWIntType(); in getRepresentativeType()
238 IntType getWIntType() const { return WIntType; } in getWIntType() function
1360 QualType getWIntType() const { return WIntTy; } in getWIntType() function
1748 WIntType = HostTarget->getWIntType(); in NVPTXTargetInfo()
1043 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()