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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 184 static const char *defines_path; variable
2889 remove (defines_path);
2909 defines_path = argv[5];
2936 defines_file = fopen (defines_path, "w");
2940 defines_path);
3014 fprintf (stderr, "Output to '%s' failed, aborting.\n", defines_path);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 184 static const char *defines_path; variable
2889 remove (defines_path);
2909 defines_path = argv[5];
2936 defines_file = fopen (defines_path, "w");
2940 defines_path);
3014 fprintf (stderr, "Output to '%s' failed, aborting.\n", defines_path);

Completed in 25 milliseconds