Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dconfig.hpp128 #define BOOST_ATOMIC_DETAIL_DEPRECATED(msg) __declspec(deprecated(msg)) macro
131 #define BOOST_ATOMIC_DETAIL_DEPRECATED(msg) __declspec(deprecated) macro
137 #define BOOST_ATOMIC_DETAIL_DEPRECATED(msg) __attribute__((deprecated(msg))) macro
146 #define BOOST_ATOMIC_DETAIL_DEPRECATED(msg) __attribute__((deprecated(msg))) macro
150 #define BOOST_ATOMIC_DETAIL_DEPRECATED(msg) [[deprecated(msg)]] macro
154 #define BOOST_ATOMIC_DETAIL_DEPRECATED(msg) __attribute__((deprecated)) macro
159 #define BOOST_ATOMIC_DETAIL_DEPRECATED(msg) __attribute__((deprecated)) macro
164 #define BOOST_ATOMIC_DETAIL_DEPRECATED(msg) macro