Home
last modified time | relevance | path

Searched refs:non_call (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcgraph.cc2532 set_nothrow_flag_1 (cgraph_node *node, bool nothrow, bool non_call, in set_nothrow_flag_1() argument
2541 if (!non_call || node->binds_to_current_def_p ()) in set_nothrow_flag_1()
2559 set_nothrow_flag_1 (alias, nothrow, non_call, changed); in set_nothrow_flag_1()
2564 set_nothrow_flag_1 (e->caller, nothrow, non_call, changed); in set_nothrow_flag_1()
2574 bool non_call = opt_for_fn (decl, flag_non_call_exceptions); in set_nothrow_flag() local
2577 set_nothrow_flag_1 (this, nothrow, non_call, &changed); in set_nothrow_flag()
2586 set_nothrow_flag_1 (alias, nothrow, non_call, &changed); in set_nothrow_flag()