Searched defs:DECLASM (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dcdefs.h996 /** @def DECLASM
1002 # define DECLASM(type) extern "C" type __cdecl macro
1004 # define DECLASM(type) extern "C" type __attribute__((cdecl,regparm(0))) macro
1006 # define DECLASM(type) extern "C" type macro
1010 # define DECLASM(type) type __cdecl macro
1012 # define DECLASM(type) type __attribute__((cdecl,regparm(0))) macro
1014 # define DECLASM(type) type macro

Completed in 675 milliseconds