Home
last modified time | relevance | path

Searched refs:isComplexIntegerType (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DCanonicalType.h281 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
DType.h1548 bool isComplexIntegerType() const; // GCC _Complex integer type.
/external/clang/lib/Sema/
DSemaCast.cpp2159 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
DSemaExpr.cpp929 assert(IntTy->isComplexIntegerType()); in handleIntegerToComplexFloatConversion()
1060 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()
1283 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()
9852 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
/external/clang/lib/AST/
DType.cpp404 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
DExprConstant.cpp7275 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp512 if (Ty->isComplexIntegerType()) in CreateType()