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.cpp38 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
323 return CGF.getContext().getComplexType(HigherElementType); in HigherPrecisionTypeForComplexArithmetic()
348 return CGF.getContext().getComplexType(CGF.getContext().FloatTy); in getPromotionType()
488 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr()
1483 assert(E && getComplexType(E->getType()) && in EmitComplexExpr()
1492 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
H A DCGExprScalar.cpp840 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.h1382 QualType getComplexType(QualType T) const;
1383 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
1384 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
H A DTypeProperties.td17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
/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/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp917 ast.getComplexType(ClangUtil::GetQualType(complex_int_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()
922 CanQualType FloatComplexTy = ast.getComplexType(ast.FloatTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
926 CanQualType DoubleComplexTy = ast.getComplexType(ast.DoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
930 CanQualType LongDoubleComplexTy = ast.getComplexType(ast.LongDoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
938 ast.getComplexType(ClangUtil::GetQualType(complex_float_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2054 return ast->getComplexType(ast->FloatTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
2056 return ast->getComplexType(ast->DoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
2058 return ast->getComplexType(ast->LongDoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp190 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp806 Context.getComplexType(Context.DoubleTy), in UsualUnaryConversions()
815 E, Context.getComplexType(Context.LongDoubleTy), in UsualUnaryConversions()
1127 LongerIsComplex ? LongerType : S.Context.getComplexType(LongerType); in handleComplexFloatConversion()
1182 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()
1284 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
1356 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1364 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1377 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
4074 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
H A DSemaDeclAttr.cpp4404 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
H A DSemaType.cpp1414 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
H A DSemaChecking.cpp4973 TheCall->setType(Context.getComplexType(Real->getType())); in BuiltinComplex()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1855 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1667 W.printEnum("ComplexType", Symbol.getComplexType(), ArrayRef(ImageSymDType)); in printSymbol()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3622 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext
3636 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()
11930 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
13260 return Ctx.getComplexType(getCommonArrayElementType(Ctx, CX, QX, CY, QY)); in getCommonNonSugarTypeNode()
H A DType.cpp975 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
H A DASTImporter.cpp1158 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()