Lines Matching defs:default_error_

2072     static cl_int default_error_;
2076 * This sets @c default_ and @c default_error_. It does not throw
2121 detail::errHandler(default_error_);
2123 *errResult = default_error_;
2138 detail::errHandler(default_error_);
2338 CL_HPP_DEFINE_STATIC_MEMBER_ cl_int Device::default_error_ = CL_SUCCESS;
2352 static cl_int default_error_;
2356 * This sets @c default_ and @c default_error_. It does not throw
2373 default_error_ = err;
2377 default_error_ = CL_INVALID_PLATFORM;
2384 default_error_ = err;
2392 default_error_ = e.err();
2446 detail::errHandler(default_error_);
2448 *errResult = default_error_;
2463 detail::errHandler(default_error_);
2698 CL_HPP_DEFINE_STATIC_MEMBER_ cl_int Platform::default_error_ = CL_SUCCESS;
2732 static cl_int default_error_;
2736 * This sets @c default_ and @c default_error_. It does not throw
2762 &default_error_);
2766 default_error_ = e.err();
2978 detail::errHandler(default_error_);
2980 *err = default_error_;
2995 detail::errHandler(default_error_);
3109 default_error_ = error;
3113 default_error_ = CL_SUCCESS;
3118 default_error_ = e.err();
3125 CL_HPP_DEFINE_STATIC_MEMBER_ cl_int Context::default_error_ = CL_SUCCESS;
6987 static cl_int default_error_;
6991 * It sets default_error_ to indicate success or failure. It does not throw
7007 default_error_ = error;
7011 default_ = CommandQueue(context, device, 0, &default_error_);
7016 default_error_ = e.err();
7408 detail::errHandler(default_error_, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
7410 detail::errHandler(default_error_, __CREATE_COMMAND_QUEUE_ERR);
7413 *err = default_error_;
7428 detail::errHandler(default_error_);
8714 CL_HPP_DEFINE_STATIC_MEMBER_ cl_int CommandQueue::default_error_ = CL_SUCCESS;