Searched refs:isPromotableIntegerType (Results 1 – 11 of 11) sorted by relevance
409 return (Ty->isPromotableIntegerType() ? in classifyArgumentType()424 return (RetTy->isPromotableIntegerType() ? in classifyReturnType()480 return (Ty->isPromotableIntegerType() ? in classifyArgumentType()496 return (RetTy->isPromotableIntegerType() ? in classifyReturnType()885 return (RetTy->isPromotableIntegerType() ? in classifyReturnType()1114 if (Ty->isPromotableIntegerType()) { in classifyArgumentType()2058 return (Ty->isPromotableIntegerType() ? in getIndirectReturnResult()2091 return (Ty->isPromotableIntegerType() ? in getIndirectResult()2461 RetTy->isPromotableIntegerType()) in classifyReturnType()2607 Ty->isPromotableIntegerType()) in classifyArgumentType()[all …]
292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
1771 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
366 argTy->isPromotableIntegerType() in matchesType()
1312 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
4522 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()7056 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()
712 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()1212 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()7444 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()10947 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
2953 if (ParamTy->isPromotableIntegerType()) { in GetFullTypeForDeclarator()
2197 if (CharTy->isPromotableIntegerType()) in CheckDesignatedInitializer()
1704 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && in IsIntegralPromotion()
13612 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()