Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp503 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol()
523 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol()
529 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol()
618 Scope::Default, Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, in exportCOMDATSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp258 if (Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in ParseSymtab()
261 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_NULL) in ParseSymtab()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp90 return cgf.getContext().getComplexType(cgf.getContext().FloatTy); in getPromotionType()
114 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
414 assert(e && getComplexType(e->getType()) && in emitComplexExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp37 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
312 return Ctx.getComplexType(HigherElementType); in HigherPrecisionTypeForComplexArithmetic()
336 return CGF.getContext().getComplexType(CGF.getContext().FloatTy); in getPromotionType()
485 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr()
1490 assert(E && getComplexType(E->getType()) && in EmitComplexExpr()
1499 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
H A DCGExprScalar.cpp877 return Ctx.getComplexType(Ctx.FloatTy); in getPromotionType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h355 uint8_t getComplexType() const { in getComplexType() function
406 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1503 QualType getComplexType(QualType T) const;
1504 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
1505 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.cpp812 if (Symbol.getComplexType() != llvm::COFF::IMAGE_SYM_DTYPE_FUNCTION) in mapRangeAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp940 ast.getComplexType(ClangUtil::GetQualType(complex_int_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()
945 CanQualType FloatComplexTy = ast.getComplexType(ast.FloatTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
949 CanQualType DoubleComplexTy = ast.getComplexType(ast.DoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
953 CanQualType LongDoubleComplexTy = ast.getComplexType(ast.LongDoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
961 ast.getComplexType(ClangUtil::GetQualType(complex_float_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2073 return ast->getComplexType(ast->FloatTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
2075 return ast->getComplexType(ast->DoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
2077 return ast->getComplexType(ast->LongDoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp797 Context.getComplexType(Context.DoubleTy), in UsualUnaryFPConversions()
806 E, Context.getComplexType(Context.LongDoubleTy), in UsualUnaryFPConversions()
1154 LongerIsComplex ? LongerType : S.Context.getComplexType(LongerType); in handleComplexFloatConversion()
1209 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()
1311 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
1383 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1391 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1404 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
4130 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
H A DSemaDeclAttr.cpp4983 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
H A DSemaType.cpp1429 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
H A DSemaChecking.cpp5437 TheCall->setType(Context.getComplexType(Real->getType())); in BuiltinComplex()
/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/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1713 W.printEnum("ComplexType", Symbol.getComplexType(), ArrayRef(ImageSymDType)); in printSymbol()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp2048 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3901 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext
3915 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()
12552 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
14058 return Ctx.getComplexType(getCommonArrayElementType(Ctx, CX, QX, CY, QY)); in getCommonNonSugarTypeNode()
H A DType.cpp1025 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
H A DASTImporter.cpp1387 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8844 {"_ZNK5clang10ASTContext14getComplexTypeENS_8QualTypeE", "clang::ASTContext::getComplexType(clang::…