Searched refs:isComplexType (Results 1 – 9 of 9) sorted by relevance
263 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
1531 bool isComplexType() const; // C99 6.2.5p11 (complex)
2167 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
3075 if (!OldTy->getAs<BuiltinType>() && !OldTy->isComplexType()) in handleModeAttr()3081 if (!OldTy->isComplexType()) in handleModeAttr()
928 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()1227 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()10036 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
399 bool Type::isComplexType() const { in isComplexType() function in Type
6096 else if (ArgTy->isComplexType()) in EvaluateBuiltinClassifyType()8216 if (E->getType()->isComplexType()) { in VisitInitListExpr()
4401 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
5632 if (Ty->isComplexType()) in HandleAggregates()