Searched defs:CommonTypeManager (Results 1 – 1 of 1) sorted by relevance
469 template <typename Ty> struct CommonTypeManager struct472 static const char *name() { return ""; } in name()473 static const char *add_typedef() { return "\n"; } in add_typedef()474 typedef std::false_type is_vector_type;498 template <> struct TypeManager<cl_int> : public CommonTypeManager<cl_int> argument