Home
last modified time | relevance | path

Searched defs:STDCALL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h103 #define STDCALL __stdcall macro
106 #define STDCALL __attribute__((stdcall)) macro
108 #define STDCALL /* supported only on x86 platform */ macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_config.h88 # define STDCALL __stdcall macro
91 # define STDCALL /* not supported on x86_64 platform */ macro
93 # define STDCALL __attribute__ ((stdcall)) macro
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h98 #define STDCALL __stdcall macro
101 #define STDCALL __attribute__((stdcall)) macro
103 #define STDCALL /* supported only on x86 platform */ macro
H A Dittnotify.h165 #define STDCALL __stdcall macro
168 #define STDCALL __attribute__((stdcall)) macro
170 #define STDCALL /* supported only on x86 platform */ macro