Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1725 if (Ty->isPromotableIntegerType()) { in classifyArgumentType()
3296 RetTy->isPromotableIntegerType()) in classifyReturnType()
3441 Ty->isPromotableIntegerType()) in classifyArgumentType()
4487 if (Ty->isPromotableIntegerType()) in isPromotableTypeForABI()
5108 return (Ty->isPromotableIntegerType() && isDarwinPCS() in classifyArgumentType()
6427 bool isPromotableIntegerType(QualType Ty) const;
6469 if (Ty->isPromotableIntegerType()) in isPromotableIntegerType()
6728 if (isPromotableIntegerType(Ty)) in classifyArgumentType()
7107 if (RetTy->isPromotableIntegerType()) in classifyReturnType()
7536 if (Ty->isPromotableIntegerType()) { in classifyArgumentType()
[all …]
H A DCGExprScalar.cpp145 if (!BaseTy->isPromotableIntegerType() || in getUnwidenedIntegerType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h640 if (LTy->isPromotableIntegerType()) { in doIntTypeConversion()
647 if (RTy->isPromotableIntegerType()) { in doIntTypeConversion()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h307 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
H A DType.h2248 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DFormatString.cpp444 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType()
H A DType.cpp2455 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
H A DASTContext.cpp5707 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()
8657 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp719 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()
1278 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()
9312 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()
10186 if (IntType->isPromotableIntegerType()) in checkArithmeticOrEnumeralThreeWayCompare()
12865 if (!T->isPromotableIntegerType()) in isOverflowingIntegerType()
13899 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
H A DSemaChecking.cpp5443 if (!Type->isPromotableIntegerType()) in SemaBuiltinVAStart()
7782 From->isPromotableIntegerType() && in isArithmeticArgumentPromotion()
H A DSemaType.cpp4763 if (ParamTy->isPromotableIntegerType()) { in GetFullTypeForDeclarator()
H A DSemaInit.cpp2683 if (CharTy->isPromotableIntegerType()) in CheckDesignatedInitializer()
H A DSemaOverload.cpp1997 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && in IsIntegralPromotion()
H A DSemaDecl.cpp16743 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()