Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h679 if (LTy->isPromotableIntegerType()) { in doIntTypeConversion()
686 if (RTy->isPromotableIntegerType()) { in doIntTypeConversion()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCanonicalType.h308 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
H A DType.h2417 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
/llvm-project-15.0.7/clang/lib/AST/
H A DFormatString.cpp454 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType()
H A DType.cpp2780 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
H A DASTContext.cpp7044 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()
10238 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp162 if (!BaseTy->isPromotableIntegerType() || in getUnwidenedIntegerType()
2587 if (type->isPromotableIntegerType()) { in EmitScalarPrePostIncDec()
H A DTargetInfo.cpp110 if (Ty->isPromotableIntegerType()) in isPromotableIntegerTypeForABI()
4594 if (Ty->isPromotableIntegerType()) in isPromotableTypeForABI()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp840 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()
1562 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()
11252 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()
12271 if (IntType->isPromotableIntegerType()) in checkArithmeticOrEnumeralThreeWayCompare()
15519 if (!T->isPromotableIntegerType()) in isOverflowingIntegerType()
16608 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
H A DSemaDecl.cpp16287 ED->setPromotionType(EnumTy->isPromotableIntegerType() in ActOnTag()
16913 ED->setPromotionType(EnumTy->isPromotableIntegerType() in ActOnTag()
19019 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()
H A DSemaChecking.cpp7166 if (!Type->isPromotableIntegerType()) in SemaBuiltinVAStart()
10008 From->isPromotableIntegerType() && in isArithmeticArgumentPromotion()
H A DSemaType.cpp5393 if (ParamTy->isPromotableIntegerType()) { in GetFullTypeForDeclarator()
H A DSemaInit.cpp2937 if (CharTy->isPromotableIntegerType()) in CheckDesignatedInitializer()
H A DSemaOverload.cpp2075 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && in IsIntegralPromotion()