Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h657 if (LTy->isPromotableIntegerType()) { in doIntTypeConversion()
664 if (RTy->isPromotableIntegerType()) { in doIntTypeConversion()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp449 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType()
H A DType.cpp2734 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
H A DASTContext.cpp6397 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()
9577 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp786 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()
1521 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()
10693 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()
11583 if (IntType->isPromotableIntegerType()) in checkArithmeticOrEnumeralThreeWayCompare()
14638 if (!T->isPromotableIntegerType()) in isOverflowingIntegerType()
15719 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
H A DSemaChecking.cpp6020 if (!Type->isPromotableIntegerType()) in SemaBuiltinVAStart()
8750 From->isPromotableIntegerType() && in isArithmeticArgumentPromotion()
H A DSemaType.cpp5268 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.cpp18212 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp166 if (!BaseTy->isPromotableIntegerType() || in getUnwidenedIntegerType()
2520 if (type->isPromotableIntegerType()) { in EmitScalarPrePostIncDec()
H A DTargetInfo.cpp104 if (Ty->isPromotableIntegerType()) in isPromotableIntegerTypeForABI()
4491 if (Ty->isPromotableIntegerType()) in isPromotableTypeForABI()