Searched refs:isComplexType (Results 1 – 11 of 11) sorted by relevance
258 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
279 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
2129 bool isComplexType() const; // C99 6.2.5p11 (complex)
8109 if (Ty->isComplexType()) in HandleAggregates()11036 if (RetTy->isComplexType() && FLen) { in computeInfo()11286 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()11294 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()11593 if (Ty->isFloatingType() && !Ty->isComplexType() && FLen >= Size && in classifyArgumentType()11601 if (Ty->isComplexType() && FLen && !isReturnType) { in classifyArgumentType()11811 if (RetTy->isComplexType() && FRLen) { in computeInfo()12044 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()12052 if (IsFixed && Ty->isComplexType() && FRLen && FARsLeft >= 2) { in classifyArgumentType()
2839 if (ArgType->isComplexType()) { in EmitBuiltinExpr()
2851 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
799 return Ty->isComplexType() in UsualUnaryConversions()808 return Ty->isComplexType() in UsualUnaryConversions()1092 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()1583 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()15885 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
4729 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()4736 if (!OldElemTy->isComplexType()) in AddModeAttr()
3108 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()4199 if (qual_type->isComplexType()) in GetTypeClass()5130 if (qual_type->isComplexType()) in GetEncoding()5295 if (qual_type->isComplexType()) in GetFormat()
605 bool Type::isComplexType() const { in isComplexType() function in Type
14757 if (E->getType()->isComplexType()) { in VisitInitListExpr()