Lines Matching refs:other
207 * applies to use of cl::Program construction and other program
997 * existence of Wrapper<T>::cl_type, and none of the other types having the
1094 * existence of Wrapper<T>::cl_type, and none of the other types having the
2405 * other than CL_SUCCESS is generated, then cl::Error exception is
3416 typedef SVMAllocator<U, SVMTrait> other;
3433 SVMAllocator(const SVMAllocator &other) :
3434 context_(other.context_)
3439 SVMAllocator(const SVMAllocator<U, SVMTrait> &other) :
3440 context_(other.context_)
3556 typedef SVMAllocator<U, SVMTrait> other;