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