Home
last modified time | relevance | path

Searched refs:isPromotableIntegerType (Results 1 – 12 of 12) 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/clang/include/clang/AST/
DCanonicalType.h292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
DType.h1915 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
/external/clang/lib/Analysis/
DFormatString.cpp399 argTy->isPromotableIntegerType() in matchesType()
/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()
DSemaOverload.cpp1841 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && in IsIntegralPromotion()
DSemaDecl.cpp14856 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()