Home
last modified time | relevance | path

Searched refs:callConv (Results 26 – 50 of 2417) sorted by relevance

12345678910>>...97

/dports/lang/angelscript/sdk/angelscript/source/
H A Das_callfunc.h52 int DetectCallingConvention(bool isMethod, const asSFuncPtr &ptr, int callConv, void *auxiliary, as…
102 internalCallConv callConv; member
123 …asSSystemFunctionInterface() : func(0), baseOffset(0), callConv(ICC_GENERIC_FUNC), scriptReturnSiz… in asSSystemFunctionInterface()
134 callConv = in.callConv;
H A Das_callfunc_x86.cpp101 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
106 bool isThisCallMethod = callConv >= ICC_THISCALL_OBJLAST; in CallSystemFunctionNative()
112 (callConv >= ICC_THISCALL_OBJFIRST && in CallSystemFunctionNative()
113 callConv <= ICC_VIRTUAL_THISCALL_OBJFIRST_RETURNINMEM) ) in CallSystemFunctionNative()
169 (callConv >= ICC_THISCALL_OBJLAST && in CallSystemFunctionNative()
170 callConv <= ICC_VIRTUAL_THISCALL_OBJLAST_RETURNINMEM) ) in CallSystemFunctionNative()
180 callConv++; in CallSystemFunctionNative()
182 switch( callConv ) in CallSystemFunctionNative()
H A Das_scriptengine.cpp1180 …if( (unsigned)callConv == asCALL_GENERIC || (unsigned)callConv == asCALL_THISCALL_OBJFIRST || (uns… in SetMessageCallback()
4055 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethod()
4132 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetBool()
4209 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetInt()
4286 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetPtr()
4356 if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetPtr()
4432 if( i->callConv == ICC_CDECL ) in CallGlobalFunctionRetPtr()
4454 if( i->callConv == ICC_CDECL ) in CallGlobalFunctionRetPtr()
4495 else if( i->callConv == ICC_VIRTUAL_THISCALL || i->callConv == ICC_THISCALL ) in CallObjectMethod()
4565 if( i->callConv == ICC_CDECL ) in CallGlobalFunction()
[all …]
H A Das_scriptengine.h80 virtual int SetMessageCallback(const asSFuncPtr &callback, void *obj, asDWORD callConv);
89 …unction(const char *declaration, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
104 …r *obj, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
105 …aviour, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
202 virtual int SetTranslateAppExceptionCallback(asSFuncPtr callback, void *param, int callConv);
221 …ctType, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
222 …urs behaviour, const char *decl, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/BindingFlagSupport/
H A DShared.cs24 …is MethodBase methodBase, BindingFlags bindingFlags, CallingConventions callConv, Type[] argumentT… in QualifiesBasedOnParameterCount() argument
33 if ((callConv & CallingConventions.Any) == 0) in QualifiesBasedOnParameterCount()
35 …if ((callConv & CallingConventions.VarArgs) != 0 && (methodBase.CallingConvention & CallingConvent… in QualifiesBasedOnParameterCount()
38 …if ((callConv & CallingConventions.Standard) != 0 && (methodBase.CallingConvention & CallingConven… in QualifiesBasedOnParameterCount()
69 Debug.Assert((callConv & CallingConventions.VarArgs) != 0); in QualifiesBasedOnParameterCount()
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_callfunc.h52 int DetectCallingConvention(bool isMethod, const asSFuncPtr &ptr, int callConv, void *auxiliary, as…
102 internalCallConv callConv; member
132 callConv = in.callConv;
H A Das_scriptengine.cpp1132 …if( (unsigned)callConv == asCALL_GENERIC || (unsigned)callConv == asCALL_THISCALL_OBJFIRST || (uns… in SetMessageCallback()
3187 callConv != asCALL_STDCALL && in RegisterStringFactory()
3189 callConv != asCALL_GENERIC ) in RegisterStringFactory()
4013 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethod()
4080 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetBool()
4147 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetInt()
4214 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetPtr()
4274 if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetPtr()
4340 if( i->callConv == ICC_CDECL ) in CallGlobalFunctionRetPtr()
4362 if( i->callConv == ICC_CDECL ) in CallGlobalFunctionRetPtr()
[all …]
H A Das_callfunc_x86.cpp101 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
106 bool isThisCallMethod = callConv >= ICC_THISCALL_OBJLAST; in CallSystemFunctionNative()
112 (callConv >= ICC_THISCALL_OBJFIRST && in CallSystemFunctionNative()
113 callConv <= ICC_VIRTUAL_THISCALL_OBJFIRST_RETURNINMEM) ) in CallSystemFunctionNative()
169 (callConv >= ICC_THISCALL_OBJLAST && in CallSystemFunctionNative()
170 callConv <= ICC_VIRTUAL_THISCALL_OBJLAST_RETURNINMEM) ) in CallSystemFunctionNative()
180 callConv++; in CallSystemFunctionNative()
182 switch( callConv ) in CallSystemFunctionNative()
H A Das_scriptengine.h80 virtual int SetMessageCallback(const asSFuncPtr &callback, void *obj, asDWORD callConv);
89 …unction(const char *declaration, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
104 …r *obj, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
105 …aviour, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
117 …ingFactory(const char *datatype, const asSFuncPtr &factoryFunc, asDWORD callConv, void *auxiliary …
241 …ctType, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
242 …urs behaviour, const char *decl, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DMethodReference.cs88 bool explicitThis, MethodCallingConvention callConv) : this (name) in MethodReference() argument
93 m_callConv = callConv; in MethodReference()
103 bool hasThis, bool explicitThis, MethodCallingConvention callConv) : in MethodReference() argument
104 this (name, hasThis, explicitThis, callConv) in MethodReference()
H A DCallSite.cs77 …public CallSite (bool hasThis, bool explicitThis, MethodCallingConvention callConv, MethodReturnTy… in CallSite() argument
79 m_function = new MethodReference (string.Empty, hasThis, explicitThis, callConv); in CallSite()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_callfunc.h52 int DetectCallingConvention(bool isMethod, const asSFuncPtr &ptr, int callConv, void *auxiliary, as…
102 internalCallConv callConv; member
132 callConv = in.callConv;
H A Das_callfunc_x86.cpp109 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
114 bool isThisCallMethod = callConv >= ICC_THISCALL_OBJLAST; in CallSystemFunctionNative()
120 (callConv >= ICC_THISCALL_OBJFIRST && in CallSystemFunctionNative()
121 callConv <= ICC_VIRTUAL_THISCALL_OBJFIRST_RETURNINMEM) ) in CallSystemFunctionNative()
177 (callConv >= ICC_THISCALL_OBJLAST && in CallSystemFunctionNative()
178 callConv <= ICC_VIRTUAL_THISCALL_OBJLAST_RETURNINMEM) ) in CallSystemFunctionNative()
188 callConv++; in CallSystemFunctionNative()
190 switch( callConv ) in CallSystemFunctionNative()
H A Das_scriptengine.cpp1133 …if( (unsigned)callConv == asCALL_GENERIC || (unsigned)callConv == asCALL_THISCALL_OBJFIRST || (uns… in SetMessageCallback()
3187 callConv != asCALL_STDCALL && in RegisterStringFactory()
3189 callConv != asCALL_GENERIC ) in RegisterStringFactory()
4022 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethod()
4089 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetBool()
4156 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetInt()
4223 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetPtr()
4283 if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetPtr()
4349 if( i->callConv == ICC_CDECL ) in CallGlobalFunctionRetPtr()
4371 if( i->callConv == ICC_CDECL ) in CallGlobalFunctionRetPtr()
[all …]
H A Das_scriptengine.h81 virtual int SetMessageCallback(const asSFuncPtr &callback, void *obj, asDWORD callConv);
90 …unction(const char *declaration, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
105 …r *obj, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
106 …aviour, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
118 …ingFactory(const char *datatype, const asSFuncPtr &factoryFunc, asDWORD callConv, void *auxiliary …
241 …ctType, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
242 …urs behaviour, const char *decl, const asSFuncPtr &funcPointer, asDWORD callConv, void *auxiliary …
/dports/devel/msbuild/msbuild-0.06/src/Shared/Compat/
H A DTypeExtensions.cs515 …BindingFlags methodFlags, BindingFlags bindingFlags, CallingConventions callConv, Type[] argumentT… in FilterApplyMethodBase() argument
527 if ((callConv & CallingConventions.Any) == 0) in FilterApplyMethodBase()
529 if ((callConv & CallingConventions.VarArgs) != 0 && in FilterApplyMethodBase()
533 if ((callConv & CallingConventions.Standard) != 0 && in FilterApplyMethodBase()
568 Contract.Assert((callConv & CallingConventions.VarArgs) != 0); in FilterApplyMethodBase()
646 … String name, BindingFlags bindingAttr, object binder, CallingConventions callConv, in GetMethodImpl() argument
649 … List<MethodInfo> candidates = GetMethodCandidates(name, bindingAttr, callConv, types, false); in GetMethodImpl()
733 String name, BindingFlags bindingAttr, CallingConventions callConv, in GetMethodCandidates() argument
765 … if (FilterApplyMethodBase(methodInfo, bindingAttr, bindingAttr, callConv, types) && in GetMethodCandidates()
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dfunc.cpp30 uint32_t ccId = sign.callConv(); in init()
76 uint32_t ccId = func.callConv().id(); in init()
113 uint32_t ccId = func->callConv().id(); in updateFuncFrame()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dfunc.cpp46 uint32_t ccId = signature.callConv(); in init()
93 if (Environment::isFamilyX86(func.callConv().arch())) in init()
98 if (Environment::isFamilyARM(func.callConv().arch())) in init()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dfunc.cpp46 uint32_t ccId = signature.callConv(); in init()
93 if (Environment::isFamilyX86(func.callConv().arch())) in init()
98 if (Environment::isFamilyARM(func.callConv().arch())) in init()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dfunc.cpp66 uint32_t ccId = signature.callConv(); in init()
110 uint32_t arch = func.callConv().arch(); in init()
125 uint32_t naturalStackAlignment = func.callConv().naturalStackAlignment(); in init()
151 memcpy(_saveRestoreRegSize, func.callConv()._saveRestoreRegSize, sizeof(_saveRestoreRegSize)); in init()
152 …memcpy(_saveRestoreAlignment, func.callConv()._saveRestoreAlignment, sizeof(_saveRestoreAlignment)… in init()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dfunc.cpp66 uint32_t ccId = signature.callConv(); in init()
110 uint32_t arch = func.callConv().arch(); in init()
125 uint32_t naturalStackAlignment = func.callConv().naturalStackAlignment(); in init()
151 memcpy(_saveRestoreRegSize, func.callConv()._saveRestoreRegSize, sizeof(_saveRestoreRegSize)); in init()
152 …memcpy(_saveRestoreAlignment, func.callConv()._saveRestoreAlignment, sizeof(_saveRestoreAlignment)… in init()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dfunc.cpp66 uint32_t ccId = signature.callConv(); in init()
110 uint32_t arch = func.callConv().arch(); in init()
125 uint32_t naturalStackAlignment = func.callConv().naturalStackAlignment(); in init()
151 memcpy(_saveRestoreRegSize, func.callConv()._saveRestoreRegSize, sizeof(_saveRestoreRegSize)); in init()
152 …memcpy(_saveRestoreAlignment, func.callConv()._saveRestoreAlignment, sizeof(_saveRestoreAlignment)… in init()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dfunc.cpp66 uint32_t ccId = signature.callConv(); in init()
110 uint32_t arch = func.callConv().arch(); in init()
125 uint32_t naturalStackAlignment = func.callConv().naturalStackAlignment(); in init()
151 memcpy(_saveRestoreRegSize, func.callConv()._saveRestoreRegSize, sizeof(_saveRestoreRegSize)); in init()
152 …memcpy(_saveRestoreAlignment, func.callConv()._saveRestoreAlignment, sizeof(_saveRestoreAlignment)… in init()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_callfunc_x86.cpp101 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
106 bool isThisCallMethod = callConv >= ICC_THISCALL_OBJLAST; in CallSystemFunctionNative()
112 (callConv >= ICC_THISCALL_OBJFIRST && in CallSystemFunctionNative()
113 callConv <= ICC_VIRTUAL_THISCALL_OBJFIRST_RETURNINMEM) ) in CallSystemFunctionNative()
169 (callConv >= ICC_THISCALL_OBJLAST && in CallSystemFunctionNative()
170 callConv <= ICC_VIRTUAL_THISCALL_OBJLAST_RETURNINMEM) ) in CallSystemFunctionNative()
180 callConv++; in CallSystemFunctionNative()
182 switch( callConv ) in CallSystemFunctionNative()
H A Das_scriptengine.cpp1141 …if( (unsigned)callConv == asCALL_GENERIC || (unsigned)callConv == asCALL_THISCALL_OBJFIRST || (uns… in SetMessageCallback()
3973 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethod()
4050 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetBool()
4127 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetInt()
4204 else if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetPtr()
4274 if( i->callConv == ICC_THISCALL || i->callConv == ICC_VIRTUAL_THISCALL ) in CallObjectMethodRetPtr()
4350 if( i->callConv == ICC_CDECL ) in CallGlobalFunctionRetPtr()
4372 if( i->callConv == ICC_CDECL ) in CallGlobalFunctionRetPtr()
4413 else if( i->callConv == ICC_VIRTUAL_THISCALL || i->callConv == ICC_THISCALL ) in CallObjectMethod()
4483 if( i->callConv == ICC_CDECL ) in CallGlobalFunction()
[all …]

12345678910>>...97