Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DCSKY.cpp99 if (Ty->isFloatingType() && !Ty->isComplexType() && FLen >= Size && in classifyArgumentType()
107 if (Ty->isComplexType() && FLen && !isReturnType) { in classifyArgumentType()
H A DLoongArch.cpp76 if (RetTy->isComplexType() && FRLen) { in computeInfo()
321 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()
329 if (IsFixed && Ty->isComplexType() && FRLen && FARsLeft >= 2) { in classifyArgumentType()
H A DRISCV.cpp82 if (RetTy->isComplexType() && FLen) { in computeInfo()
372 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()
380 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()
H A DMips.cpp136 if (Ty->isComplexType()) in HandleAggregates()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h261 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h279 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
H A DType.h2488 bool isComplexType() const; // C99 6.2.5p11 (complex)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2907 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
H A DSemaExpr.cpp804 return Ty->isComplexType() in UsualUnaryConversions()
813 return Ty->isComplexType() in UsualUnaryConversions()
1098 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleComplexIntegerToFloatConversion()
1594 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()
15376 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
H A DSemaDeclAttr.cpp4374 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()
4381 if (!OldElemTy->isComplexType()) in AddModeAttr()
H A DSemaOverload.cpp549 if (FromType->isComplexType() && !ToType->isComplexType()) in getNarrowingKind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3060 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()
4164 if (qual_type->isComplexType()) in GetTypeClass()
5080 if (qual_type->isComplexType()) in GetEncoding()
5251 if (qual_type->isComplexType()) in GetFormat()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp677 bool Type::isComplexType() const { in isComplexType() function in Type
H A DExprConstant.cpp15517 if (E->getType()->isComplexType()) { in VisitInitListExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3465 if (ArgType->isComplexType()) { in EmitBuiltinExpr()