Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h257 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/netbsd-src/external/apache2/llvm/dist/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)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2797 if (SrcType->isComplexType() && DestType->isComplexType()) in DiagnoseBadFunctionCast()
H A DSemaExpr.cpp1034 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true; in handleIntegerToComplexFloatConversion()
1546 if (LHSType->isComplexType() || RHSType->isComplexType()) in UsualArithmeticConversions()
14734 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
H A DSemaDeclAttr.cpp4230 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() && in AddModeAttr()
4237 if (!OldElemTy->isComplexType()) in AddModeAttr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp7817 if (Ty->isComplexType()) in HandleAggregates()
10517 if (RetTy->isComplexType() && FLen) { in computeInfo()
10759 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType()
10767 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp601 bool Type::isComplexType() const { in isComplexType() function in Type
H A DASTContext.cpp6251 if (Domain->isComplexType()) { in getFloatingTypeOfSizeWithinDomain()
H A DExprConstant.cpp14278 if (E->getType()->isComplexType()) { in VisitInitListExpr()