Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h281 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
H A DType.h1570 bool isComplexIntegerType() const; // GCC _Complex integer type.
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2169 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
H A DSemaExpr.cpp936 assert(IntTy->isComplexIntegerType()); in handleIntegerToComplexFloatConversion()
1014 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()
1237 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()
10036 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp405 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
H A DExprConstant.cpp7509 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp520 if (Ty->isComplexIntegerType()) in CreateType()