Searched refs:CV_DO_PRAGMA (Results 1 – 3 of 3) sorted by relevance
47 #define CV_DO_PRAGMA(x) __pragma(x) macro51 #define CV_MSG_PRAGMA(_msg) CV_DO_PRAGMA(message (__CVMSVCLOC__ _msg))53 #define CV_DO_PRAGMA(x) _Pragma (#x) macro54 #define CV_MSG_PRAGMA(_msg) CV_DO_PRAGMA(message (_msg))56 #define CV_DO_PRAGMA(x) macro
287 #define CV_DO_PRAGMA(x) __pragma(x) macro289 #define CV_DO_PRAGMA(x) _Pragma (#x) macro291 #define CV_DO_PRAGMA(x) macro296 CV_DO_PRAGMA(warning(push)) \297 CV_DO_PRAGMA(warning(disable: 4996))298 #define CV_SUPPRESS_DEPRECATED_END CV_DO_PRAGMA(warning(pop))301 CV_DO_PRAGMA(GCC diagnostic push) \302 CV_DO_PRAGMA(GCC diagnostic ignored "-Wdeprecated-declarations")303 #define CV_SUPPRESS_DEPRECATED_END CV_DO_PRAGMA(GCC diagnostic pop)
239 CV_DO_PRAGMA(x)= \