Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h258 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h279 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
H A DType.h2129 bool isComplexType() const; // C99 6.2.5p11 (complex)
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp8109 if (Ty->isComplexType()) in HandleAggregates()
11036 if (RetTy->isComplexType() && FLen) { in computeInfo()
11286 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()
11294 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()
11593 if (Ty->isFloatingType() && !Ty->isComplexType() && FLen >= Size && in classifyArgumentType()
11601 if (Ty->isComplexType() && FLen && !isReturnType) { in classifyArgumentType()
11811 if (RetTy->isComplexType() && FRLen) { in computeInfo()
12044 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()
12052 if (IsFixed && Ty->isComplexType() && FRLen && FARsLeft >= 2) { in classifyArgumentType()
H A DCGBuiltin.cpp2839 if (ArgType->isComplexType()) { in EmitBuiltinExpr()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp2851 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
H A DSemaExpr.cpp799 return Ty->isComplexType() in UsualUnaryConversions()
808 return Ty->isComplexType() in UsualUnaryConversions()
1092 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()
1583 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()
15885 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
H A DSemaDeclAttr.cpp4729 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()
4736 if (!OldElemTy->isComplexType()) in AddModeAttr()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3108 if (field_qual_type->isComplexType()) in IsHomogeneousAggregate()
4199 if (qual_type->isComplexType()) in GetTypeClass()
5130 if (qual_type->isComplexType()) in GetEncoding()
5295 if (qual_type->isComplexType()) in GetFormat()
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp605 bool Type::isComplexType() const { in isComplexType() function in Type
H A DExprConstant.cpp14757 if (E->getType()->isComplexType()) { in VisitInitListExpr()