Searched refs:isPromotableIntegerType (Results 1 – 12 of 12) sorted by relevance
633 return (Ty->isPromotableIntegerType() ? in classifyArgumentType()648 return (RetTy->isPromotableIntegerType() ? in classifyReturnType()796 return (Ty->isPromotableIntegerType() ? in classifyArgumentType()812 return (RetTy->isPromotableIntegerType() ? in classifyReturnType()1307 return (RetTy->isPromotableIntegerType() ? in classifyReturnType()1574 if (Ty->isPromotableIntegerType()) { in classifyArgumentType()2661 return (Ty->isPromotableIntegerType() ? in getIndirectReturnResult()2694 return (Ty->isPromotableIntegerType() ? in getIndirectResult()3064 RetTy->isPromotableIntegerType()) in classifyReturnType()3210 Ty->isPromotableIntegerType()) in classifyArgumentType()[all …]
292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
1915 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
399 argTy->isPromotableIntegerType() in matchesType()
2320 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
4773 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()7588 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()
797 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()1344 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()8418 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()12300 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
4254 if (ParamTy->isPromotableIntegerType()) { in GetFullTypeForDeclarator()
2486 if (CharTy->isPromotableIntegerType()) in CheckDesignatedInitializer()
3188 Type->isPromotableIntegerType() || in SemaBuiltinVAStartImpl()
1841 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && in IsIntegralPromotion()
14856 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()