Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConstraintManager.h257 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/external/clang/include/clang/AST/
DCanonicalType.h281 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
DType.h1686 bool isComplexIntegerType() const; // GCC _Complex integer type.
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h297 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
DType.h2032 bool isComplexIntegerType() const; // GCC _Complex integer type.
/external/clang/lib/Sema/
DSemaCast.cpp2324 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
DSemaExpr.cpp1021 assert(IntTy->isComplexIntegerType()); in handleIntegerToComplexFloatConversion()
1099 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()
1374 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()
11375 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp2681 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
DSemaExpr.cpp1045 assert(IntTy->isComplexIntegerType()); in handleIntegerToComplexFloatConversion()
1123 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()
1559 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()
14615 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
/external/clang/lib/AST/
DType.cpp403 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
DExprConstant.cpp8173 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
/external/llvm-project/clang/lib/AST/
DType.cpp607 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
DExprConstant.cpp13321 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp609 if (Ty->isComplexIntegerType()) in CreateType()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp878 if (Ty->isComplexIntegerType()) in CreateType()