Searched refs:isComplexIntegerType (Results 1 – 9 of 9) sorted by relevance
264 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
298 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
2600 bool isComplexIntegerType() const; // GCC _Complex integer type.
2997 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
1131 assert(IntTy->isComplexIntegerType()); in handleComplexIntegerToFloatConversion()1208 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()1705 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()15742 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
732 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
15354 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
1136 if (Ty->isComplexIntegerType()) in CreateType()
10861 {"_ZNK5clang4Type20isComplexIntegerTypeEv", "clang::Type::isComplexIntegerType() const"},