Home | History | Annotate | Download | only in info

Lines Matching full:uninitialized

1893      Put uninitialized or runtime-initialized global variables into the
2924 Warn about uninitialized variables which are initialized with
2928 For example, GCC will warn about `i' being uninitialized in the
3171 If you want to warn about code which uses the uninitialized value
3175 These warnings occur for individual uninitialized or clobbered
3177 variables which are uninitialized or clobbered as a whole. They do
12531 Put uninitialized `const' variables in the read-only data section.
13674 to by register `r13'. Put small uninitialized global and static
13683 register `r13'. Put small uninitialized global and static data in
13696 in the `.sdata' section. Put small uninitialized global data in
13704 data in the `.data' section, and all uninitialized data in the
14998 In C code, controls the placement of uninitialized global
15006 compiler should place uninitialized global variables in the data
15014 on other systems which always treat uninitialized variable
18682 uninitialized variables.
19792 uninitialized global variables but the linker requires each object
19793 be defined once, with the exception that uninitialized variables
19797 issue an error if an uninitialized variable has multiple
42384 * Wno-uninitialized: Warning Options. (line 526)