GCC Middle and Back End API Reference
|
Data Fields | |
unsigned int | vdef_cnt |
unsigned int | oracle_cnt |
unsigned | limit |
bool | always_executed |
bool | wmaybe_uninit |
Counters and limits controlling the depth of analysis and strictness of the warning.
bool wlimits::always_executed |
Referenced by maybe_warn_operand(), maybe_warn_pass_by_reference(), and warn_uninitialized_vars().
unsigned wlimits::limit |
Referenced by maybe_warn_operand().
unsigned int wlimits::oracle_cnt |
Referenced by maybe_warn_operand().
unsigned int wlimits::vdef_cnt |
Referenced by maybe_warn_operand(), and warn_uninitialized_vars().
bool wlimits::wmaybe_uninit |
Referenced by maybe_warn_operand(), maybe_warn_pass_by_reference(), and warn_uninitialized_vars().