Searched refs:isComplexType (Results 1 – 12 of 12) sorted by relevance
232 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in canReasonAbout()
307 T->isComplexType() || T->isVectorType(); in isCompoundType()
278 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
1929 bool isComplexType() const; // C99 6.2.5p11 (complex)
2466 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
948 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()1298 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()12962 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
3994 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()4001 if (!OldElemTy->isComplexType()) in AddModeAttr()
3186 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()4387 if (qual_type->isComplexType()) in GetTypeClass()5260 if (qual_type->isComplexType()) in GetEncoding()5441 if (qual_type->isComplexType()) in GetFormat()
481 bool Type::isComplexType() const { in isComplexType() function in Type
5574 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
10631 if (E->getType()->isComplexType()) { in VisitInitListExpr()
6930 if (Ty->isComplexType()) in HandleAggregates()