Home
last modified time | relevance | path

Searched refs:walk_type (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype.cc2441 static void walk_type (type_p t, struct walk_type_data *d);
2666 walk_type (sub, d); in walk_subclasses()
2688 walk_type (type_p t, struct walk_type_data *d) in walk_type() function
2875 walk_type (t->u.p, d); in walk_type()
2933 walk_type (t->u.a.p, d); in walk_type()
3127 walk_type (f->type, d); in walk_type()
3199 walk_type (nt, d); in walk_type()
3451 walk_type (s, d); in write_user_func_for_structure_body()
3644 walk_type (s, &d); in write_func_for_structure()
3873 walk_type (s, d); in write_pch_user_walking_for_structure_body()
[all …]
DChangeLog-20123344 (walk_type): Likewise.
9119 * gengtype.c (walk_type): Emit mark_hook when inside a
14115 (walk_type): Set D->IN_PTR_FIELD when walking a TYPE_POINTER.
14127 Do not call walk_type for TYPE_USER_STRUCT. Emit a call to the user
14134 (write_local_func_for_structure): Do not call walk_type for
16659 (walk_type): For functions that take a this_obj argument and
16664 have_this_obj before calling walk_type.
16665 (write_local_func_for_structure): Set have_this_obj before walk_type.
16806 (walk_type): Allow "atomic" option on strings too.
27782 (walk_type, <TYPE_POINTER, TYPE_ARRAY>): Handle case where our
[all …]
DChangeLog-200311239 * gengtype.c (walk_type): Process a subobject before processing
34054 (walk_type): Set needs_cast_p in walk_type_data.
35647 * gengtype.c (walk_type): Allow paramN_is.
36217 (walk_type): Process 'reorder' option.
36372 (walk_type): Update prev_val[3].
36483 (walk_type): New.
36490 (write_gc_roots): Use walk_type.
DChangeLog-20103654 (walk_type): Test option kinds.
6400 (struct flist, put_mangled_filename, walk_type)
6693 * gengtype.c (walk_type): Don't recognize descbits option.
27069 (walk_type): Accept variable_size GTY option.
DChangeLog-20134608 (walk_type): Pass in a seen_tag for use by the walk_subclasses
12291 (walk_type): Issue an error if the base class is missing a tag,
12319 (walk_type): Treat GTY structs that have a "desc" as being the
DChangeLog-200413910 walk_type, write_types_process_field,
20787 (adjust_field_type, walk_type, write_func_for_structure,
31668 * gengtype.c (walk_type): Process `nested_ptr' option.
DChangeLog-200728664 (walk_type): Tweak walking of arrays not to blow up on CALL_EXPRs.
31708 (walk_type, write_func_for_structure): Generate the mark_hook if
DChangeLog-20211526 (walk_type): Temporarily set d->in_nested_ptr around nested_ptr
1996 (walk_type): Likewise. Handle callback option.
DChangeLog-201415779 (walk_type): Don't error out on for_user option.
35961 * gengtype.c (walk_type): Generate switch expression with its
DChangeLog-200821268 * gengtype.c (walk_type, write_func_for_structure): Handle
DChangeLog-200533787 * gengtype.c (walk_type): Produce `not equal to' compares for loop
DChangeLog-201635470 (walk_type): Likewise.
DChangeLog-201125003 * gengtype.c (walk_type): Implemented "atomic" GTY option.