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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 17888 const char *for_string = "\t.byte \"";
17898 if (for_string)
17899 fputs (for_string, file);
17909 for_string = NULL;
17918 for_string = "\t.byte \"";
17930 for_string = "\n\t.byte \"";
17854 const char *for_string = "\\t.byte \\""; local
rs6000.cc 17888 const char *for_string = "\t.byte \"";
17898 if (for_string)
17899 fputs (for_string, file);
17909 for_string = NULL;
17918 for_string = "\t.byte \"";
17930 for_string = "\n\t.byte \"";
17854 const char *for_string = "\\t.byte \\""; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 17430 const char *for_string = "\t.byte \"";
17440 if (for_string)
17441 fputs (for_string, file);
17451 for_string = NULL;
17460 for_string = "\t.byte \"";
17472 for_string = "\n\t.byte \"";
17396 const char *for_string = "\\t.byte \\""; local
rs6000.cc 17430 const char *for_string = "\t.byte \"";
17440 if (for_string)
17441 fputs (for_string, file);
17451 for_string = NULL;
17460 for_string = "\t.byte \"";
17472 for_string = "\n\t.byte \"";
17396 const char *for_string = "\\t.byte \\""; local

Completed in 142 milliseconds