Searched refs:isComplexType (Results 1 – 9 of 9) sorted by relevance
263 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
1614 bool isComplexType() const; // C99 6.2.5p11 (complex)
2208 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
3407 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType()) in handleModeAttr()3413 if (!OldElemTy->isComplexType()) in handleModeAttr()
1001 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()1305 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()10843 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
397 bool Type::isComplexType() const { in isComplexType() function in Type
6225 else if (ArgTy->isComplexType()) in EvaluateBuiltinClassifyType()8593 if (E->getType()->isComplexType()) { in VisitInitListExpr()
4595 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
6024 if (Ty->isComplexType()) in HandleAggregates()