Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h264 if (Ty->isComplexType() || Ty->isComplexIntegerType()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h298 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexIntegerType)
H A DType.h2600 bool isComplexIntegerType() const; // GCC _Complex integer type.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2997 if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType()) in DiagnoseBadFunctionCast()
H A DSemaExpr.cpp1131 assert(IntTy->isComplexIntegerType()); in handleComplexIntegerToFloatConversion()
1208 assert(IntTy->isComplexIntegerType()); in handleIntToFloatConversion()
1705 if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType()) in UsualArithmeticConversions()
15742 if (resultType->isComplexType() || resultType->isComplexIntegerType()) in CreateBuiltinUnaryOp()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp732 bool Type::isComplexIntegerType() const { in isComplexIntegerType() function in Type
H A DExprConstant.cpp15354 if (E->getSubExpr()->getType()->isComplexIntegerType()) { in VisitUnaryImag()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1136 if (Ty->isComplexIntegerType()) in CreateType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10861 {"_ZNK5clang4Type20isComplexIntegerTypeEv", "clang::Type::isComplexIntegerType() const"},