Lines Matching defs:DISubrange
6300 descriptors <DISubrange>`, each representing the range of subscripts at that
6329 DISubrange
6332 ``DISubrange`` nodes are the elements for ``DW_TAG_array_type`` variants of
6341 !0 = !DISubrange(count: 5, lowerBound: 0) ; array counting from 0
6342 !1 = !DISubrange(count: 5, lowerBound: 1) ; array counting from 1
6343 !2 = !DISubrange(count: -1) ; empty array.
6353 !11 = !DISubrange(count: !10, lowerBound: 0)
6357 !13 = !DISubrange(count: !12, lowerBound: 0)