Searched refs:isComplexType (Results 1 – 11 of 11) sorted by relevance
256 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
277 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
1995 bool isComplexType() const; // C99 6.2.5p11 (complex)
2588 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
991 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()1487 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()13673 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
4067 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()4074 if (!OldElemTy->isComplexType()) in AddModeAttr()
7137 if (Ty->isComplexType()) in HandleAggregates()9437 if (RetTy->isComplexType() && FLen) { in computeInfo()9680 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()9688 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()
2813 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()3850 if (qual_type->isComplexType()) in GetTypeClass()4672 if (qual_type->isComplexType()) in GetEncoding()4823 if (qual_type->isComplexType()) in GetFormat()
533 bool Type::isComplexType() const { in isComplexType() function in Type
5872 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
13370 if (E->getType()->isComplexType()) { in VisitInitListExpr()