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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 115 remove_stmt_from_eh_lp_fn (struct function *ifun, gimple *t) function
134 return remove_stmt_from_eh_lp_fn (cfun, t);
3049 return remove_stmt_from_eh_lp_fn (ifun, stmt);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 115 remove_stmt_from_eh_lp_fn (struct function *ifun, gimple *t) function
134 return remove_stmt_from_eh_lp_fn (cfun, t);
3045 return remove_stmt_from_eh_lp_fn (ifun, stmt);

Completed in 21 milliseconds