Home
last modified time | relevance | path

Searched defs:ASMJIT_DEPRECATED (Results 1 – 7 of 7) sorted by relevance

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dapi-config.h448 #define ASMJIT_DEPRECATED(MESSAGE) __attribute__((__deprecated__(MESSAGE))) macro
455 #define ASMJIT_DEPRECATED(MESSAGE) __declspec(deprecated(MESSAGE)) macro
458 #define ASMJIT_DEPRECATED(MESSAGE) macro
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dapi-config.h438 #define ASMJIT_DEPRECATED(MESSAGE) __attribute__((__deprecated__(MESSAGE))) macro
445 #define ASMJIT_DEPRECATED(MESSAGE) __declspec(deprecated(MESSAGE)) macro
448 #define ASMJIT_DEPRECATED(MESSAGE) macro
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dapi-config.h438 #define ASMJIT_DEPRECATED(MESSAGE) __attribute__((__deprecated__(MESSAGE))) macro
445 #define ASMJIT_DEPRECATED(MESSAGE) __declspec(deprecated(MESSAGE)) macro
448 #define ASMJIT_DEPRECATED(MESSAGE) macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dapi-config.h448 #define ASMJIT_DEPRECATED(MESSAGE) __attribute__((__deprecated__(MESSAGE))) macro
455 #define ASMJIT_DEPRECATED(MESSAGE) __declspec(deprecated(MESSAGE)) macro
458 #define ASMJIT_DEPRECATED(MESSAGE) macro
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dapi-config.h448 #define ASMJIT_DEPRECATED(MESSAGE) __attribute__((__deprecated__(MESSAGE))) macro
455 #define ASMJIT_DEPRECATED(MESSAGE) __declspec(deprecated(MESSAGE)) macro
458 #define ASMJIT_DEPRECATED(MESSAGE) macro
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dapi-config.h448 #define ASMJIT_DEPRECATED(MESSAGE) __attribute__((__deprecated__(MESSAGE))) macro
455 #define ASMJIT_DEPRECATED(MESSAGE) __declspec(deprecated(MESSAGE)) macro
458 #define ASMJIT_DEPRECATED(MESSAGE) macro
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dbuild.h433 #define ASMJIT_DEPRECATED(DECL, MESSAGE) DECL __attribute__((__deprecated__(MESSAGE))) macro
435 #define ASMJIT_DEPRECATED(DECL, MESSAGE) __declspec(deprecated(MESSAGE)) DECL macro
437 #define ASMJIT_DEPRECATED(DECL, MESSAGE) DECL macro