Searched refs:isComplexType (Results 1 – 10 of 10) sorted by relevance
264 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
1500 bool isComplexType() const; // C99 6.2.5p11 (complex)
1956 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
763 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()865 bool LHSComplexFloat = LHSType->isComplexType(); in handleComplexFloatConversion()866 bool RHSComplexFloat = RHSType->isComplexType(); in handleComplexFloatConversion()1115 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()8895 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
3624 if (!OldTy->getAs<BuiltinType>() && !OldTy->isComplexType()) in handleModeAttr()3630 if (!OldTy->isComplexType()) in handleModeAttr()
1588 } else if (FromType->isAnyComplexType() && ToType->isComplexType()) { in IsStandardConversion()
410 bool Type::isComplexType() const { in isComplexType() function in Type
4160 else if (ArgTy->isComplexType()) in EvaluateBuiltinClassifyType()6120 if (E->getType()->isComplexType()) { in VisitInitListExpr()
4118 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
4368 if (Ty->isComplexType()) in HandleAggregates()