Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp164 if (getContext().isPromotableIntegerType(Ty)) in isPromotableIntegerTypeForABI()
H A DCGExprScalar.cpp176 if (!Ctx.isPromotableIntegerType(BaseTy) || in getUnwidenedIntegerType()
2883 if (CGF.getContext().isPromotableIntegerType(type)) { in EmitScalarPrePostIncDec()
/freebsd/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/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp557 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType()
H A DASTContext.cpp1825 bool ASTContext::isPromotableIntegerType(QualType T) const { in isPromotableIntegerType() function in ASTContext
7613 assert(isPromotableIntegerType(Promotable)); in getPromotedIntegerType()
10952 if (isPromotableIntegerType(paramTy) || in mergeFunctionTypes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp160 if (getContext().isPromotableIntegerType(Ty)) in isPromotableTypeForABI()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2466 bool isPromotableIntegerType(QualType T) const; // C99 6.3.1.1p2
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp849 if (Context.isPromotableIntegerType(Ty)) { in UsualUnaryConversions()
1574 if (Context.isPromotableIntegerType(LHSType)) in UsualArithmeticConversions()
10957 if (Context.isPromotableIntegerType(LHSTy)) in CheckAdditionOperands()
11950 if (S.Context.isPromotableIntegerType(IntType)) in checkArithmeticOrEnumeralThreeWayCompare()
15271 if (!Ctx.isPromotableIntegerType(T)) in isOverflowingIntegerType()
16382 if (Context.isPromotableIntegerType(TInfo->getType())) { in BuildVAArgExpr()
H A DSemaDecl.cpp17152 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()
17785 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()
19919 if (Context.isPromotableIntegerType(BestType)) in ActOnEnumBody()
H A DSemaChecking.cpp4717 if (!Context.isPromotableIntegerType(Type)) in BuiltinVAStart()
7209 S.Context.isPromotableIntegerType(From) && in isArithmeticArgumentPromotion()
H A DSemaType.cpp5166 if (Context.isPromotableIntegerType(ParamTy)) { in GetFullTypeForDeclarator()
H A DSemaInit.cpp3210 if (Context.isPromotableIntegerType(CharTy)) in CheckDesignatedInitializer()
H A DSemaOverload.cpp2455 if (Context.isPromotableIntegerType(FromType) && !FromType->isBooleanType() && in IsIntegralPromotion()