Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h264 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
DType.h1500 bool isComplexType() const; // C99 6.2.5p11 (complex)
/external/clang/lib/Sema/
DSemaCast.cpp1956 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
DSemaExpr.cpp763 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()
865 bool LHSComplexFloat = LHSType->isComplexType(); in handleComplexFloatConversion()
866 bool RHSComplexFloat = RHSType->isComplexType(); in handleComplexFloatConversion()
1115 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()
8895 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
DSemaDeclAttr.cpp3624 if (!OldTy->getAs<BuiltinType>() && !OldTy->isComplexType()) in handleModeAttr()
3630 if (!OldTy->isComplexType()) in handleModeAttr()
DSemaOverload.cpp1588 } else if (FromType->isAnyComplexType() && ToType->isComplexType()) { in IsStandardConversion()
/external/clang/lib/AST/
DType.cpp410 bool Type::isComplexType() const { in isComplexType() function in Type
DExprConstant.cpp4160 else if (ArgTy->isComplexType()) in EvaluateBuiltinClassifyType()
6120 if (E->getType()->isComplexType()) { in VisitInitListExpr()
DASTContext.cpp4118 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
/external/clang/lib/CodeGen/
DTargetInfo.cpp4368 if (Ty->isComplexType()) in HandleAggregates()