Searched defs:THIS_FUNCTION_IS_DEPRECATED (Results 1 – 2 of 2) sorted by relevance
17 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) macro19 #define THIS_FUNCTION_IS_DEPRECATED(func) __declspec(deprecated) func macro21 #define THIS_FUNCTION_IS_DEPRECATED(func) func macro