Lines Matching refs:errStr
758 * \param errStr a descriptive string that must remain in scope until
762 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr)
798 const char * errStr = NULL)
801 throw Error(err, errStr);
806 static inline cl_int errHandler (cl_int err, const char * errStr = NULL)
808 (void) errStr; // suppress unused variable warning
1995 BuildError(cl_int err, const char * errStr, const BuildLogType &vec) : Error(err, errStr), buildLogs(vec)
2007 const char * errStr,
2011 throw BuildError(err, errStr, buildLogs);
2021 const char * errStr,
2025 (void)errStr;