Searched refs:isComplexType (Results 1 – 10 of 10) 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)
2797 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
1034 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()1546 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()14734 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
4230 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()4237 if (!OldElemTy->isComplexType()) in AddModeAttr()
7817 if (Ty->isComplexType()) in HandleAggregates()10517 if (RetTy->isComplexType() && FLen) { in computeInfo()10759 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()10767 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()
601 bool Type::isComplexType() const { in isComplexType() function in Type
6251 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
14278 if (E->getType()->isComplexType()) { in VisitInitListExpr()