Searched refs:isComplexType (Results 1 – 12 of 12) sorted by relevance
257 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
279 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
1994 bool isComplexType() const; // C99 6.2.5p11 (complex)
2814 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
4321 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()4328 if (!OldElemTy->isComplexType()) in AddModeAttr()
1049 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()1556 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()14855 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
3049 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()4125 if (qual_type->isComplexType()) in GetTypeClass()5045 if (qual_type->isComplexType()) in GetEncoding()5204 if (qual_type->isComplexType()) in GetFormat()
7836 if (Ty->isComplexType()) in HandleAggregates()10563 if (RetTy->isComplexType() && FLen) { in computeInfo()10805 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()10813 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()
2885 if (ArgType->isComplexType()) { in EmitBuiltinExpr()
601 bool Type::isComplexType() const { in isComplexType() function in Type
6270 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
14316 if (E->getType()->isComplexType()) { in VisitInitListExpr()