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

  /src/external/gpl3/gcc/dist/gcc/
tree.h 4363 tree_function_decl &newfndecl = FUNCTION_DECL_CHECK (newdecl)->function_decl; local
4366 newfndecl.built_in_class = oldfndecl.built_in_class;
4367 newfndecl.function_code = oldfndecl.function_code;
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 4132 tree_function_decl &newfndecl = FUNCTION_DECL_CHECK (newdecl)->function_decl; local
4135 newfndecl.built_in_class = oldfndecl.built_in_class;
4136 newfndecl.function_code = oldfndecl.function_code;

Completed in 66 milliseconds