/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFLinkGraphBuilder.cpp | 500 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 D | ObjectFileCOFF.cpp | 262 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 D | CGExprComplex.cpp | 38 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 D | CGExprScalar.cpp | 840 return Ctx.getComplexType(Ctx.FloatTy); in getPromotionType()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | COFF.h | 350 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 D | ASTContext.h | 1382 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 D | TypeProperties.td | 17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 818 if (Symbol.getComplexType() != llvm::COFF::IMAGE_SYM_DTYPE_FUNCTION) in mapRangeAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 917 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 D | COFFObjectFile.cpp | 190 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 806 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 D | SemaDeclAttr.cpp | 4404 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
|
H A D | SemaType.cpp | 1414 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
|
H A D | SemaChecking.cpp | 4973 TheCall->setType(Context.getComplexType(Real->getType())); in BuiltinComplex()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 1855 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1667 W.printEnum("ComplexType", Symbol.getComplexType(), ArrayRef(ImageSymDType)); in printSymbol()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 3622 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 D | Type.cpp | 975 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
|
H A D | ASTImporter.cpp | 1158 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()
|