Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DExpectedTypes.cpp31 if (T->isFloatingType() && !T->isComplexType()) in toEquivClass()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h257 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCanonicalType.h279 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
H A DType.h2068 bool isComplexType() const; // C99 6.2.5p11 (complex)
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp2835 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
H A DSemaExpr.cpp795 return Ty->isComplexType() in UsualUnaryConversions()
804 return Ty->isComplexType() in UsualUnaryConversions()
1088 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()
1582 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()
15624 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
H A DSemaDeclAttr.cpp4611 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()
4618 if (!OldElemTy->isComplexType()) in AddModeAttr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp7984 if (Ty->isComplexType()) in HandleAggregates()
10902 if (RetTy->isComplexType() && FLen) { in computeInfo()
11157 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()
11165 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()
11467 if (Ty->isFloatingType() && !Ty->isComplexType() && FLen >= Size && in classifyArgumentType()
11475 if (Ty->isComplexType() && FLen && !isReturnType) { in classifyArgumentType()
H A DCGBuiltin.cpp2813 if (ArgType->isComplexType()) { in EmitBuiltinExpr()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3073 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()
4150 if (qual_type->isComplexType()) in GetTypeClass()
5079 if (qual_type->isComplexType()) in GetEncoding()
5242 if (qual_type->isComplexType()) in GetFormat()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp601 bool Type::isComplexType() const { in isComplexType() function in Type
H A DExprConstant.cpp14548 if (E->getType()->isComplexType()) { in VisitInitListExpr()