Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/
H A Dzdict.h424 # define ZDICT_DEPRECATED(message) ZDICTLIB_API /* disable deprecation warnings */ macro
428 # define ZDICT_DEPRECATED(message) [[deprecated(message)]] ZDICTLIB_API macro
430 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated(message))) macro
432 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated)) macro
434 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __declspec(deprecated(message)) macro
437 # define ZDICT_DEPRECATED(message) ZDICTLIB_API macro