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

  /src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc 96 static bool defer_stack_allocation (tree, bool);
1564 if (defer_stack_allocation (var, true))
1681 defer_stack_allocation (tree var, bool toplevel) function
1849 else if (defer_stack_allocation (var, toplevel))
  /src/external/gpl3/gcc/dist/gcc/
cfgexpand.cc 96 static bool defer_stack_allocation (tree, bool);
1572 if (defer_stack_allocation (var, true))
1689 defer_stack_allocation (tree var, bool toplevel) function
1857 else if (defer_stack_allocation (var, toplevel))

Completed in 24 milliseconds