Searched refs:files_to_cleanup (Results 1 – 3 of 3) sorted by relevance
128 static struct obstack files_to_cleanup; variable145 obstack_ptr_grow (&files_to_cleanup, NULL); in tool_cleanup()146 const char **files = XOBFINISH (&files_to_cleanup, const char **); in tool_cleanup()824 obstack_init (&files_to_cleanup); in main()1017 obstack_ptr_grow (&files_to_cleanup, gcn_cfile_name); in main()1044 obstack_ptr_grow (&files_to_cleanup, gcn_s1_name); in main()1045 obstack_ptr_grow (&files_to_cleanup, gcn_s2_name); in main()1046 obstack_ptr_grow (&files_to_cleanup, gcn_o_name); in main()1085 obstack_ptr_grow (&files_to_cleanup, dbgobj); in main()1091 obstack_ptr_grow (&files_to_cleanup, dbgobj); in main()
17342 (files_to_cleanup): New global variable.17344 (tool_cleanup): Use files_to_cleanup, not explicit list.17348 Create files_to_cleanup obstack.
5660 * config/gcn/mkoffload.cc (main): Add dbgobj to files_to_cleanup.