Home
last modified time | relevance | path

Searched refs:temporary_obstack (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dlto-opts.c63 struct obstack temporary_obstack; in lto_write_options() local
71 obstack_init (&temporary_obstack); in lto_write_options()
75 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
79 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
100 &temporary_obstack, &first_p, in lto_write_options()
126 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
181 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
188 &temporary_obstack); in lto_write_options()
190 obstack_grow (&temporary_obstack, "\0", 1); in lto_write_options()
191 args = XOBFINISH (&temporary_obstack, char *); in lto_write_options()
[all …]
H A Dlto-opts.cc63 struct obstack temporary_obstack; in lto_write_options() local
71 obstack_init (&temporary_obstack); in lto_write_options()
75 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
79 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
100 &temporary_obstack, &first_p, in lto_write_options()
126 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
183 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
190 &temporary_obstack); in lto_write_options()
192 obstack_grow (&temporary_obstack, "\0", 1); in lto_write_options()
193 args = XOBFINISH (&temporary_obstack, char *); in lto_write_options()
[all …]
H A Dcollect2.c239 struct obstack temporary_obstack; variable
451 obstack_1grow (&temporary_obstack, c); in extract_string()
459 obstack_1grow (&temporary_obstack, c); in extract_string()
462 obstack_1grow (&temporary_obstack, '\0'); in extract_string()
464 return XOBFINISH (&temporary_obstack, char *); in extract_string()
659 obstack_1grow (&temporary_obstack, c); in maybe_run_lto_and_relink()
669 start = XOBFINISH (&temporary_obstack, char *); in maybe_run_lto_and_relink()
682 obstack_free (&temporary_obstack, temporary_firstobj); in maybe_run_lto_and_relink()
1000 obstack_begin (&temporary_obstack, 0); in main()
1024 obstack_free (&temporary_obstack, temporary_firstobj); in main()
[all …]
H A Dcollect2.cc240 struct obstack temporary_obstack; variable
443 obstack_1grow (&temporary_obstack, c); in extract_string()
451 obstack_1grow (&temporary_obstack, c); in extract_string()
454 obstack_1grow (&temporary_obstack, '\0'); in extract_string()
456 return XOBFINISH (&temporary_obstack, char *); in extract_string()
651 obstack_1grow (&temporary_obstack, c); in maybe_run_lto_and_relink()
661 start = XOBFINISH (&temporary_obstack, char *); in maybe_run_lto_and_relink()
674 obstack_free (&temporary_obstack, temporary_firstobj); in maybe_run_lto_and_relink()
994 obstack_begin (&temporary_obstack, 0); in main()
1024 obstack_free (&temporary_obstack, temporary_firstobj); in main()
[all …]
H A Dcollect2.h31 extern struct obstack temporary_obstack;
H A Dlto-wrapper.c1348 obstack temporary_obstack; in run_gcc() local
1349 obstack_init (&temporary_obstack); in run_gcc()
1352 &temporary_obstack); in run_gcc()
1353 obstack_1grow (&temporary_obstack, '\0'); in run_gcc()
1356 = XOBFINISH (&temporary_obstack, char *); in run_gcc()
H A Dlto-wrapper.cc1432 obstack temporary_obstack; in run_gcc() local
1433 obstack_init (&temporary_obstack); in run_gcc()
1436 &temporary_obstack); in run_gcc()
1437 obstack_1grow (&temporary_obstack, '\0'); in run_gcc()
1440 = XOBFINISH (&temporary_obstack, char *); in run_gcc()
H A DChangeLog-19999295 (ldout, c_file_name, temporary_obstack, permanent_obstack,
9300 (vflag, debug, ldout, c_file_name, temporary_obstack,
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dlto-opts.c63 struct obstack temporary_obstack; in lto_write_options() local
71 obstack_init (&temporary_obstack); in lto_write_options()
75 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
79 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
100 &temporary_obstack, &first_p, in lto_write_options()
126 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
181 append_to_collect_gcc_options (&temporary_obstack, &first_p, in lto_write_options()
188 &temporary_obstack); in lto_write_options()
190 obstack_grow (&temporary_obstack, "\0", 1); in lto_write_options()
191 args = XOBFINISH (&temporary_obstack, char *); in lto_write_options()
[all …]
H A Dcollect2.c239 struct obstack temporary_obstack; variable
451 obstack_1grow (&temporary_obstack, c); in extract_string()
459 obstack_1grow (&temporary_obstack, c); in extract_string()
462 obstack_1grow (&temporary_obstack, '\0'); in extract_string()
464 return XOBFINISH (&temporary_obstack, char *); in extract_string()
659 obstack_1grow (&temporary_obstack, c); in maybe_run_lto_and_relink()
669 start = XOBFINISH (&temporary_obstack, char *); in maybe_run_lto_and_relink()
682 obstack_free (&temporary_obstack, temporary_firstobj); in maybe_run_lto_and_relink()
1000 obstack_begin (&temporary_obstack, 0); in main()
1024 obstack_free (&temporary_obstack, temporary_firstobj); in main()
[all …]
H A Dcollect2.h31 extern struct obstack temporary_obstack;
H A Dlto-wrapper.c1348 obstack temporary_obstack; in run_gcc() local
1349 obstack_init (&temporary_obstack); in run_gcc()
1352 &temporary_obstack); in run_gcc()
1353 obstack_1grow (&temporary_obstack, '\0'); in run_gcc()
1356 = XOBFINISH (&temporary_obstack, char *); in run_gcc()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Drepo.c45 static struct obstack temporary_obstack; variable
65 obstack_1grow (&temporary_obstack, c); in extract_string()
75 obstack_1grow (&temporary_obstack, c); in extract_string()
78 obstack_1grow (&temporary_obstack, '\0'); in extract_string()
80 return (char *) obstack_finish (&temporary_obstack); in extract_string()
147 obstack_1grow (&temporary_obstack, c); in afgets()
148 if (obstack_object_size (&temporary_obstack) == 0) in afgets()
150 obstack_1grow (&temporary_obstack, '\0'); in afgets()
151 return (char *) obstack_finish (&temporary_obstack); in afgets()
170 gcc_obstack_init (&temporary_obstack); in init_repo()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2000843 * repo.c (temporary_obstack): Make it a structure, not a pointer.