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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 260 FILE *gen_declaration_file; variable
460 gen_declaration_file = fopen (dumpname, "w");
461 if (gen_declaration_file == 0)
484 if (gen_declaration_file)
485 fclose (gen_declaration_file);
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 262 FILE *gen_declaration_file; variable
462 gen_declaration_file = fopen (dumpname, "w");
463 if (gen_declaration_file == 0)
486 if (gen_declaration_file)
487 fclose (gen_declaration_file);

Completed in 33 milliseconds