Searched refs:isComplexType (Results 1 – 15 of 15) sorted by relevance
99 if (Ty->isFloatingType() && !Ty->isComplexType() && FLen >= Size && in classifyArgumentType()107 if (Ty->isComplexType() && FLen && !isReturnType) { in classifyArgumentType()
76 if (RetTy->isComplexType() && FRLen) { in computeInfo()321 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()329 if (IsFixed && Ty->isComplexType() && FRLen && FARsLeft >= 2) { in classifyArgumentType()
82 if (RetTy->isComplexType() && FLen) { in computeInfo()372 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()380 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()
136 if (Ty->isComplexType()) in HandleAggregates()
261 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
279 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
2488 bool isComplexType() const; // C99 6.2.5p11 (complex)
2907 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
804 return Ty->isComplexType() in UsualUnaryConversions()813 return Ty->isComplexType() in UsualUnaryConversions()1098 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleComplexIntegerToFloatConversion()1594 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()15376 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
4374 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()4381 if (!OldElemTy->isComplexType()) in AddModeAttr()
549 if (FromType->isComplexType() && !ToType->isComplexType()) in getNarrowingKind()
3060 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()4164 if (qual_type->isComplexType()) in GetTypeClass()5080 if (qual_type->isComplexType()) in GetEncoding()5251 if (qual_type->isComplexType()) in GetFormat()
677 bool Type::isComplexType() const { in isComplexType() function in Type
15517 if (E->getType()->isComplexType()) { in VisitInitListExpr()
3465 if (ArgType->isComplexType()) { in EmitBuiltinExpr()