HomeSort by: relevance | last modified time | path
    Searched defs:pch_outfile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pch.cc 63 static FILE *pch_outfile; variable
107 pch_outfile = f;
149 if (pch_outfile)
151 cpp_save_state (parse_in, pch_outfile);
173 cpp_write_pch_deps (parse_in, pch_outfile);
175 gt_pch_save (pch_outfile);
178 cpp_write_pch_state (parse_in, pch_outfile);
181 if (fseek (pch_outfile, 0, SEEK_SET) != 0
182 || fwrite (get_ident (), IDENT_LENGTH, 1, pch_outfile) != 1)
185 fclose (pch_outfile);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pch.cc 63 static FILE *pch_outfile; variable
107 pch_outfile = f;
149 if (pch_outfile)
151 cpp_save_state (parse_in, pch_outfile);
173 cpp_write_pch_deps (parse_in, pch_outfile);
175 gt_pch_save (pch_outfile);
178 cpp_write_pch_state (parse_in, pch_outfile);
181 if (fseek (pch_outfile, 0, SEEK_SET) != 0
182 || fwrite (get_ident (), IDENT_LENGTH, 1, pch_outfile) != 1)
185 fclose (pch_outfile);
    [all...]

Completed in 16 milliseconds