Home
last modified time | relevance | path

Searched refs:IsByRef (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Expressions/
H A DVariableToValueExpression.vb36 If m_ExpressionType IsNot Nothing AndAlso CecilHelper.IsByRef(m_ExpressionType) Then
53 Dim isByRef As Boolean = CecilHelper.IsByRef(Info.DesiredType)
57 If CecilHelper.IsValueType(exp) AndAlso CecilHelper.IsByRef(exp) = False Then
79 If CecilHelper.IsByRef(m_Variable.ParameterInfo.ParameterType) Then
95 If CecilHelper.IsByRef(Info.DesiredType) Then
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/
H A DAssignability.cs93 if (fromTypeInfo.IsByRef) in CanCastTo()
95 if (!toTypeInfo.IsByRef) in CanCastTo()
146 …if (toTypeInfo.IsArray || toTypeInfo.IsByRef || toTypeInfo.IsPointer || toTypeInfo.IsGenericParame… in CanCastTo()
186 …Debug.Assert(!(fromTypeInfo.IsArray || fromTypeInfo.IsByRef || fromTypeInfo.IsPointer || fromTypeI… in MatchesWithVariance()
187 …Debug.Assert(!(toTypeInfo.IsArray || toTypeInfo.IsByRef || toTypeInfo.IsPointer || toTypeInfo.IsGe… in MatchesWithVariance()
320 if (t.IsByRef || t.IsPointer) in ProvablyAGcReferenceTypeHelper()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/
H A DDelegateHelpers.cs70 if (IsByRef(mo)) in MakeDeferredSiteDelegate()
92 if (IsByRef(mo)) in MakeDeferredSiteDelegate()
106 private static bool IsByRef(DynamicMetaObject mo) in IsByRef() method in System.Linq.Expressions.Compiler.DelegateHelpers
109 return pe != null && pe.IsByRef; in IsByRef()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.CodeGeneration/
H A DCodeArgumentReference.cs53 if (type.IsByRef) in Generate()
59 if (type.IsByRef) { in GenerateSet()
79 return type.IsByRef ? type.GetElementType () : type; in GetResultType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Compiler/
H A DDelegateHelpers.Generated.cs138 if (IsByRef(mo)) { in MakeDeferredSiteDelegate()
157 if (IsByRef(mo)) { in MakeDeferredSiteDelegate()
170 private static bool IsByRef(DynamicMetaObject mo) { in IsByRef() method in Microsoft.Scripting.Ast.Compiler.System.Linq.Expressions.Compiler.DelegateHelpers
172 return pe != null && pe.IsByRef; in IsByRef()
213 if (types.Length > MaximumArity || types.Any(t => t.IsByRef)) { in MakeNewDelegate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels/
H A DSoapMessageFormatter.cs120 if(paramInfo.ParameterType.IsByRef || paramInfo.IsOut) { in FormatResponse()
164 if (!(paramInfo.IsOut && paramInfo.ParameterType.IsByRef)) { in BuildSoapMessageFromMethodCall()
166 if (t.IsByRef) t = t.GetElementType (); in BuildSoapMessageFromMethodCall()
240 …Type paramType = (paramInfo.ParameterType.IsByRef ? paramInfo.ParameterType.GetElementType() : par… in BuildMethodCallFromSoapMessage()
242 if (paramInfo.IsOut && paramInfo.ParameterType.IsByRef) { in BuildMethodCallFromSoapMessage()
330 if (paramInfo.ParameterType.IsByRef || paramInfo.IsOut) in CreateSoapMessage()
333 if (t.IsByRef) t = t.GetElementType(); in CreateSoapMessage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory member
66 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsByRef(0), in ArgFlagsTy()
91 bool isByRef() const { return IsByRef; } in isByRef()
92 void setByRef() { IsByRef = 1; } in setByRef()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory member
62 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsByRef(0), in ArgFlagsTy()
88 bool isByRef() const { return IsByRef; } in isByRef()
89 void setByRef() { IsByRef = 1; } in setByRef()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory member
62 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsByRef(0), in ArgFlagsTy()
88 bool isByRef() const { return IsByRef; } in isByRef()
89 void setByRef() { IsByRef = 1; } in setByRef()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory member
66 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsByRef(0), in ArgFlagsTy()
91 bool isByRef() const { return IsByRef; } in isByRef()
92 void setByRef() { IsByRef = 1; } in setByRef()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory member
62 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsByRef(0), in ArgFlagsTy()
88 bool isByRef() const { return IsByRef; } in isByRef()
89 void setByRef() { IsByRef = 1; } in setByRef()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory member
62 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsByRef(0), in ArgFlagsTy()
88 bool isByRef() const { return IsByRef; } in isByRef()
89 void setByRef() { IsByRef = 1; } in setByRef()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory member
62 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsByRef(0), in ArgFlagsTy()
88 bool isByRef() const { return IsByRef; } in isByRef()
89 void setByRef() { IsByRef = 1; } in setByRef()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory member
66 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsByRef(0), in ArgFlagsTy()
91 bool isByRef() const { return IsByRef; } in isByRef()
92 void setByRef() { IsByRef = 1; } in setByRef()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h34 unsigned IsByRef : 1; ///< Passed in memory member
62 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsByRef(0), in ArgFlagsTy()
88 bool isByRef() const { return IsByRef; } in isByRef()
89 void setByRef() { IsByRef = 1; } in setByRef()
/dports/lang/mono/mono-5.10.1.57/mcs/class/dlr/Runtime/Microsoft.Dynamic/
H A DComBinderHelpers.cs64 internal static bool IsByRef(DynamicMetaObject mo) { in IsByRef() method in System.Dynamic.ComBinderHelpers
66 return pe != null && pe.IsByRef; in IsByRef()
89 if (IsByRef(curArgument)) { in ProcessArgumentsForCom()
H A DVariantBuilder.cs49 internal bool IsByRef { property in System.Dynamic.VariantBuilder
60 if (IsByRef) { in InitializeArgumentVariant()
124 if (IsByRef) { in Clear()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Protocols/
H A DLogicalMethodInfo.cs206 if (ptype.IsByRef){ in ComputeParameters()
216 if (parameters [j].ParameterType.IsByRef) in ComputeParameters()
222 if (parameters [j].ParameterType.IsByRef){ in ComputeParameters()
416 if (parameters [i].ParameterType.IsByRef) in Invoke()
461 if (parameters [i].ParameterType.IsByRef) in ToString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DParameterExpression.cs110 public bool IsByRef { property in Microsoft.Scripting.Ast.ParameterExpression
207 bool byref = type.IsByRef; in Parameter()
224 if (type.IsByRef) throw Error.TypeMustNotBeByRef(); in Variable()
H A DTypeBinaryExpression.cs105 if (parameter != null && !parameter.IsByRef) { in ReduceTypeEqual()
198 if (type.IsByRef) throw Error.TypeMustNotBeByRef(); in TypeIs()
212 if (type.IsByRef) throw Error.TypeMustNotBeByRef(); in TypeEqual()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Reflection/
H A DSignatureTypeExtensions.cs50 else if (pattern.IsByRef) in MatchesExactly()
52 … return actual.IsByRef && pattern.ElementType.MatchesExactly(actual.GetElementType()); in MatchesExactly()
125 else if (signatureType.IsByRef) in TryResolve()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Reflection/
H A DSignatureTypeExtensions.cs50 else if (pattern.IsByRef) in MatchesExactly()
52 … return actual.IsByRef && pattern.ElementType.MatchesExactly(actual.GetElementType()); in MatchesExactly()
125 else if (signatureType.IsByRef) in TryResolve()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DAxParameterData.cs78 if (this.IsByRef)
84 public bool IsByRef { property in System.Windows.Forms.Design.AxParameterData
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DTypeBinaryExpression.cs88 if (parameter != null && !parameter.IsByRef) in ReduceTypeEqual()
196 if (type.IsByRef) throw Error.TypeMustNotBeByRef(nameof(type)); in TypeIs()
211 if (type.IsByRef) throw Error.TypeMustNotBeByRef(nameof(type)); in TypeEqual()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting.Messaging/
H A DArgInfo.cs55 if (!parameters[n].ParameterType.IsByRef) { _paramMap [_inoutArgCount++] = n; } in ArgInfo()
59 if (parameters[n].ParameterType.IsByRef || parameters[n].IsOut) in ArgInfo()

12345678910>>...17