Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h263 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
DType.h1646 bool isComplexType() const; // C99 6.2.5p11 (complex)
/external/clang/lib/Sema/
DSemaCast.cpp2322 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
DSemaDeclAttr.cpp3516 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()
3523 if (!OldElemTy->isComplexType()) in AddModeAttr()
DSemaExpr.cpp1013 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()
1364 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()
11375 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
/external/clang/lib/AST/
DType.cpp397 bool Type::isComplexType() const { in isComplexType() function in Type
DASTContext.cpp4650 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
DExprConstant.cpp8896 if (E->getType()->isComplexType()) { in VisitInitListExpr()
/external/clang/lib/CodeGen/
DTargetInfo.cpp6282 if (Ty->isComplexType()) in HandleAggregates()