Home
last modified time | relevance | path

Searched refs:CDECL (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h223 #ifndef CDECL
225 # define CDECL __cdecl macro
228 # define CDECL /* not actual on x86_64 platform */
230 # define CDECL __attribute__ ((cdecl))
235 #define JITAPI CDECL
H A Dittnotify_config.h74 #ifndef CDECL
76 # define CDECL __cdecl macro
79 # define CDECL /* not actual on x86_64 platform */ macro
81 # define CDECL __attribute__ ((cdecl)) macro
98 #define ITTAPI CDECL
99 #define LIBITTAPI CDECL
102 #define ITTAPI_CALL CDECL
103 #define LIBITTAPI_CALL CDECL
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-types-json.cpp15 #define CDECL __attribute__((cdecl)) macro
16 typedef void (CDECL *TestMacroQualifiedType)();