Searched refs:isComplexType (Results 1 – 21 of 21) sorted by relevance
32 if (T->isFloatingType() && !T->isComplexType()) in toEquivClass()
257 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
263 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
1646 bool isComplexType() const; // C99 6.2.5p11 (complex)
279 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
1987 bool isComplexType() const; // C99 6.2.5p11 (complex)
2322 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
3516 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()3523 if (!OldElemTy->isComplexType()) in AddModeAttr()
1013 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()1364 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()11375 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
2679 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
1037 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()1549 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()14615 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
4169 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()4176 if (!OldElemTy->isComplexType()) in AddModeAttr()
2980 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()4042 if (qual_type->isComplexType()) in GetTypeClass()4918 if (qual_type->isComplexType()) in GetEncoding()5077 if (qual_type->isComplexType()) in GetFormat()
7731 if (Ty->isComplexType()) in HandleAggregates()10355 if (RetTy->isComplexType() && FLen) { in computeInfo()10597 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()10605 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()
397 bool Type::isComplexType() const { in isComplexType() function in Type
4650 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
8896 if (E->getType()->isComplexType()) { in VisitInitListExpr()
601 bool Type::isComplexType() const { in isComplexType() function in Type
6182 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
14270 if (E->getType()->isComplexType()) { in VisitInitListExpr()
6282 if (Ty->isComplexType()) in HandleAggregates()