Home
last modified time | relevance | path

Searched refs:THISCALL (Results 1 – 25 of 46) sorted by relevance

12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/pygccxml/src/pygccxml/declarations/
H A Dcalldef_types.py28 THISCALL = 'thiscall' variable in CALLING_CONVENTION_TYPES
32 all = (UNKNOWN, CDECL, STDCALL, THISCALL, FASTCALL, SYSTEM_DEFAULT)
H A Dcalldef_members.py128 return calldef_types.CALLING_CONVENTION_TYPES.THISCALL
/dports/textproc/py-pygccxml/pygccxml-2.2.1/pygccxml/declarations/
H A Dcalldef_types.py28 THISCALL = 'thiscall' variable in CALLING_CONVENTION_TYPES
32 all = (UNKNOWN, CDECL, STDCALL, THISCALL, FASTCALL, SYSTEM_DEFAULT)
H A Dcalldef_members.py128 return calldef_types.CALLING_CONVENTION_TYPES.THISCALL
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/
H A Ddebug_windbg.c26 #define THISCALL(dbginterface, function, ...) dbginterface->lpVtbl->function (dbginterface, __VA_AR… macro
27 #define ITHISCALL(dbginterface, function, ...) THISCALL (idbg->dbginterface, function, __VA_ARGS__)
28 #define RELEASE(I) if (I) THISCALL (I, Release);
228 THISCALL (bkpt, GetFlags, &flags); in windbg_breakpoint()
245 THISCALL (bkpt, SetDataParameters, b->size, access_type); in windbg_breakpoint()
247 THISCALL (bkpt, SetFlags, flags); in windbg_breakpoint()
248 THISCALL (bkpt, GetCurrentPassCount, (PULONG)&b->togglehits); in windbg_breakpoint()
249 THISCALL (bkpt, SetOffset, b->addr); in windbg_breakpoint()
/dports/devel/hyperscan/boost_1_75_0/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/devel/R-cran-BH/BH/inst/include/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/databases/xtrabackup/boost_1_59_0/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/databases/percona57-server/boost_1_59_0/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/databases/percona57-client/boost_1_59_0/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/devel/boost-libs/boost_1_72_0/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/devel/boost-docs/boost_1_72_0/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/devel/boost-python-libs/boost_1_72_0/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/function_types/config/
H A Dcc_names.hpp19 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\
/dports/devel/radare2/radare2-5.1.1/libr/io/p/
H A Dio_windbg.c37 #define THISCALL(dbginterface, function, ...) dbginterface->lpVtbl->function (dbginterface, __VA_AR… macro
38 #define ITHISCALL(dbginterface, function, ...) THISCALL (idbg->dbginterface, function, __VA_ARGS__)
82 THISCALL (This, AddRef); \
229 #define RELEASE(I) if (I) THISCALL (I, Release); in init_callbacks()
/dports/devel/py-pyplusplus/pyplusplus-1.8.4/pyplusplus/code_creators/
H A Dcalldef_ctypes.py19 , CCT.THISCALL : 'CPPMETHODTYPE'
/dports/devel/boost-docs/boost_1_72_0/libs/function_types/doc/
H A Dfunction_types.qbk891 (( THISCALL , thiscall_cc , BOOST_PP_IDENTITY(__thiscall) ))\

12