Lines Matching full:bounds
241 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Warray-bounds',242 'description':'Array subscript out of bounds',243 'patterns':[r".*: warning: array subscript is above array bounds",244 r".*: warning: array subscript is below array bounds"] },