Lines Matching full:uninitialized
1 //= UninitializedValues.h - Finding uses of uninitialized values -*- C++ -*-==//
10 // This file defines APIs for invoking and reported uninitialized values
29 /// A use of a variable, which might be uninitialized.
41 /// Is this use uninitialized whenever the function is called?
44 /// Is this use uninitialized whenever the variable declaration is reached?
47 /// Does this use always see an uninitialized value?
50 /// This use is always uninitialized if it occurs after any of these branches
66 /// Get the expression containing the uninitialized use.
69 /// The kind of uninitialized use.
71 /// The use might be uninitialized.
73 /// The use is uninitialized whenever a certain branch is taken.
75 /// The use is uninitialized the first time it is reached after we reach
78 /// The use is uninitialized the first time it is reached after the function
81 /// The use is always uninitialized.
85 /// Get the kind of uninitialized use.
94 /// Branches which inevitably result in the variable being used uninitialized.
105 /// Called when the uninitialized variable is used at the given expression.
109 /// Called when the uninitialized variable analysis detects the