Home
last modified time | relevance | path

Searched refs:getAsComplexIntegerType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp635 return getAsComplexIntegerType(); in isComplexIntegerType()
644 const ComplexType *Type::getAsComplexIntegerType() const { in getAsComplexIntegerType() function in Type
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2486 const ComplexType *getAsComplexIntegerType() const; // GCC complex int type.
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5017 qual_type->getAsComplexIntegerType(); in GetEncoding()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1362 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion()
1363 const ComplexType *RHSComplexInt = RHSType->getAsComplexIntegerType(); in handleComplexIntConversion()