Searched refs:DEPRECATED (Results 1 – 1 of 1) sorted by relevance
13 #define DEPRECATED(msg) [[deprecated(msg)]] macro15 #define DEPRECATED(msg) __attribute__((deprecated(msg))) macro17 #define DEPRECATED(msg) macro21 DEPRECATED("Use CeedOperatorCreateComposite()")23 DEPRECATED("Use CeedOperatorCompositeAddSub()")25 DEPRECATED("Use CeedOperatorCompositeGetNumSub()")27 DEPRECATED("Use CeedOperatorCompositeGetSubList()")29 DEPRECATED("Use CeedOperatorCompositeGetSubByName()")33 DEPRECATED("Use CeedOperatorCompositeGetMultiplicity()")38 #undef DEPRECATED