Home
last modified time | relevance | path

Searched refs:isComplexType (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/AST/
DCanonicalType.h264 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
DType.h1510 bool isComplexType() const; // C99 6.2.5p11 (complex)
/external/clang/lib/Sema/
DSemaCast.cpp2124 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
DSemaExpr.cpp894 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()
996 bool LHSComplexFloat = LHSType->isComplexType(); in handleComplexFloatConversion()
997 bool RHSComplexFloat = RHSType->isComplexType(); in handleComplexFloatConversion()
1246 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()
9421 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
DSemaDeclAttr.cpp3579 if (!OldTy->getAs<BuiltinType>() && !OldTy->isComplexType()) in handleModeAttr()
3585 if (!OldTy->isComplexType()) in handleModeAttr()
/external/clang/lib/AST/
DType.cpp394 bool Type::isComplexType() const { in isComplexType() function in Type
DExprConstant.cpp5750 else if (ArgTy->isComplexType()) in EvaluateBuiltinClassifyType()
7666 if (E->getType()->isComplexType()) { in VisitInitListExpr()
DASTContext.cpp4252 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
/external/clang/lib/CodeGen/
DTargetInfo.cpp4658 if (Ty->isComplexType()) in HandleAggregates()