Home | History | Annotate | Download | only in Analysis

Lines Matching full:uninitialized

41 // below won't fire an "uninitialized value" warning.
50 // as involving an uninitialized value.
194 struct test_7185607 s; // Uninitialized.
397 if ( rdar_7332673_test2_aux(value) != 1 ) {} // expected-warning{{Function call argument is an uninitialized value}}
547 // uninitialized (<rdar://problem/6811085>)
648 // are not treated as being uninitialized.
674 builder(x); // expected-warning{{Function call argument is an uninitialized value}}
720 // a false positive that 'uninit' could be uninitialized at the call
877 // was reported as an uninitialized value.
1066 // Do not warn that the value of 'foo' is uninitialized.
1207 // into array without warning about an uninitialized value being returned.