|
clang
5.0.0
|
A use of a variable, which might be uninitialized. More...
#include "clang/Analysis/Analyses/UninitializedValues.h"
Classes | |
| struct | Branch |
Public Types | |
| enum | Kind { Maybe, Sometimes, AfterDecl, AfterCall, Always } |
| The kind of uninitialized use. More... | |
| typedef SmallVectorImpl < Branch >::const_iterator | branch_iterator |
Public Member Functions | |
| UninitUse (const Expr *User, bool AlwaysUninit) | |
| void | addUninitBranch (Branch B) |
| void | setUninitAfterCall () |
| void | setUninitAfterDecl () |
| const Expr * | getUser () const |
| Get the expression containing the uninitialized use. More... | |
| Kind | getKind () const |
| Get the kind of uninitialized use. More... | |
| branch_iterator | branch_begin () const |
| Branches which inevitably result in the variable being used uninitialized. More... | |
| branch_iterator | branch_end () const |
| bool | branch_empty () const |
A use of a variable, which might be uninitialized.
Definition at line 30 of file UninitializedValues.h.
| typedef SmallVectorImpl<Branch>::const_iterator clang::UninitUse::branch_iterator |
Definition at line 93 of file UninitializedValues.h.
The kind of uninitialized use.
Definition at line 70 of file UninitializedValues.h.
Definition at line 55 of file UninitializedValues.h.
|
inline |
Definition at line 59 of file UninitializedValues.h.
|
inline |
Branches which inevitably result in the variable being used uninitialized.
Definition at line 95 of file UninitializedValues.h.
Referenced by DiagUninitUse().
|
inline |
Definition at line 97 of file UninitializedValues.h.
Referenced by getKind().
|
inline |
Definition at line 96 of file UninitializedValues.h.
Referenced by DiagUninitUse().
|
inline |
Get the kind of uninitialized use.
Definition at line 86 of file UninitializedValues.h.
References AfterCall, AfterDecl, Always, branch_empty(), Maybe, and Sometimes.
Referenced by DiagUninitUse().
|
inline |
Get the expression containing the uninitialized use.
Definition at line 67 of file UninitializedValues.h.
Referenced by DiagnoseUninitializedUse(), and DiagUninitUse().
|
inline |
Definition at line 63 of file UninitializedValues.h.
|
inline |
Definition at line 64 of file UninitializedValues.h.
1.8.6