Searched defs:is_array (Results 1 – 6 of 6) sorted by relevance
23 template <class T> struct is_array : public integral_constant<bool, __is_array(T)> {}; struct
512 struct is_array struct513 { static const bool value = false; };516 struct is_array<T[]> struct517 { static const bool value = true; };520 struct is_array<T[N]> struct521 { static const bool value = true; };
268 unsigned int is_array:1; member
1482 bool is_array; in r600_check_texture_resource() local
342 bool is_array = field->flags & TEP_FIELD_IS_ARRAY; in get_field_numeric_entry() local
2694 bool is_array; in v4l2_ctrl_new() local