Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp633 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 …]
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h657 if (LTy->isPromotableIntegerType()) { in doIntTypeConversion()
664 if (RTy->isPromotableIntegerType()) { in doIntTypeConversion()
/external/clang/include/clang/AST/
DCanonicalType.h292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
DType.h1915 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h308 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
DType.h2333 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
/external/clang/lib/Analysis/
DFormatString.cpp399 argTy->isPromotableIntegerType() in matchesType()
/external/llvm-project/clang/lib/AST/
DFormatString.cpp449 QualType PromoArg = argTy->isPromotableIntegerType() in matchesType()
DType.cpp2730 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
DASTContext.cpp6328 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()
9463 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp166 if (!BaseTy->isPromotableIntegerType() || in getUnwidenedIntegerType()
2443 if (type->isPromotableIntegerType()) { in EmitScalarPrePostIncDec()
DTargetInfo.cpp102 if (Ty->isPromotableIntegerType()) in isPromotableIntegerTypeForABI()
4491 if (Ty->isPromotableIntegerType()) in isPromotableTypeForABI()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp802 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()
1524 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()
10584 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()
11470 if (IntType->isPromotableIntegerType()) in checkArithmeticOrEnumeralThreeWayCompare()
14519 if (!T->isPromotableIntegerType()) in isOverflowingIntegerType()
15600 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
DSemaChecking.cpp5817 if (!Type->isPromotableIntegerType()) in SemaBuiltinVAStart()
8547 From->isPromotableIntegerType() && in isArithmeticArgumentPromotion()
DSemaType.cpp5227 if (ParamTy->isPromotableIntegerType()) { in GetFullTypeForDeclarator()
DSemaInit.cpp2880 if (CharTy->isPromotableIntegerType()) in CheckDesignatedInitializer()
DSemaOverload.cpp2074 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && in IsIntegralPromotion()
DSemaDecl.cpp18081 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()
/external/clang/lib/AST/
DType.cpp2320 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
DASTContext.cpp4773 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()
7588 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()
/external/clang/lib/Sema/
DSemaExpr.cpp797 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()
1344 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()
8418 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()
12300 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
DSemaType.cpp4254 if (ParamTy->isPromotableIntegerType()) { in GetFullTypeForDeclarator()
DSemaInit.cpp2486 if (CharTy->isPromotableIntegerType()) in CheckDesignatedInitializer()
DSemaChecking.cpp3188 Type->isPromotableIntegerType() || in SemaBuiltinVAStartImpl()
DSemaDecl.cpp14856 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()