Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp409 return (Ty->isPromotableIntegerType() ? in classifyArgumentType()
424 return (RetTy->isPromotableIntegerType() ? in classifyReturnType()
480 return (Ty->isPromotableIntegerType() ? in classifyArgumentType()
496 return (RetTy->isPromotableIntegerType() ? in classifyReturnType()
885 return (RetTy->isPromotableIntegerType() ? in classifyReturnType()
1114 if (Ty->isPromotableIntegerType()) { in classifyArgumentType()
2058 return (Ty->isPromotableIntegerType() ? in getIndirectReturnResult()
2091 return (Ty->isPromotableIntegerType() ? in getIndirectResult()
2461 RetTy->isPromotableIntegerType()) in classifyReturnType()
2607 Ty->isPromotableIntegerType()) in classifyArgumentType()
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h292 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
H A DType.h1771 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DFormatString.cpp366 argTy->isPromotableIntegerType() in matchesType()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1312 bool Type::isPromotableIntegerType() const { in isPromotableIntegerType() function in Type
H A DASTContext.cpp4522 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()
7056 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp712 if (Ty->isPromotableIntegerType()) { in UsualUnaryConversions()
1212 if (LHSType->isPromotableIntegerType()) in UsualArithmeticConversions()
7444 if (LHSTy->isPromotableIntegerType()) in CheckAdditionOperands()
10947 if (TInfo->getType()->isPromotableIntegerType()) { in BuildVAArgExpr()
H A DSemaType.cpp2953 if (ParamTy->isPromotableIntegerType()) { in GetFullTypeForDeclarator()
H A DSemaInit.cpp2197 if (CharTy->isPromotableIntegerType()) in CheckDesignatedInitializer()
H A DSemaOverload.cpp1704 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() && in IsIntegralPromotion()
H A DSemaDecl.cpp13612 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()