Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c186 struct GTY((for_user)) named_label_entry { struct
192 named_label_entry *outer; /* Outer shadowed chain. */ argument
197 cp_binding_level *binding_level;
202 tree names_in_scope;
206 vec<tree, va_gc> *bad_decls;
209 named_label_use_entry *uses;
214 bool in_try_scope;
215 bool in_catch_scope;
216 bool in_omp_scope;
217 bool in_transaction_scope;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc194 struct GTY((for_user)) named_label_entry { struct
200 named_label_entry *outer; /* Outer shadowed chain. */ argument
205 cp_binding_level *binding_level;
210 tree names_in_scope;
214 vec<tree, va_gc> *bad_decls;
217 named_label_use_entry *uses;
222 bool in_try_scope;
223 bool in_catch_scope;
224 bool in_omp_scope;
225 bool in_transaction_scope;
[all …]