Home | History | Annotate | Download | only in Sema

Lines Matching full:uninitialized

675 /// uninitialized use of a variable.
700 // Carry on to report sometimes-uninitialized branches, if possible,
701 // or a 'may be used uninitialized' diagnostic otherwise.
705 // Diagnose each branch which leads to a sometimes-uninitialized use.
730 // uninitialized'. FIXME: Can this happen?
795 // so treat it as a 'may be uninitialized' case.
844 /// uninitialized variable. This manages the different forms of diagnostic
861 // uninitialized. Proven code paths which access 'x' in
862 // an uninitialized state after this will still warn.
1372 // Specially handle the case where we have uses of an uninitialized
1393 // If we have self-init, downgrade all uses to 'may be uninitialized'.
1398 // on the first point at which a variable is used uninitialized.