Lines Matching defs:other
207 * applies to use of cl::Program construction and other program
1051 * existence of Wrapper<T>::cl_type, and none of the other types having the
1148 * existence of Wrapper<T>::cl_type, and none of the other types having the
2549 * other than CL_SUCCESS is generated, then cl::Error exception is
3560 typedef SVMAllocator<U, SVMTrait> other;
3577 SVMAllocator(const SVMAllocator &other) :
3578 context_(other.context_)
3583 SVMAllocator(const SVMAllocator<U, SVMTrait> &other) :
3584 context_(other.context_)
3700 typedef SVMAllocator<U, SVMTrait> other;