Home
last modified time | relevance | path

Searched refs:CV_DO_PRAGMA (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/include/opencv/
Dcv.h47 #define CV_DO_PRAGMA(x) __pragma(x) macro
51 #define CV_MSG_PRAGMA(_msg) CV_DO_PRAGMA(message (__CVMSVCLOC__ _msg))
53 #define CV_DO_PRAGMA(x) _Pragma (#x) macro
54 #define CV_MSG_PRAGMA(_msg) CV_DO_PRAGMA(message (_msg))
56 #define CV_DO_PRAGMA(x) macro
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp287 #define CV_DO_PRAGMA(x) __pragma(x) macro
289 #define CV_DO_PRAGMA(x) _Pragma (#x) macro
291 #define CV_DO_PRAGMA(x) macro
296 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)
/external/opencv3/doc/
DDoxyfile.in239 CV_DO_PRAGMA(x)= \