Home | History | Annotate | Download | only in tools

Lines Matching full:subscript

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"] },
261 'description':'Array subscript has type char',
262 'patterns':[r".*: warning: array subscript has type 'char'"] },