HomeSort by: relevance | last modified time | path
    Searched refs:pass_lower_eh (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
passes.def 42 NEXT_PASS (pass_lower_eh);
tree-eh.cc 2173 class pass_lower_eh : public gimple_opt_pass class in namespace:__anon13908
2176 pass_lower_eh (gcc::context *ctxt) function in class:__anon13908::pass_lower_eh
2183 }; // class pass_lower_eh
2186 pass_lower_eh::execute (function *fun)
2233 return new pass_lower_eh (ctxt);
  /src/external/gpl3/gcc.old/dist/gcc/
passes.def 42 NEXT_PASS (pass_lower_eh);
tree-eh.cc 2172 class pass_lower_eh : public gimple_opt_pass class in namespace:__anon16331
2175 pass_lower_eh (gcc::context *ctxt) function in class:__anon16331::pass_lower_eh
2182 }; // class pass_lower_eh
2185 pass_lower_eh::execute (function *fun)
2232 return new pass_lower_eh (ctxt);

Completed in 27 milliseconds