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

  /src/external/gpl3/gcc/dist/gcc/
cgraphunit.cc 28 - finalize_function
320 cgraph_node::finalize_function (fndecl, false);
448 cgraph_node::finalize_function (tree decl, bool no_collect) function in class:cgraph_node
514 Unlike finalize_function, this function is intended to be used
550 cgraph_node::finalize_function (fndecl, false);
852 Furthermore, we can't mark these nodes in finalize_function because:
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphunit.cc 28 - finalize_function
318 cgraph_node::finalize_function (fndecl, false);
437 cgraph_node::finalize_function (tree decl, bool no_collect) function in class:cgraph_node
503 Unlike finalize_function, this function is intended to be used
539 cgraph_node::finalize_function (fndecl, false);
841 Furthermore, we can't mark these nodes in finalize_function because:

Completed in 79 milliseconds