Searched refs:isComplexType (Results 1 – 9 of 9) sorted by relevance
264 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
1510 bool isComplexType() const; // C99 6.2.5p11 (complex)
2124 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
894 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()996 bool LHSComplexFloat = LHSType->isComplexType(); in handleComplexFloatConversion()997 bool RHSComplexFloat = RHSType->isComplexType(); in handleComplexFloatConversion()1246 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()9421 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
3579 if (!OldTy->getAs<BuiltinType>() && !OldTy->isComplexType()) in handleModeAttr()3585 if (!OldTy->isComplexType()) in handleModeAttr()
394 bool Type::isComplexType() const { in isComplexType() function in Type
5750 else if (ArgTy->isComplexType()) in EvaluateBuiltinClassifyType()7666 if (E->getType()->isComplexType()) { in VisitInitListExpr()
4252 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
4658 if (Ty->isComplexType()) in HandleAggregates()