HomeSort by relevance Sort by last modified time
    Searched refs:CV_NORETURN (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 218 * CV_NORETURN attribute *
221 #ifndef CV_NORETURN
223 # define CV_NORETURN __attribute__((__noreturn__))
225 # define CV_NORETURN __declspec(noreturn)
227 # define CV_NORETURN /* nothing by default */
base.hpp 332 CV_INLINE CV_NORETURN void errorNoReturn(int _code, const String& _err, const char* _func, const char* _file, int _line)

Completed in 74 milliseconds