Home
last modified time | relevance | path

Searched refs:catch_stmt (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple.h4189 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 …]
H A Dtree-eh.cc1809 gcatch *catch_stmt; in lower_catch() local
1812 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()
H A Dgimple.cc1942 gcatch *catch_stmt = as_a <gcatch *> (stmt); in gimple_copy() local
1944 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()
H A Dtree-inline.cc1597 gcatch *catch_stmt = as_a <gcatch *> (stmt); in remap_gimple_stmt() local
1598 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()
H A DChangeLog.gimple-classes1575 * tree-eh.c (lower_catch): Rename local "gcatch" to "catch_stmt".
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.h4098 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 …]
H A Dtree-eh.c1814 gcatch *catch_stmt; in lower_catch() local
1817 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()
H A Dgimple.c1863 gcatch *catch_stmt = as_a <gcatch *> (stmt); in gimple_copy() local
1865 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()
H A Dtree-inline.c1579 gcatch *catch_stmt = as_a <gcatch *> (stmt); in remap_gimple_stmt() local
1580 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()