Searched refs:isComplexType (Results 1 – 16 of 16) sorted by relevance
100 if (Ty->isFloatingType() && !Ty->isComplexType() && FLen >= Size && in classifyArgumentType()108 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()
153 if (RetTy->isComplexType() && FLen) { in computeInfo()613 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()621 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()
153 if (Ty->isComplexType()) in HandleAggregates()
264 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
280 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
2542 bool isComplexType() const; // C99 6.2.5p11 (complex)
2995 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
795 return Ty->isComplexType() in UsualUnaryFPConversions()804 return Ty->isComplexType() in UsualUnaryFPConversions()1125 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleComplexIntegerToFloatConversion()1695 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()15742 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
4952 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()4959 if (!OldElemTy->isComplexType()) in AddModeAttr()
578 if (FromType->isComplexType() && !ToType->isComplexType()) in getNarrowingKind()
3103 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()4190 if (qual_type->isComplexType()) in GetTypeClass()5071 if (qual_type->isComplexType()) in GetEncoding()5247 if (qual_type->isComplexType()) in GetFormat()
726 bool Type::isComplexType() const { in isComplexType() function in Type
16409 if (E->getType()->isComplexType()) { in VisitInitListExpr()
3574 if (ArgType->isComplexType()) { in EmitBuiltinExpr()
10859 {"_ZNK5clang4Type13isComplexTypeEv", "clang::Type::isComplexType() const"},