Searched refs:set_eh_throw_stmt_table (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | except.h | 292 extern void set_eh_throw_stmt_table (function *, hash_map<gimple *, int> *);
|
H A D | except.c | 3233 set_eh_throw_stmt_table (function *fun, hash_map<gimple *, int> *table) in set_eh_throw_stmt_table() function
|
H A D | tree-eh.c | 77 set_eh_throw_stmt_table (ifun, hash_map<gimple *, int>::create_ggc (31)); in add_stmt_to_eh_lp_fn()
|
H A D | cfgexpand.c | 6629 set_eh_throw_stmt_table (fun, NULL); in execute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | except.h | 292 extern void set_eh_throw_stmt_table (function *, hash_map<gimple *, int> *);
|
H A D | except.cc | 3234 set_eh_throw_stmt_table (function *fun, hash_map<gimple *, int> *table) in set_eh_throw_stmt_table() function
|
H A D | tree-eh.cc | 77 set_eh_throw_stmt_table (ifun, hash_map<gimple *, int>::create_ggc (31)); in add_stmt_to_eh_lp_fn()
|
H A D | cfgexpand.cc | 6890 set_eh_throw_stmt_table (fun, NULL); in execute()
|
H A D | ChangeLog-2005 | 19055 (set_eh_throw_stmt_table, get_eh_throw_stmt_table): New functions. 19059 (set_eh_throw_stmt_table, get_eh_throw_stmt_table): New.
|