Searched defs:bounds_infoXX_template (Results 1 – 1 of 1) sorted by relevance
59 template <typename T> struct bounds_infoXX_template { struct62 typedef typename traits_t<T>::signed_t ST;64 loop_type_t loop_type; // The differentiator65 loop_type_t loop_iv_type;66 comparison_t comparison;70 kmp_index_t outer_iv;73 union {78 union {104 * Same size as bounds_infoXX_template. argument