Searched refs:isComplexType (Results 1 – 10 of 10) sorted by relevance
264 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
1510 bool isComplexType() const; // C99 6.2.5p11 (complex)
2129 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
895 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()997 bool LHSComplexFloat = LHSType->isComplexType(); in handleComplexFloatConversion()998 bool RHSComplexFloat = RHSType->isComplexType(); in handleComplexFloatConversion()1247 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()9608 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
3560 if (!OldTy->getAs<BuiltinType>() && !OldTy->isComplexType()) in handleModeAttr()3566 if (!OldTy->isComplexType()) in handleModeAttr()
1439 if (qual_type->isComplexType()) in GetTypeClass()1874 if (qual_type->isComplexType()) in GetEncoding()2017 if (qual_type->isComplexType()) in GetFormat()
398 bool Type::isComplexType() const { in isComplexType() function in Type
5848 else if (ArgTy->isComplexType()) in EvaluateBuiltinClassifyType()7825 if (E->getType()->isComplexType()) { in VisitInitListExpr()
4263 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
4828 if (Ty->isComplexType()) in HandleAggregates()