void discard_final_cleanups(struct cleanup *)
void restore_cleanups(struct cleanup *)
void restore_final_cleanups(struct cleanup *)
struct cleanup * make_cleanup_dtor(make_cleanup_ftype *, void *, make_cleanup_dtor_ftype *)
struct cleanup * all_cleanups(void)
void( make_cleanup_dtor_ftype)(void *)
void do_final_cleanups(struct cleanup *)
struct cleanup * save_cleanups(void)
struct cleanup * make_final_cleanup(make_cleanup_ftype *, void *)
struct cleanup * save_final_cleanups(void)
void( make_cleanup_ftype)(void *)
struct cleanup * make_cleanup(make_cleanup_ftype *, void *)
void null_cleanup(void *)
void do_cleanups(struct cleanup *)
void discard_cleanups(struct cleanup *)