Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h263 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
H A DType.h1531 bool isComplexType() const; // C99 6.2.5p11 (complex)
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2167 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
H A DSemaDeclAttr.cpp3075 if (!OldTy->getAs<BuiltinType>() && !OldTy->isComplexType()) in handleModeAttr()
3081 if (!OldTy->isComplexType()) in handleModeAttr()
H A DSemaExpr.cpp928 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()
1227 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()
10036 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp399 bool Type::isComplexType() const { in isComplexType() function in Type
H A DExprConstant.cpp6096 else if (ArgTy->isComplexType()) in EvaluateBuiltinClassifyType()
8216 if (E->getType()->isComplexType()) { in VisitInitListExpr()
H A DASTContext.cpp4401 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp5632 if (Ty->isComplexType()) in HandleAggregates()