Home | History | Annotate | Download | only in include

Lines Matching refs:Func

106 #define OPENCV_ERROR(status,func,context)                           \
107 cvError((status),(func),(context),__FILE__,__LINE__)
109 #define OPENCV_ERRCHK(func,context) \
111 {OPENCV_ERROR(CV_StsBackTrace,(func),(context));}}
113 #define OPENCV_ASSERT(expr,func,context) \
115 {OPENCV_ERROR(CV_StsInternal,(func),(context));}}
119 #define OPENCV_CALL( Func ) \
121 Func; \
168 #define CV_CALL( Func ) \
170 Func; \