Home
last modified time | relevance | path

Searched refs:isComplexIntegerType (Results 1 – 8 of 8) 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.h297 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
H A DType.h2039 bool isComplexIntegerType() const; // GCC _Complex integer type.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2799 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
H A DSemaExpr.cpp1042 assert(IntTy->isComplexIntegerType()); in handleIntegerToComplexFloatConversion()
1120 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()
1556 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()
14734 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp607 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
H A DExprConstant.cpp13328 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp932 if (Ty->isComplexIntegerType()) in CreateType()