Searched refs:catch_stmt (Results 1 – 9 of 9) sorted by relevance
4189 gimple_catch_types (const gcatch *catch_stmt)4191 return catch_stmt->types;4198 gimple_catch_types_ptr (gcatch *catch_stmt)4200 return &catch_stmt->types;4208 gimple_catch_handler_ptr (gcatch *catch_stmt)4210 return &catch_stmt->handler;4218 gimple_catch_handler (const gcatch *catch_stmt)4220 return *gimple_catch_handler_ptr (const_cast <gcatch *> (catch_stmt));4227 gimple_catch_set_types (gcatch *catch_stmt, tree t)4229 catch_stmt->types = t;[all …]
1809 gcatch *catch_stmt; in lower_catch() local1812 catch_stmt = as_a <gcatch *> (gsi_stmt (gsi)); in lower_catch()1814 catch_loc = gimple_location (catch_stmt); in lower_catch()1815 c = gen_eh_region_catch (try_region, gimple_catch_types (catch_stmt)); in lower_catch()1817 handler = gimple_catch_handler (catch_stmt); in lower_catch()
1942 gcatch *catch_stmt = as_a <gcatch *> (stmt); in gimple_copy() local1944 new_seq = gimple_seq_copy (gimple_catch_handler (catch_stmt)); in gimple_copy()1946 t = unshare_expr (gimple_catch_types (catch_stmt)); in gimple_copy()
1597 gcatch *catch_stmt = as_a <gcatch *> (stmt); in remap_gimple_stmt() local1598 s1 = remap_gimple_seq (gimple_catch_handler (catch_stmt), id); in remap_gimple_stmt()1599 copy = gimple_build_catch (gimple_catch_types (catch_stmt), s1); in remap_gimple_stmt()
1575 * tree-eh.c (lower_catch): Rename local "gcatch" to "catch_stmt".
4098 gimple_catch_types (const gcatch *catch_stmt)4100 return catch_stmt->types;4107 gimple_catch_types_ptr (gcatch *catch_stmt)4109 return &catch_stmt->types;4117 gimple_catch_handler_ptr (gcatch *catch_stmt)4119 return &catch_stmt->handler;4127 gimple_catch_handler (const gcatch *catch_stmt)4129 return *gimple_catch_handler_ptr (const_cast <gcatch *> (catch_stmt));4136 gimple_catch_set_types (gcatch *catch_stmt, tree t)4138 catch_stmt->types = t;[all …]
1814 gcatch *catch_stmt; in lower_catch() local1817 catch_stmt = as_a <gcatch *> (gsi_stmt (gsi)); in lower_catch()1819 catch_loc = gimple_location (catch_stmt); in lower_catch()1820 c = gen_eh_region_catch (try_region, gimple_catch_types (catch_stmt)); in lower_catch()1822 handler = gimple_catch_handler (catch_stmt); in lower_catch()
1863 gcatch *catch_stmt = as_a <gcatch *> (stmt); in gimple_copy() local1865 new_seq = gimple_seq_copy (gimple_catch_handler (catch_stmt)); in gimple_copy()1867 t = unshare_expr (gimple_catch_types (catch_stmt)); in gimple_copy()
1579 gcatch *catch_stmt = as_a <gcatch *> (stmt); in remap_gimple_stmt() local1580 s1 = remap_gimple_seq (gimple_catch_handler (catch_stmt), id); in remap_gimple_stmt()1581 copy = gimple_build_catch (gimple_catch_types (catch_stmt), s1); in remap_gimple_stmt()