Searched refs:f_prev (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | except.c | 390 tree f_jbuf, f_per, f_lsda, f_prev, f_cs, f_data, tmp; in init_eh() local 394 f_prev = build_decl (FIELD_DECL, get_identifier ("__prev"), in init_eh() 396 DECL_FIELD_CONTEXT (f_prev) = sjlj_fc_type_node; in init_eh() 443 TYPE_FIELDS (sjlj_fc_type_node) = f_prev; in init_eh() 444 TREE_CHAIN (f_prev) = f_cs; in init_eh()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | except.c | 358 tree f_jbuf, f_per, f_lsda, f_prev, f_cs, f_data, tmp; in init_eh() local 362 f_prev = build_decl (FIELD_DECL, get_identifier ("__prev"), in init_eh() 364 DECL_FIELD_CONTEXT (f_prev) = sjlj_fc_type_node; in init_eh() 409 TYPE_FIELDS (sjlj_fc_type_node) = f_prev; in init_eh() 410 TREE_CHAIN (f_prev) = f_cs; in init_eh()
|