Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp34 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
398 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr()
1122 assert(E && getComplexType(E->getType()) && in EmitComplexExpr()
1131 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h350 uint8_t getComplexType() const { in getComplexType() function
397 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1279 QualType getComplexType(QualType T) const;
1280 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
1281 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
H A DTypeProperties.td17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1406 FloatComplexTy = getComplexType(FloatTy); in InitBuiltinTypes()
1407 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()
1408 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes()
1409 Float128ComplexTy = getComplexType(Float128Ty); in InitBuiltinTypes()
3176 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext
3190 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()
10548 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
H A DType.cpp889 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
H A DASTImporter.cpp1117 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp191 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1602 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1099 QualType ResultType = S.Context.getComplexType(LHSElementType); in handleComplexFloatConversion()
1102 ResultType = S.Context.getComplexType(RHSElementType); in handleComplexFloatConversion()
1136 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()
1251 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
1323 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1331 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1344 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
4047 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
H A DSemaType.cpp1768 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
H A DSemaDeclAttr.cpp4349 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
H A DSemaChecking.cpp6470 TheCall->setType(Context.getComplexType(Real->getType())); in SemaBuiltinComplex()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1518 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp982 ast.getComplexType(ClangUtil::GetQualType(complex_int_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()
998 ast.getComplexType(ClangUtil::GetQualType(complex_float_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()