Home | History | Annotate | Download | only in tools

Lines Matching full:uninitialized

124         'description':'Variable may be used uninitialized',
125 'patterns':[r".*: warning: '.+' may be used uninitialized in this function"] },
127 'description':'Variable is used uninitialized',
128 'patterns':[r".*: warning: '.+' is used uninitialized in this function"] },