Searched refs:isComplexIntegerType (Results 1 – 8 of 8) sorted by relevance
232 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in canReasonAbout()
296 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
1971 bool isComplexIntegerType() const; // GCC _Complex integer type.
2468 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
956 assert(IntTy->isComplexIntegerType()); in handleIntegerToComplexFloatConversion()1034 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()1308 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()12962 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
487 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
9869 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
801 if (Ty->isComplexIntegerType()) in CreateType()