Searched refs:isComplexIntegerType (Results 1 – 7 of 7) sorted by relevance
282 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
1549 bool isComplexIntegerType() const; // GCC _Complex integer type.
2131 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
903 assert(IntTy->isComplexIntegerType()); in handleIntegerToComplexFloatConversion()1034 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()1257 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()9608 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
404 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
7223 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
519 if (Ty->isComplexIntegerType()) in CreateType()