Searched refs:gen_declaration_file (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c409 FILE *gen_declaration_file;
500 gen_declaration_file = fopen (dumpname, "w");
501 if (gen_declaration_file == 0)
553 if (gen_declaration_file)
554 fclose (gen_declaration_file);
9193 dump_interface (gen_declaration_file, objc_implementation_context);
407 FILE *gen_declaration_file; variable
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c361 FILE *gen_declaration_file;
450 gen_declaration_file = fopen (dumpname, "w");
451 if (gen_declaration_file == 0)
496 if (gen_declaration_file)
497 fclose (gen_declaration_file);
8311 dump_interface (gen_declaration_file, objc_implementation_context);
358 FILE *gen_declaration_file; variable

Completed in 89 milliseconds