Lines Matching refs:structures
11 involve determining information about GCC's data structures from GCC's
18 and @code{template} structure declarations that define data structures
24 scalar. Complex data structures must be allocated in garbage-collected
45 Here are some examples of marking simple data structures and globals.
69 classes/structures marked for automatic GC code generation. The
71 structures/classes marked for automatic GC code generation:
75 Type definitions inside classes/structures are not supported.
77 Enumerations inside classes/structures are not supported.
264 to keep a list of free structures around for re-use.
272 backends to define certain optional structures. It doesn't work with
308 Some data structures depend on the relative ordering of pointers. If
321 PCH cannot handle data structures that depend on the absolute values
477 For embedded lists (e.g., structures with a @code{next} or @code{prev}
669 structures must be valid or @code{NULL}. In practice this means that
670 there should not be uninitialized pointer fields in the structures even