Lines Matching refs:default_error_

1975     static cl_int default_error_;
1979 * This sets @c default_ and @c default_error_. It does not throw
2024 detail::errHandler(default_error_);
2026 *errResult = default_error_;
2041 detail::errHandler(default_error_);
2194 CL_HPP_DEFINE_STATIC_MEMBER_ cl_int Device::default_error_ = CL_SUCCESS;
2208 static cl_int default_error_;
2212 * This sets @c default_ and @c default_error_. It does not throw
2229 default_error_ = err;
2233 default_error_ = CL_INVALID_PLATFORM;
2240 default_error_ = err;
2248 default_error_ = e.err();
2302 detail::errHandler(default_error_);
2304 *errResult = default_error_;
2319 detail::errHandler(default_error_);
2554 CL_HPP_DEFINE_STATIC_MEMBER_ cl_int Platform::default_error_ = CL_SUCCESS;
2588 static cl_int default_error_;
2592 * This sets @c default_ and @c default_error_. It does not throw
2618 &default_error_);
2622 default_error_ = e.err();
2834 detail::errHandler(default_error_);
2836 *err = default_error_;
2851 detail::errHandler(default_error_);
2965 default_error_ = error;
2969 default_error_ = CL_SUCCESS;
2974 default_error_ = e.err();
2981 CL_HPP_DEFINE_STATIC_MEMBER_ cl_int Context::default_error_ = CL_SUCCESS;
6637 static cl_int default_error_;
6641 * It sets default_error_ to indicate success or failure. It does not throw
6657 default_error_ = error;
6661 default_ = CommandQueue(context, device, 0, &default_error_);
6666 default_error_ = e.err();
7058 detail::errHandler(default_error_, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
7060 detail::errHandler(default_error_, __CREATE_COMMAND_QUEUE_ERR);
7063 *err = default_error_;
7078 detail::errHandler(default_error_);
8243 CL_HPP_DEFINE_STATIC_MEMBER_ cl_int CommandQueue::default_error_ = CL_SUCCESS;