Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h657 if (LTy->isPromotableIntegerType()) { in doIntTypeConversion()
664 if (RTy->isPromotableIntegerType()) { in doIntTypeConversion()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h308 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
H A DType.h2341 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp449 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType()
H A DType.cpp2737 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
H A DASTContext.cpp6416 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()
9611 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp166 if (!BaseTy->isPromotableIntegerType() || in getUnwidenedIntegerType()
2528 if (type->isPromotableIntegerType()) { in EmitScalarPrePostIncDec()
H A DTargetInfo.cpp104 if (Ty->isPromotableIntegerType()) in isPromotableIntegerTypeForABI()
4494 if (Ty->isPromotableIntegerType()) in isPromotableTypeForABI()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp801 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()
1536 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()
10773 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()
11672 if (IntType->isPromotableIntegerType()) in checkArithmeticOrEnumeralThreeWayCompare()
14759 if (!T->isPromotableIntegerType()) in isOverflowingIntegerType()
15840 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
H A DSemaChecking.cpp6269 if (!Type->isPromotableIntegerType()) in SemaBuiltinVAStart()
9022 From->isPromotableIntegerType() && in isArithmeticArgumentPromotion()
H A DSemaType.cpp5301 if (ParamTy->isPromotableIntegerType()) { in GetFullTypeForDeclarator()
H A DSemaInit.cpp2909 if (CharTy->isPromotableIntegerType()) in CheckDesignatedInitializer()
H A DSemaOverload.cpp2074 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && in IsIntegralPromotion()
H A DSemaDecl.cpp18269 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()