Searched refs:isPromotableIntegerType (Results 1 – 11 of 11) sorted by relevance
410 return (Ty->isPromotableIntegerType() ? in classifyArgumentType()425 return (RetTy->isPromotableIntegerType() ? in classifyReturnType()481 return (Ty->isPromotableIntegerType() ? in classifyArgumentType()497 return (RetTy->isPromotableIntegerType() ? in classifyReturnType()752 return (RetTy->isPromotableIntegerType() ? in classifyReturnType()955 if (Ty->isPromotableIntegerType()) { in classifyArgumentType()1742 return (Ty->isPromotableIntegerType() ? in getIndirectReturnResult()1775 return (Ty->isPromotableIntegerType() ? in getIndirectResult()2150 RetTy->isPromotableIntegerType()) in classifyReturnType()2294 Ty->isPromotableIntegerType()) in classifyArgumentType()[all …]
364 argTy->isPromotableIntegerType() in matchesType()
293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
1745 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
1301 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
4368 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()7076 if (argTy->isPromotableIntegerType() || in mergeFunctionTypes()
688 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()1232 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()7113 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()10533 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
2980 if (ArgTy->isPromotableIntegerType()) { in GetFullTypeForDeclarator()
2112 if (CharTy->isPromotableIntegerType()) in CheckDesignatedInitializer()
1738 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && in IsIntegralPromotion()
12740 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()