Searched refs:typedefs_seen (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-decl.c | 517 VEC(tree,heap) *typedefs_seen; 6717 struct_parse_info->typedefs_seen = VEC_alloc (tree, heap, 0); in start_struct() 7015 if (!VEC_empty (tree, struct_parse_info->typedefs_seen) in warn_cxx_compat_finish_struct() 7022 FOR_EACH_VEC_ELT (tree, struct_parse_info->typedefs_seen, ix, x) in warn_cxx_compat_finish_struct() 7335 VEC_free (tree, heap, struct_parse_info->typedefs_seen); in finish_struct() 9464 VEC_safe_push (tree, heap, struct_parse_info->typedefs_seen, type); in declspecs_add_type()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-decl.c | 589 auto_vec<tree> typedefs_seen; member 7927 if (!struct_parse_info->typedefs_seen.is_empty () in warn_cxx_compat_finish_struct() 7934 FOR_EACH_VEC_ELT (struct_parse_info->typedefs_seen, ix, x) in warn_cxx_compat_finish_struct() 10811 struct_parse_info->typedefs_seen.safe_push (type); in declspecs_add_type()
|