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.h1686 bool isComplexIntegerType() const; // GCC _Complex integer type.
/external/clang/lib/Sema/
DSemaCast.cpp2324 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
DSemaExpr.cpp1021 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()
/external/clang/lib/AST/
DType.cpp403 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
DExprConstant.cpp8173 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp609 if (Ty->isComplexIntegerType()) in CreateType()