Searched refs:isComplexType (Results 1 – 12 of 12) sorted by relevance
31 if (T->isFloatingType() && !T->isComplexType()) in toEquivClass()
257 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
279 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
2068 bool isComplexType() const; // C99 6.2.5p11 (complex)
2835 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
795 return Ty->isComplexType() in UsualUnaryConversions()804 return Ty->isComplexType() in UsualUnaryConversions()1088 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()1582 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()15624 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
4611 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()4618 if (!OldElemTy->isComplexType()) in AddModeAttr()
7984 if (Ty->isComplexType()) in HandleAggregates()10902 if (RetTy->isComplexType() && FLen) { in computeInfo()11157 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()11165 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()11467 if (Ty->isFloatingType() && !Ty->isComplexType() && FLen >= Size && in classifyArgumentType()11475 if (Ty->isComplexType() && FLen && !isReturnType) { in classifyArgumentType()
2813 if (ArgType->isComplexType()) { in EmitBuiltinExpr()
3073 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()4150 if (qual_type->isComplexType()) in GetTypeClass()5079 if (qual_type->isComplexType()) in GetEncoding()5242 if (qual_type->isComplexType()) in GetFormat()
601 bool Type::isComplexType() const { in isComplexType() function in Type
14548 if (E->getType()->isComplexType()) { in VisitInitListExpr()