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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 182 static const char *header_path; variable
2887 remove (header_path);
2907 header_path = argv[3];
2923 header_file = fopen (header_path, "w");
2927 header_path);
3000 fprintf (stderr, "Output to '%s' failed, aborting.\n", header_path);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 182 static const char *header_path; variable
2887 remove (header_path);
2907 header_path = argv[3];
2923 header_file = fopen (header_path, "w");
2927 header_path);
3000 fprintf (stderr, "Output to '%s' failed, aborting.\n", header_path);

Completed in 16 milliseconds