Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp500 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol()
520 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol()
526 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol()
615 Scope::Default, Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, in exportCOMDATSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp262 if (Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in ParseSymtab()
265 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_NULL) in ParseSymtab()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp34 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
290 return CGF.getContext().getComplexType(CGF.getContext().FloatTy); in getPromotionType()
425 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr()
1406 assert(E && getComplexType(E->getType()) && in EmitComplexExpr()
1415 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
H A DCGExprScalar.cpp821 return Ctx.getComplexType(Ctx.FloatTy); in getPromotionType()
/freebsd/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/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1329 QualType getComplexType(QualType T) const;
1330 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
1331 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
H A DTypeProperties.td17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
/freebsd/contrib/llvm-project/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()
2102 return ast->getComplexType(ast->FloatTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
2104 return ast->getComplexType(ast->DoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
2106 return ast->getComplexType(ast->LongDoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp818 if (Symbol.getComplexType() != llvm::COFF::IMAGE_SYM_DTYPE_FUNCTION) in mapRangeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp191 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp816 Context.getComplexType(Context.DoubleTy), in UsualUnaryConversions()
825 E, Context.getComplexType(Context.LongDoubleTy), in UsualUnaryConversions()
1143 LongerIsComplex ? LongerType : S.Context.getComplexType(LongerType); in handleComplexFloatConversion()
1198 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()
1300 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
1372 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1380 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1393 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
4334 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
H A DSemaType.cpp1803 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
H A DSemaDeclAttr.cpp4879 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
H A DSemaChecking.cpp9335 TheCall->setType(Context.getComplexType(Real->getType())); in SemaBuiltinComplex()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1851 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1664 W.printEnum("ComplexType", Symbol.getComplexType(), ArrayRef(ImageSymDType)); in printSymbol()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3241 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext
3255 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()
11447 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
12756 return Ctx.getComplexType(getCommonArrayElementType(Ctx, CX, QX, CY, QY)); in getCommonNonSugarTypeNode()
H A DType.cpp921 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
H A DASTImporter.cpp1153 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()