reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 2290   bool isPromotableIntegerType() const; // C99 6.3.1.1p2

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  653     if (LTy->isPromotableIntegerType()) {
  660     if (RTy->isPromotableIntegerType()) {
tools/clang/lib/AST/ASTContext.cpp
 5847   assert(Promotable->isPromotableIntegerType());
 8804       if (paramTy->isPromotableIntegerType() ||
tools/clang/lib/AST/FormatString.cpp
  450       QualType PromoArg = argTy->isPromotableIntegerType()
tools/clang/lib/CodeGen/CGExprScalar.cpp
  160   if (!BaseTy->isPromotableIntegerType() ||
tools/clang/lib/CodeGen/TargetInfo.cpp
  701   return (Ty->isPromotableIntegerType() ? ABIArgInfo::getExtend(Ty)
  716   return (RetTy->isPromotableIntegerType() ? ABIArgInfo::getExtend(RetTy)
  903   return (Ty->isPromotableIntegerType() ? ABIArgInfo::getExtend(Ty)
  919   return (RetTy->isPromotableIntegerType() ? ABIArgInfo::getExtend(RetTy)
 1460   return (RetTy->isPromotableIntegerType() ? ABIArgInfo::getExtend(RetTy)
 1731   if (Ty->isPromotableIntegerType()) {
 2911     return (Ty->isPromotableIntegerType() ? ABIArgInfo::getExtend(Ty)
 2949     return (Ty->isPromotableIntegerType() ? ABIArgInfo::getExtend(Ty)
 3332           RetTy->isPromotableIntegerType())
 3477           Ty->isPromotableIntegerType())
 4519   if (Ty->isPromotableIntegerType())
 5140     return (Ty->isPromotableIntegerType() && isDarwinPCS()
 5216     return (RetTy->isPromotableIntegerType() && isDarwinPCS()
 5895     return (Ty->isPromotableIntegerType() ? ABIArgInfo::getExtend(Ty)
 6101     return RetTy->isPromotableIntegerType() ? ABIArgInfo::getExtend(RetTy)
 6427   return (RetTy->isPromotableIntegerType() ? ABIArgInfo::getExtend(RetTy)
 6440   return (Ty->isPromotableIntegerType() ? ABIArgInfo::getExtend(Ty)
 6590   if (Ty->isPromotableIntegerType())
 7225   if (RetTy->isPromotableIntegerType())
 7475     return (Ty->isPromotableIntegerType() ? ABIArgInfo::getExtend(Ty)
 7513     return (RetTy->isPromotableIntegerType() ? ABIArgInfo::getExtend(RetTy)
 7654   if (Ty->isPromotableIntegerType()) {
 8572   return Ty->isPromotableIntegerType() ?
tools/clang/lib/Sema/SemaChecking.cpp
 5651              if (!Type->isPromotableIntegerType())
 8276       From->isPromotableIntegerType() &&
tools/clang/lib/Sema/SemaDecl.cpp
17428     if (BestType->isPromotableIntegerType())
tools/clang/lib/Sema/SemaExpr.cpp
  725     if (Ty->isPromotableIntegerType()) {
 1372   if (LHSType->isPromotableIntegerType())
 9665       if (LHSTy->isPromotableIntegerType())
10547     if (IntType->isPromotableIntegerType())
13444   if (!T->isPromotableIntegerType())
14526     if (TInfo->getType()->isPromotableIntegerType()) {
tools/clang/lib/Sema/SemaInit.cpp
 2866     if (CharTy->isPromotableIntegerType())
tools/clang/lib/Sema/SemaOverload.cpp
 2010   if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() &&
tools/clang/lib/Sema/SemaType.cpp
 4853             if (ParamTy->isPromotableIntegerType()) {