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

  /src/external/gpl3/gcc/dist/gcc/
cgraph.cc 2539 set_nothrow_flag_1 (cgraph_node *node, bool nothrow, bool non_call,
2548 if (!non_call || node->binds_to_current_def_p ())
2566 set_nothrow_flag_1 (alias, nothrow, non_call, changed);
2571 set_nothrow_flag_1 (e->caller, nothrow, non_call, changed);
2581 bool non_call = opt_for_fn (decl, flag_non_call_exceptions); local
2584 set_nothrow_flag_1 (this, nothrow, non_call, &changed);
2593 set_nothrow_flag_1 (alias, nothrow, non_call, &changed);
  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.cc 2533 set_nothrow_flag_1 (cgraph_node *node, bool nothrow, bool non_call,
2542 if (!non_call || node->binds_to_current_def_p ())
2560 set_nothrow_flag_1 (alias, nothrow, non_call, changed);
2565 set_nothrow_flag_1 (e->caller, nothrow, non_call, changed);
2575 bool non_call = opt_for_fn (decl, flag_non_call_exceptions); local
2578 set_nothrow_flag_1 (this, nothrow, non_call, &changed);
2587 set_nothrow_flag_1 (alias, nothrow, non_call, &changed);

Completed in 27 milliseconds