Searched refs:CV_StsAutoTrace (Results 1 – 2 of 2) sorted by relevance
153 if( code == CV_StsBackTrace || code == CV_StsAutoTrace ) in cvStdErrReport()179 if( code != CV_StsBackTrace && code != CV_StsAutoTrace ) in cvGuiBoxReport()283 case CV_StsAutoTrace : return "Autotrace call"; in cvErrorStr()343 if( code != CV_StsBackTrace && code != CV_StsAutoTrace ) in cvError()
60 #define CV_StsAutoTrace -8 /* tracing */ macro