Searched refs:isComplexIntegerType (Results 1 – 15 of 15) sorted by relevance
257 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
281 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
1686 bool isComplexIntegerType() const; // GCC _Complex integer type.
297 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
2032 bool isComplexIntegerType() const; // GCC _Complex integer type.
2324 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
1021 assert(IntTy->isComplexIntegerType()); in handleIntegerToComplexFloatConversion()1099 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()1374 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()11375 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
2681 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
1045 assert(IntTy->isComplexIntegerType()); in handleIntegerToComplexFloatConversion()1123 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()1559 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()14615 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
403 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
8173 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
607 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
13321 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
609 if (Ty->isComplexIntegerType()) in CreateType()
878 if (Ty->isComplexIntegerType()) in CreateType()