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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 2060 if (stmt_could_throw_p (cfun, stmt)
2075 if (state->cur_region && stmt_could_throw_p (cfun, stmt))
2438 /* Helper function for operation_could_trap_p and stmt_could_throw_p. */
2871 /* Helper for stmt_could_throw_p. Return true if STMT (assumed to be a
2929 stmt_could_throw_p (function *fun, gimple *stmt)
2979 && stmt_could_throw_p (fun, stmt));
3015 if (!stmt_could_throw_p (fun, stmt))
3033 if (!stmt_could_throw_p (fun, stmt))
3047 if (stmt_could_throw_p (ifun, stmt))
3072 bool new_stmt_could_throw = stmt_could_throw_p (cfun, new_stmt)
2927 stmt_could_throw_p (function *fun, gimple *stmt) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 2059 if (stmt_could_throw_p (cfun, stmt)
2074 if (state->cur_region && stmt_could_throw_p (cfun, stmt))
2437 /* Helper function for operation_could_trap_p and stmt_could_throw_p. */
2867 /* Helper for stmt_could_throw_p. Return true if STMT (assumed to be a
2925 stmt_could_throw_p (function *fun, gimple *stmt)
2975 && stmt_could_throw_p (fun, stmt));
3011 if (!stmt_could_throw_p (fun, stmt))
3029 if (!stmt_could_throw_p (fun, stmt))
3043 if (stmt_could_throw_p (ifun, stmt))
3068 bool new_stmt_could_throw = stmt_could_throw_p (cfun, new_stmt)
2923 stmt_could_throw_p (function *fun, gimple *stmt) function
    [all...]

Completed in 30 milliseconds