Home | History | Annotate | Download | only in IntelJITEvents

Lines Matching defs:CDECL

75 #ifndef CDECL
77 # define CDECL __cdecl
80 # define CDECL /* not actual on x86_64 platform */
82 # define CDECL __attribute__ ((cdecl))
85 #endif /* CDECL */
99 #define ITTAPI CDECL
100 #define LIBITTAPI CDECL
103 #define ITTAPI_CALL CDECL
104 #define LIBITTAPI_CALL CDECL