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