Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp419 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol()
437 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol()
443 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol()
537 Target->setCallable(Symbol.getComplexType() == in exportCOMDATSymbol()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp65 context.getComplexType(context.DoubleTy))); in TEST_F()
69 context.getComplexType(context.FloatTy))); in TEST_F()
82 context.getComplexType(context.LongDoubleTy))); in TEST_F()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp288 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h350 uint8_t getComplexType() const { in getComplexType() function
397 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1342 QualType getComplexType(QualType T) const;
1343 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
1344 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
H A DTypeProperties.td17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp972 ast.getComplexType(ClangUtil::GetQualType(complex_int_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()
977 CanQualType FloatComplexTy = ast.getComplexType(ast.FloatTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
981 CanQualType DoubleComplexTy = ast.getComplexType(ast.DoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
985 CanQualType LongDoubleComplexTy = ast.getComplexType(ast.LongDoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
993 ast.getComplexType(ClangUtil::GetQualType(complex_float_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2062 return ast->getComplexType(ast->FloatTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
2064 return ast->getComplexType(ast->DoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
2066 return ast->getComplexType(ast->LongDoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFObjectFile.cpp191 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp797 Context.getComplexType(Context.DoubleTy), in UsualUnaryConversions()
806 E, Context.getComplexType(Context.LongDoubleTy), in UsualUnaryConversions()
1138 QualType ResultType = S.Context.getComplexType(LHSElementType); in handleComplexFloatConversion()
1141 ResultType = S.Context.getComplexType(RHSElementType); in handleComplexFloatConversion()
1175 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()
1277 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
1349 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1357 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1370 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
4154 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
H A DSemaType.cpp1763 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
H A DSemaDeclAttr.cpp4639 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
H A DSemaChecking.cpp7381 TheCall->setType(Context.getComplexType(Real->getType())); in SemaBuiltinComplex()
/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp1605 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1522 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3257 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext
3271 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()
11185 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
H A DType.cpp895 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
H A DASTImporter.cpp1154 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()