Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp164 if (getContext().isPromotableIntegerType(Ty)) in isPromotableIntegerTypeForABI()
H A DCGExprScalar.cpp180 if (!Ctx.isPromotableIntegerType(BaseTy) || in getUnwidenedIntegerType()
3136 if (CGF.getContext().isPromotableIntegerType(type)) { in EmitScalarPrePostIncDec()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h698 if (Ctx.isPromotableIntegerType(LTy)) { in doIntTypeConversion()
705 if (Ctx.isPromotableIntegerType(RTy)) { in doIntTypeConversion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp542 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType()
H A DASTContext.cpp1979 bool ASTContext::isPromotableIntegerType(QualType T) const { in isPromotableIntegerType() function in ASTContext
8209 assert(isPromotableIntegerType(Promotable)); in getPromotedIntegerType()
11525 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/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp435 if (cgf.getContext().isPromotableIntegerType(type)) { in emitScalarPrePostIncDec()
1270 if (!astContext.isPromotableIntegerType(baseTy) || in getUnwidenedIntegerType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2648 bool isPromotableIntegerType(QualType T) const; // C99 6.3.1.1p2
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp863 if (Context.isPromotableIntegerType(Ty)) { in UsualUnaryConversions()
1675 if (Context.isPromotableIntegerType(LHSType)) in UsualArithmeticConversions()
11239 if (Context.isPromotableIntegerType(LHSTy)) in CheckAdditionOperands()
12297 if (S.Context.isPromotableIntegerType(IntType)) in checkArithmeticOrEnumeralThreeWayCompare()
15637 if (!Ctx.isPromotableIntegerType(T)) in isOverflowingIntegerType()
16752 if (Context.isPromotableIntegerType(TInfo->getType())) { in BuildVAArgExpr()
H A DSemaDecl.cpp17656 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()
18296 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()
20460 if (Context.isPromotableIntegerType(BestType)) in ActOnEnumBody()
H A DSemaTemplateInstantiateDecl.cpp2046 SemaRef.Context.isPromotableIntegerType(UnderlyingType) in VisitEnumDecl()
H A DSemaChecking.cpp5171 if (!Context.isPromotableIntegerType(Type)) in BuiltinVAStart()
8170 S.Context.isPromotableIntegerType(From) && in isArithmeticArgumentPromotion()
H A DSemaInit.cpp3292 if (Context.isPromotableIntegerType(CharTy)) in CheckDesignatedInitializer()
H A DSemaType.cpp5244 if (Context.isPromotableIntegerType(ParamTy)) { in GetFullTypeForDeclarator()
H A DSemaOverload.cpp2632 if (Context.isPromotableIntegerType(FromType) && !FromType->isBooleanType() && in IsIntegralPromotion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10900 {"_ZNK5clang4Type23isPromotableIntegerTypeEv", "clang::Type::isPromotableIntegerType() const"},