Lines Matching full:uninitialized
490 /// uninitialized use of a variable.
495 // Diagnose each branch which leads to a sometimes-uninitialized use.
520 // uninitialized'. This happens for range-based for, which the user
523 // uninitialized, eg "for (int n; n < 10; ++n)". We should report that
524 // with the 'is uninitialized' diagnostic.
629 /// uninitialized variable. This manages the different forms of diagnostic
647 // uninitialized. Proven code paths which access 'x' in
648 // an uninitialized state after this will still warn.
1200 // Specially handle the case where we have uses of an uninitialized
1216 // If we have self-init, downgrade all uses to 'may be uninitialized'.
1221 // on the first point at which a variable is used uninitialized.