Searched refs:isComplexType (Results 1 – 14 of 14) sorted by relevance
101 if (Ty->isFloatingType() && !Ty->isComplexType() && FLen >= Size && in classifyArgumentType()109 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()371 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()379 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()
136 if (Ty->isComplexType()) in HandleAggregates()
258 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
279 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
2242 bool isComplexType() const; // C99 6.2.5p11 (complex)
2897 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
814 return Ty->isComplexType() in UsualUnaryConversions()823 return Ty->isComplexType() in UsualUnaryConversions()1112 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()1609 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()16381 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
4851 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()4858 if (!OldElemTy->isComplexType()) in AddModeAttr()
3023 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()4124 if (qual_type->isComplexType()) in GetTypeClass()5013 if (qual_type->isComplexType()) in GetEncoding()5178 if (qual_type->isComplexType()) in GetFormat()
627 bool Type::isComplexType() const { in isComplexType() function in Type
15105 if (E->getType()->isComplexType()) { in VisitInitListExpr()
3332 if (ArgType->isComplexType()) { in EmitBuiltinExpr()