Searched refs:f_per (Results 1 – 2 of 2) sorted by relevance
/openbsd/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 408 f_per = build_decl (FIELD_DECL, get_identifier ("__personality"), in init_eh() 410 DECL_FIELD_CONTEXT (f_per) = sjlj_fc_type_node; in init_eh() 446 TREE_CHAIN (f_data) = f_per; in init_eh() 447 TREE_CHAIN (f_per) = f_lsda; in init_eh() 461 = (tree_low_cst (DECL_FIELD_OFFSET (f_per), 1) in init_eh() 462 + tree_low_cst (DECL_FIELD_BIT_OFFSET (f_per), 1) / BITS_PER_UNIT); in init_eh()
|
/openbsd/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 376 f_per = build_decl (FIELD_DECL, get_identifier ("__personality"), in init_eh() 378 DECL_FIELD_CONTEXT (f_per) = sjlj_fc_type_node; in init_eh() 412 TREE_CHAIN (f_data) = f_per; in init_eh() 413 TREE_CHAIN (f_per) = f_lsda; in init_eh() 427 = (tree_low_cst (DECL_FIELD_OFFSET (f_per), 1) in init_eh() 428 + tree_low_cst (DECL_FIELD_BIT_OFFSET (f_per), 1) / BITS_PER_UNIT); in init_eh()
|