Searched refs:isComplexIntegerType (Results 1 – 8 of 8) sorted by relevance
257 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
297 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
2039 bool isComplexIntegerType() const; // GCC _Complex integer type.
2799 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
1042 assert(IntTy->isComplexIntegerType()); in handleIntegerToComplexFloatConversion()1120 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()1556 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()14734 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
607 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
13328 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
932 if (Ty->isComplexIntegerType()) in CreateType()