Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp490 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol()
510 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol()
516 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol()
605 Scope::Default, Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, in exportCOMDATSymbol()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp34 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
282 return CGF.getContext().getComplexType(CGF.getContext().FloatTy); in getPromotionType()
417 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr()
1295 assert(E && getComplexType(E->getType()) && in EmitComplexExpr()
1304 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
H A DCGExprScalar.cpp820 return CGF.getContext().getComplexType(CGF.getContext().FloatTy); in getPromotionType()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp288 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h350 uint8_t getComplexType() const { in getComplexType() function
397 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1313 QualType getComplexType(QualType T) const;
1314 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
1315 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
H A DTypeProperties.td17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp975 ast.getComplexType(ClangUtil::GetQualType(complex_int_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()
980 CanQualType FloatComplexTy = ast.getComplexType(ast.FloatTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
984 CanQualType DoubleComplexTy = ast.getComplexType(ast.DoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
988 CanQualType LongDoubleComplexTy = ast.getComplexType(ast.LongDoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
996 ast.getComplexType(ClangUtil::GetQualType(complex_float_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2095 return ast->getComplexType(ast->FloatTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
2097 return ast->getComplexType(ast->DoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
2099 return ast->getComplexType(ast->LongDoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp191 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp801 Context.getComplexType(Context.DoubleTy), in UsualUnaryConversions()
810 E, Context.getComplexType(Context.LongDoubleTy), in UsualUnaryConversions()
1123 LongerIsComplex ? LongerType : S.Context.getComplexType(LongerType); in handleComplexFloatConversion()
1178 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()
1280 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
1352 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1360 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1373 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
4157 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
H A DSemaType.cpp1785 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
H A DSemaDeclAttr.cpp4757 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
H A DSemaChecking.cpp7586 TheCall->setType(Context.getComplexType(Real->getType())); in SemaBuiltinComplex()
/openbsd-src/gnu/llvm/lld/COFF/
H A DWriter.cpp1687 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1576 W.printEnum("ComplexType", Symbol.getComplexType(), ArrayRef(ImageSymDType)); in printSymbol()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3280 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext
3294 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()
11330 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
12615 return Ctx.getComplexType(getCommonArrayElementType(Ctx, CX, QX, CY, QY)); in getCommonNonSugarTypeNode()
H A DType.cpp899 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
H A DASTImporter.cpp1149 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()