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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 173 static FILE *bif_file; variable
1834 if (!advance_line (bif_file))
1934 if (!advance_line (bif_file))
1950 if (!advance_line (bif_file))
2911 bif_file = fopen (bif_path, "r");
2912 if (!bif_file)
2967 fclose (bif_file);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 173 static FILE *bif_file; variable
1834 if (!advance_line (bif_file))
1934 if (!advance_line (bif_file))
1950 if (!advance_line (bif_file))
2911 bif_file = fopen (bif_path, "r");
2912 if (!bif_file)
2967 fclose (bif_file);

Completed in 16 milliseconds