Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp410 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 …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DFormatString.cpp364 argTy->isPromotableIntegerType() in matchesType()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DCanonicalType.h293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
DType.h1745 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DType.cpp1301 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
DASTContext.cpp4368 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()
7076 if (argTy->isPromotableIntegerType() || in mergeFunctionTypes()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp688 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()
1232 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()
7113 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()
10533 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
DSemaType.cpp2980 if (ArgTy->isPromotableIntegerType()) { in GetFullTypeForDeclarator()
DSemaInit.cpp2112 if (CharTy->isPromotableIntegerType()) in CheckDesignatedInitializer()
DSemaOverload.cpp1738 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && in IsIntegralPromotion()
DSemaDecl.cpp12740 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()