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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 190 static char *gen_declaration (tree);
456 /* If gen_declaration desired, open the output file. */
4746 message, identifier_to_locale (gen_declaration (decl)));
9116 gen_declaration (tree decl)
9335 fprintf (fp, "\t%s;\n", gen_declaration (ivar_decls));
9112 gen_declaration (tree decl) function
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 192 static char *gen_declaration (tree);
458 /* If gen_declaration desired, open the output file. */
4748 message, identifier_to_locale (gen_declaration (decl)));
9118 gen_declaration (tree decl)
9337 fprintf (fp, "\t%s;\n", gen_declaration (ivar_decls));
9114 gen_declaration (tree decl) function

Completed in 24 milliseconds