Searched refs:f_cs (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 398 f_cs = build_decl (FIELD_DECL, get_identifier ("__call_site"), in init_eh() 400 DECL_FIELD_CONTEXT (f_cs) = sjlj_fc_type_node; in init_eh() 444 TREE_CHAIN (f_prev) = f_cs; in init_eh() 445 TREE_CHAIN (f_cs) = f_data; in init_eh() 455 = (tree_low_cst (DECL_FIELD_OFFSET (f_cs), 1) in init_eh() 456 + tree_low_cst (DECL_FIELD_BIT_OFFSET (f_cs), 1) / BITS_PER_UNIT); 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 366 f_cs = build_decl (FIELD_DECL, get_identifier ("__call_site"), in init_eh() 368 DECL_FIELD_CONTEXT (f_cs) = sjlj_fc_type_node; in init_eh() 410 TREE_CHAIN (f_prev) = f_cs; in init_eh() 411 TREE_CHAIN (f_cs) = f_data; in init_eh() 421 = (tree_low_cst (DECL_FIELD_OFFSET (f_cs), 1) in init_eh() 422 + tree_low_cst (DECL_FIELD_BIT_OFFSET (f_cs), 1) / BITS_PER_UNIT); in init_eh()
|