Searched refs:struct_parse_info (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-decl.c | 595 static class c_struct_parse_info *struct_parse_info; variable 8008 *enclosing_struct_parse_info = struct_parse_info; in start_struct() 8009 struct_parse_info = new c_struct_parse_info (); in start_struct() 8116 struct_parse_info->fields.safe_push (b); in grokfield() 8301 FOR_EACH_VEC_ELT (struct_parse_info->struct_types, ix, x) in warn_cxx_compat_finish_struct() 8310 if (!struct_parse_info->typedefs_seen.is_empty () in warn_cxx_compat_finish_struct() 8317 FOR_EACH_VEC_ELT (struct_parse_info->typedefs_seen, ix, x) in warn_cxx_compat_finish_struct() 8337 FOR_EACH_VEC_ELT (struct_parse_info->fields, ix, b) in warn_cxx_compat_finish_struct() 8671 delete struct_parse_info; in finish_struct() local 8673 struct_parse_info = enclosing_struct_parse_info; in finish_struct() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-decl.cc | 604 static class c_struct_parse_info *struct_parse_info; variable 8329 *enclosing_struct_parse_info = struct_parse_info; in start_struct() 8330 struct_parse_info = new c_struct_parse_info (); in start_struct() 8437 struct_parse_info->fields.safe_push (b); in grokfield() 8622 FOR_EACH_VEC_ELT (struct_parse_info->struct_types, ix, x) in warn_cxx_compat_finish_struct() 8631 if (!struct_parse_info->typedefs_seen.is_empty () in warn_cxx_compat_finish_struct() 8638 FOR_EACH_VEC_ELT (struct_parse_info->typedefs_seen, ix, x) in warn_cxx_compat_finish_struct() 8658 FOR_EACH_VEC_ELT (struct_parse_info->fields, ix, b) in warn_cxx_compat_finish_struct() 9023 delete struct_parse_info; in finish_struct() 9025 struct_parse_info = enclosing_struct_parse_info; in finish_struct() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2009 | 18653 (struct_parse_info): New static variable. 18658 struct_parse_info rather than in_struct and struct_types. 18661 struct_parse_info->fields vector. 18667 warn_cxx_compat_finish_struct. Free struct_parse_info and set to
|