Searched refs:getWIntType (Results 1 – 5 of 5) sorted by relevance
678 TI.getTypeWidth(TI.getWIntType()), TI, Builder); in InitializePredefinedMacros()702 DefineType("__WINT_TYPE__", TI.getWIntType(), Builder); in InitializePredefinedMacros()703 DefineTypeWidth("__WINT_WIDTH__", TI.getWIntType(), TI, Builder); in InitializePredefinedMacros()732 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
371 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType()441 Res = C.getWIntType(); in getRepresentativeType()
227 IntType getWIntType() const { return WIntType; } in getWIntType() function
1350 QualType getWIntType() const { return WIntTy; } in getWIntType() function
1043 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()