Home
last modified time | relevance | path

Searched defs:callConv (Results 1 – 25 of 2324) sorted by relevance

12345678910>>...93

/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_callfunc.cpp56 int DetectCallingConvention(bool isMethod, const asSFuncPtr &ptr, int callConv, void *auxiliary, as… in DetectCallingConvention()
526 int callConv = sysFunc->callConv; in CallSystemFunction() local
566 int callConv = sysFunc->callConv; in CallSystemFunction() local
H A Das_callfunc_arm.cpp80 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
H A Das_callfunc_x64_msvc.cpp67 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
H A Das_callfunc_x64_mingw.cpp183 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
H A Das_callfunc_mips.cpp90 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_callfunc.cpp56 int DetectCallingConvention(bool isMethod, const asSFuncPtr &ptr, int callConv, void *auxiliary, as… in DetectCallingConvention()
526 int callConv = sysFunc->callConv; in CallSystemFunction() local
566 int callConv = sysFunc->callConv; in CallSystemFunction() local
H A Das_callfunc_arm.cpp80 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
H A Das_callfunc_x64_msvc.cpp67 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
H A Das_callfunc_x64_mingw.cpp183 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
H A Das_callfunc_mips.cpp90 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_callfunc.cpp56 int DetectCallingConvention(bool isMethod, const asSFuncPtr &ptr, int callConv, void *auxiliary, as… in DetectCallingConvention()
526 int callConv = sysFunc->callConv; in CallSystemFunction() local
566 int callConv = sysFunc->callConv; in CallSystemFunction() local
H A Das_callfunc_arm.cpp80 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
H A Das_callfunc_x64_msvc.cpp67 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
H A Das_callfunc_x64_mingw.cpp183 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
H A Das_callfunc_mips.cpp90 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_callfunc.cpp56 int DetectCallingConvention(bool isMethod, const asSFuncPtr &ptr, int callConv, void *auxiliary, as… in DetectCallingConvention()
538 int callConv = sysFunc->callConv; in CallSystemFunction() local
578 int callConv = sysFunc->callConv; in CallSystemFunction() local
H A Das_callfunc_arm.cpp80 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
H A Das_callfunc_x64_msvc.cpp67 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
H A Das_callfunc_x64_mingw.cpp183 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
H A Das_callfunc_mips.cpp90 int callConv = sysFunc->callConv; in CallSystemFunctionNative() local
/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()
103 bool hasThis, bool explicitThis, MethodCallingConvention callConv) : in MethodReference()
H A DCallSite.cs77 …public CallSite (bool hasThis, bool explicitThis, MethodCallingConvention callConv, MethodReturnTy… in CallSite()
H A DFunctionPointerType.cs104 …public FunctionPointerType (bool hasThis, bool explicitThis, MethodCallingConvention callConv, Met… in FunctionPointerType()
/dports/devel/msbuild/msbuild-0.06/src/Shared/Compat/
H A DTypeExtensions.cs515 …thodBase, BindingFlags methodFlags, BindingFlags bindingFlags, CallingConventions callConv, Type[]… in FilterApplyMethodBase()
646 … String name, BindingFlags bindingAttr, object binder, CallingConventions callConv, in GetMethodImpl()
733 String name, BindingFlags bindingAttr, CallingConventions callConv, in GetMethodCandidates()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/BindingFlagSupport/
H A DShared.cs24 …erCount(this MethodBase methodBase, BindingFlags bindingFlags, CallingConventions callConv, Type[]… in QualifiesBasedOnParameterCount()

12345678910>>...93