Searched refs:isComplexIntegerType (Results 1 – 7 of 7) sorted by relevance
281 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
1570 bool isComplexIntegerType() const; // GCC _Complex integer type.
2169 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
936 assert(IntTy->isComplexIntegerType()); in handleIntegerToComplexFloatConversion()1014 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()1237 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()10036 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
405 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
7509 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
520 if (Ty->isComplexIntegerType()) in CreateType()