Searched refs:f_prev (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | except.cc | 240 tree f_jbuf, f_per, f_lsda, f_prev, f_cs, f_data, tmp; in init_eh() local 244 f_prev = build_decl (BUILTINS_LOCATION, in init_eh() 247 DECL_FIELD_CONTEXT (f_prev) = sjlj_fc_type_node; in init_eh() 311 TYPE_FIELDS (sjlj_fc_type_node) = f_prev; in init_eh() 312 TREE_CHAIN (f_prev) = f_cs; in init_eh()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | except.c | 239 tree f_jbuf, f_per, f_lsda, f_prev, f_cs, f_data, tmp; in init_eh() local 243 f_prev = build_decl (BUILTINS_LOCATION, in init_eh() 246 DECL_FIELD_CONTEXT (f_prev) = sjlj_fc_type_node; in init_eh() 310 TYPE_FIELDS (sjlj_fc_type_node) = f_prev; in init_eh() 311 TREE_CHAIN (f_prev) = f_cs; in init_eh()
|