Searched defs:ICE_DEPRECATED_API (Results 1 – 6 of 6) sorted by relevance
209 # define ICE_DEPRECATED_API(msg) __declspec(deprecated(msg)) macro212 # define ICE_DEPRECATED_API(msg) __attribute__((deprecated(msg))) macro214 # define ICE_DEPRECATED_API(msg) __attribute__((deprecated)) macro219 # define ICE_DEPRECATED_API(msg) __attribute__((deprecated(msg))) macro221 # define ICE_DEPRECATED_API(msg) __attribute__((deprecated)) macro224 # define ICE_DEPRECATED_API(msg) /**/ macro
33 #define ICE_DEPRECATED_API(msg) __attribute__((deprecated(msg))) macro