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.h1614 bool isComplexType() const; // C99 6.2.5p11 (complex)
/external/clang/lib/Sema/
DSemaCast.cpp2208 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
DSemaDeclAttr.cpp3407 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType()) in handleModeAttr()
3413 if (!OldElemTy->isComplexType()) in handleModeAttr()
DSemaExpr.cpp1001 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()
1305 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()
10843 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
/external/clang/lib/AST/
DType.cpp397 bool Type::isComplexType() const { in isComplexType() function in Type
DExprConstant.cpp6225 else if (ArgTy->isComplexType()) in EvaluateBuiltinClassifyType()
8593 if (E->getType()->isComplexType()) { in VisitInitListExpr()
DASTContext.cpp4595 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
/external/clang/lib/CodeGen/
DTargetInfo.cpp6024 if (Ty->isComplexType()) in HandleAggregates()