Home
last modified time | relevance | path

Searched defs:named_label_entry (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c187 struct GTY((for_user)) named_label_entry { struct
193 named_label_entry *outer; /* Outer shadowed chain. */ argument
198 cp_binding_level *binding_level;
203 tree names_in_scope;
207 vec<tree, va_gc> *bad_decls;
210 named_label_use_entry *uses;
215 bool in_try_scope;
216 bool in_catch_scope;
217 bool in_omp_scope;
218 bool in_transaction_scope;
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c204 struct GTY(()) named_label_entry { struct
206 tree label_decl;
211 cp_binding_level *binding_level;
215 tree names_in_scope;
221 struct named_label_use_entry *uses;
226 bool in_try_scope;
227 bool in_catch_scope;
228 bool in_omp_scope;