Home
last modified time | relevance | path

Searched refs:pch_file (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dc-pch.c127 if (!pch_file) in pch_init()
130 f = fopen (pch_file, "w+b"); in pch_init()
132 fatal_error ("can%'t create precompiled header %s: %m", pch_file); in pch_init()
153 fatal_error ("can%'t write to %s: %m", pch_file); in pch_init()
188 fatal_error ("can%'t write %s: %m", pch_file); in c_common_write_pch()
203 fatal_error ("can%'t write %s: %m", pch_file); in c_common_write_pch()
217 fatal_error ("can%'t write %s: %m", pch_file); in c_common_write_pch()
Dc-common.h371 extern const char *pch_file;
Dc-opts.c292 pch_file = arg; in c_common_handle_option()
Dc-decl.c955 if (pch_file) in pop_file_scope()
9052 if (pch_file) in c_write_global_declarations()
Dc-common.c230 const char *pch_file; variable
DChangeLog-200336578 * c-common.c (pch_file): Correct comment.
36593 * c-common.c: (pch_file): Define.
36594 * c-common.h (pch_file): Declare.
/freebsd-12-stable/contrib/gcc/cp/
Dsemantics.c2343 if (pch_file) in finish_member_declaration()
2355 gcc_assert (pch_file); in note_decl_for_pch()
Dclass.c3881 else if (pch_file) in build_clone()
Dpt.c12282 if (pch_file) in instantiate_decl()