HomeSort by: relevance | last modified time | path
    Searched defs:CDECL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.h 223 #ifndef CDECL
225 # define CDECL __cdecl
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
233 #endif /* CDECL */
235 #define JITAPI CDECL
ittnotify_config.h 74 #ifndef CDECL
76 # define CDECL __cdecl
79 # define CDECL /* not actual on x86_64 platform */
81 # define CDECL __attribute__ ((cdecl))
84 #endif /* CDECL */
98 #define ITTAPI CDECL
99 #define LIBITTAPI CDECL
102 #define ITTAPI_CALL CDECL
103 #define LIBITTAPI_CALL CDECL
    [all...]

Completed in 20 milliseconds