Home
last modified time | relevance | path

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 Dexcept.h292 extern void set_eh_throw_stmt_table (function *, hash_map<gimple *, int> *);
H A Dexcept.c3233 set_eh_throw_stmt_table (function *fun, hash_map<gimple *, int> *table) in set_eh_throw_stmt_table() function
H A Dtree-eh.c77 set_eh_throw_stmt_table (ifun, hash_map<gimple *, int>::create_ggc (31)); in add_stmt_to_eh_lp_fn()
H A Dcfgexpand.c6629 set_eh_throw_stmt_table (fun, NULL); in execute()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexcept.h292 extern void set_eh_throw_stmt_table (function *, hash_map<gimple *, int> *);
H A Dexcept.cc3234 set_eh_throw_stmt_table (function *fun, hash_map<gimple *, int> *table) in set_eh_throw_stmt_table() function
H A Dtree-eh.cc77 set_eh_throw_stmt_table (ifun, hash_map<gimple *, int>::create_ggc (31)); in add_stmt_to_eh_lp_fn()
H A Dcfgexpand.cc6890 set_eh_throw_stmt_table (fun, NULL); in execute()
H A DChangeLog-200519055 (set_eh_throw_stmt_table, get_eh_throw_stmt_table): New functions.
19059 (set_eh_throw_stmt_table, get_eh_throw_stmt_table): New.