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

  /src/external/gpl3/gcc/dist/gcc/
function.cc 173 allocate_struct_function (NULL, false);
4840 allocate_struct_function (tree fndecl, bool abstract_p)
4915 /* This is like allocate_struct_function, but pushes a new cfun for FNDECL
4928 allocate_struct_function (fndecl, abstract_p);
4823 allocate_struct_function (tree fndecl, bool abstract_p) function
  /src/external/gpl3/gcc.old/dist/gcc/
function.cc 172 allocate_struct_function (NULL, false);
4851 allocate_struct_function (tree fndecl, bool abstract_p)
4926 /* This is like allocate_struct_function, but pushes a new cfun for FNDECL
4939 allocate_struct_function (fndecl, abstract_p);
4834 allocate_struct_function (tree fndecl, bool abstract_p) function

Completed in 34 milliseconds