Searched refs:isComplexType (Results 1 – 9 of 9) sorted by relevance
263 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
1646 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()
397 bool Type::isComplexType() const { in isComplexType() function in Type
4650 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
8896 if (E->getType()->isComplexType()) { in VisitInitListExpr()
6282 if (Ty->isComplexType()) in HandleAggregates()