Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSMTConstraintManager.h256 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDCanonicalType.h277 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
HDType.h1995 bool isComplexType() const; // C99 6.2.5p11 (complex)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCast.cpp2588 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
HDSemaExpr.cpp991 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()
1487 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()
13673 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
HDSemaDeclAttr.cpp4067 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()
4074 if (!OldElemTy->isComplexType()) in AddModeAttr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.cpp7137 if (Ty->isComplexType()) in HandleAggregates()
9437 if (RetTy->isComplexType() && FLen) { in computeInfo()
9680 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()
9688 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp2813 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()
3850 if (qual_type->isComplexType()) in GetTypeClass()
4672 if (qual_type->isComplexType()) in GetEncoding()
4823 if (qual_type->isComplexType()) in GetFormat()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp533 bool Type::isComplexType() const { in isComplexType() function in Type
HDASTContext.cpp5872 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
HDExprConstant.cpp13370 if (E->getType()->isComplexType()) { in VisitInitListExpr()