Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCanonicalType.h281 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
HDType.h1641 bool isComplexIntegerType() const; // GCC _Complex integer type.
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCast.cpp2207 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
HDSemaExpr.cpp996 assert(IntTy->isComplexIntegerType()); in handleIntegerToComplexFloatConversion()
1074 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()
1302 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()
10649 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp402 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
HDExprConstant.cpp7525 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp515 if (Ty->isComplexIntegerType()) in CreateType()