Home | History | Annotate | Download | only in info

Lines Matching full:uninitialized

1828      Put uninitialized or runtime-initialized global variables into the
2849 Warn about uninitialized variables which are initialized with
2854 For example, GCC will warn about `i' being uninitialized in the
3087 If you want to warn about code which uses the uninitialized value
3091 These warnings occur for individual uninitialized or clobbered
3093 variables which are uninitialized or clobbered as a whole. They do
11789 Put uninitialized `const' variables in the read-only data section.
12809 to by register `r13'. Put small uninitialized global and static
12818 uninitialized global and static data in
12831 in the `.sdata' section. Put small uninitialized global data in
12839 data in the `.data' section, and all uninitialized data in the
14029 In C, allocate even uninitialized global variables in the data
17588 uninitialized variables.
18507 and otherwise ignores the `section' attribute in uninitialized
18513 uninitialized variables tentatively go in the `common' (or `bss')
40469 * Wno-uninitialized: Warning Options. (line 513)