Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h232 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in canReasonAbout()
H A DSVals.h307 T->isComplexType() || T->isVectorType(); in isCompoundType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h278 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
H A DType.h1929 bool isComplexType() const; // C99 6.2.5p11 (complex)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp2466 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
H A DSemaExpr.cpp948 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()
1298 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()
12962 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
H A DSemaDeclAttr.cpp3994 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()
4001 if (!OldElemTy->isComplexType()) in AddModeAttr()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3186 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()
4387 if (qual_type->isComplexType()) in GetTypeClass()
5260 if (qual_type->isComplexType()) in GetEncoding()
5441 if (qual_type->isComplexType()) in GetFormat()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp481 bool Type::isComplexType() const { in isComplexType() function in Type
H A DASTContext.cpp5574 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
H A DExprConstant.cpp10631 if (E->getType()->isComplexType()) { in VisitInitListExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp6930 if (Ty->isComplexType()) in HandleAggregates()