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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.h 28 extern bool remove_stmt_from_eh_lp_fn (struct function *, gimple *);
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);
tree-cfg.cc 7495 remove_stmt_from_eh_lp_fn (cfun, stmt);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.h 28 extern bool remove_stmt_from_eh_lp_fn (struct function *, gimple *);
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);
tree-cfg.cc 7316 remove_stmt_from_eh_lp_fn (cfun, stmt);

Completed in 28 milliseconds