Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h257 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h279 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
H A DType.h1994 bool isComplexType() const; // C99 6.2.5p11 (complex)
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2814 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
H A DSemaDeclAttr.cpp4321 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()
4328 if (!OldElemTy->isComplexType()) in AddModeAttr()
H A DSemaExpr.cpp1049 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()
1556 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()
14855 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3049 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()
4125 if (qual_type->isComplexType()) in GetTypeClass()
5045 if (qual_type->isComplexType()) in GetEncoding()
5204 if (qual_type->isComplexType()) in GetFormat()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp7836 if (Ty->isComplexType()) in HandleAggregates()
10563 if (RetTy->isComplexType() && FLen) { in computeInfo()
10805 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()
10813 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()
H A DCGBuiltin.cpp2885 if (ArgType->isComplexType()) { in EmitBuiltinExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp601 bool Type::isComplexType() const { in isComplexType() function in Type
H A DASTContext.cpp6270 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
H A DExprConstant.cpp14316 if (E->getType()->isComplexType()) { in VisitInitListExpr()