Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DCanonicalType.h264 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
DType.h1510 bool isComplexType() const; // C99 6.2.5p11 (complex)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCast.cpp2129 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
DSemaExpr.cpp895 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()
997 bool LHSComplexFloat = LHSType->isComplexType(); in handleComplexFloatConversion()
998 bool RHSComplexFloat = RHSType->isComplexType(); in handleComplexFloatConversion()
1247 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()
9608 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
DSemaDeclAttr.cpp3560 if (!OldTy->getAs<BuiltinType>() && !OldTy->isComplexType()) in handleModeAttr()
3566 if (!OldTy->isComplexType()) in handleModeAttr()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTType.cpp1439 if (qual_type->isComplexType()) in GetTypeClass()
1874 if (qual_type->isComplexType()) in GetEncoding()
2017 if (qual_type->isComplexType()) in GetFormat()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DType.cpp398 bool Type::isComplexType() const { in isComplexType() function in Type
DExprConstant.cpp5848 else if (ArgTy->isComplexType()) in EvaluateBuiltinClassifyType()
7825 if (E->getType()->isComplexType()) { in VisitInitListExpr()
DASTContext.cpp4263 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp4828 if (Ty->isComplexType()) in HandleAggregates()