Home
last modified time | relevance | path

Searched refs:isPromotableIntegerType (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp164 if (getContext().isPromotableIntegerType(Ty)) in isPromotableIntegerTypeForABI()
H A DCGExprScalar.cpp162 if (!Ctx.isPromotableIntegerType(BaseTy) || in getUnwidenedIntegerType()
2626 if (CGF.getContext().isPromotableIntegerType(type)) { in EmitScalarPrePostIncDec()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h681 if (Ctx.isPromotableIntegerType(LTy)) { in doIntTypeConversion()
688 if (Ctx.isPromotableIntegerType(RTy)) { in doIntTypeConversion()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp544 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType()
H A DASTContext.cpp1793 bool ASTContext::isPromotableIntegerType(QualType T) const { in isPromotableIntegerType() function in ASTContext
7157 assert(isPromotableIntegerType(Promotable)); in getPromotedIntegerType()
10479 if (isPromotableIntegerType(paramTy) || in mergeFunctionTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp159 if (getContext().isPromotableIntegerType(Ty)) in isPromotableTypeForABI()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2389 bool isPromotableIntegerType(QualType T) const; // C99 6.3.1.1p2
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp859 if (Context.isPromotableIntegerType(Ty)) { in UsualUnaryConversions()
1589 if (Context.isPromotableIntegerType(LHSType)) in UsualArithmeticConversions()
11947 if (Context.isPromotableIntegerType(LHSTy)) in CheckAdditionOperands()
12970 if (S.Context.isPromotableIntegerType(IntType)) in checkArithmeticOrEnumeralThreeWayCompare()
16275 if (!Ctx.isPromotableIntegerType(T)) in isOverflowingIntegerType()
17392 if (Context.isPromotableIntegerType(TInfo->getType())) { in BuildVAArgExpr()
H A DSemaDecl.cpp17350 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()
17980 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()
20249 if (Context.isPromotableIntegerType(BestType)) in ActOnEnumBody()
H A DSemaChecking.cpp9073 if (!Context.isPromotableIntegerType(Type)) in SemaBuiltinVAStart()
12011 S.Context.isPromotableIntegerType(From) && in isArithmeticArgumentPromotion()
H A DSemaInit.cpp3071 if (Context.isPromotableIntegerType(CharTy)) in CheckDesignatedInitializer()
H A DSemaType.cpp5598 if (Context.isPromotableIntegerType(ParamTy)) { in GetFullTypeForDeclarator()
H A DSemaOverload.cpp2306 if (Context.isPromotableIntegerType(FromType) && !FromType->isBooleanType() && in IsIntegralPromotion()