Searched refs:TREE_NOTHROW (Results 1 – 25 of 40) sorted by relevance
12
71 TREE_NOTHROW (terminate_node) = 1; in init_exception_processing()216 return TREE_NOTHROW (CLASSTYPE_DESTRUCTORS (type)); in dtor_nothrow()233 TREE_NOTHROW (fn) = 0; in do_end_catch()237 TREE_NOTHROW (cleanup) = dtor_nothrow (type); in do_end_catch()
206 cp_function_chain->can_throw = !TREE_NOTHROW (fn); in maybe_clone_body()
1278 TREE_NOTHROW (olddecl) = 0; in duplicate_decls()1717 if (TREE_NOTHROW (newdecl)) in duplicate_decls()1718 TREE_NOTHROW (olddecl) = 1; in duplicate_decls()1753 TREE_NOTHROW (newdecl) |= TREE_NOTHROW (olddecl); in duplicate_decls()3497 TREE_NOTHROW (fn) = 1; in build_library_fn()3507 TREE_NOTHROW (fn) = TYPE_NOTHROW_P (type); in build_cp_library_fn()3573 TREE_NOTHROW (fn) = 0; in push_throw_library_fn()6246 TREE_NOTHROW (decl) = 1; in grokfndecl()11243 TREE_NOTHROW (fndecl) = 1; in finish_function()
311 nothrow = ((decl && TREE_NOTHROW (decl)) in build_call()339 TREE_NOTHROW (function) = nothrow; in build_call()5052 if ((!fndecl || !TREE_NOTHROW (fndecl)) in build_cxx_call()
5435 * decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.5562 * call.c (build_call): Set TREE_NOTHROW on the CALL_EXPR as5564 * decl.c (define_function): Set TREE_NOTHROW on the FUNCTION_DECL.5566 TREE_NOTHROW or TREE_THIS_VOLATILE on the function as appropriate.
71 TREE_NOTHROW (terminate_node) = 1; in init_exception_processing()184 return TREE_NOTHROW (CLASSTYPE_DESTRUCTORS (type));204 TREE_NOTHROW (fn) = 0;208 TREE_NOTHROW (cleanup) = dtor_nothrow (type);
269 cp_function_chain->can_throw = !TREE_NOTHROW (fn);
3435 TREE_NOTHROW (olddecl) = 0;7299 TREE_NOTHROW (fn) = 1;7326 TREE_NOTHROW (fn) = TYPE_NOTHROW_P (type);7402 TREE_NOTHROW (fn) = 0;9860 TREE_NOTHROW (decl) = 1;15020 TREE_NOTHROW (fndecl) = 1;
384 nothrow = ((decl && TREE_NOTHROW (decl))426 TREE_NOTHROW (function) = nothrow;4738 if ((!fndecl || !TREE_NOTHROW (fndecl)) in build_cxx_call()
4880 || TREE_NOTHROW (decl)4885 || TREE_NOTHROW (current_function_decl)
413 TREE_NOTHROW (fn) = 1; in init_stack_smash_fn()
743 TREE_NOTHROW (fn) = 1; in build_ctr_info_value()
293 if (TREE_NOTHROW (node)) in print_node()
2800 TREE_NOTHROW (current_function_decl) = 1; in set_nothrow_function_flags()2816 TREE_NOTHROW (current_function_decl) = 0; in set_nothrow_function_flags()2829 TREE_NOTHROW (current_function_decl) = 0; in set_nothrow_function_flags()
592 if (TREE_NOTHROW (exp)) in flags_from_decl_or_type()1951 if (TREE_NOTHROW (exp)) in expand_call()
1806 if (TREE_NOTHROW (decl)) in update_call_expr_flags()1807 TREE_NOTHROW (call) = 1; in update_call_expr_flags()
4686 TREE_NOTHROW (decl) = TREE_NOTHROW (alias_decl); in weak_finish()
3194 TREE_NOTHROW (decl) = 1; in build_fn_decl()6654 TREE_NOTHROW (decl) = 1; in local_define_builtin()
1635 TREE_NOTHROW (umsg_decl) = 0; in synth_module_prologue()1636 TREE_NOTHROW (umsg_nonnil_decl) = 0; in synth_module_prologue()1637 TREE_NOTHROW (umsg_stret_decl) = 0; in synth_module_prologue()1638 TREE_NOTHROW (umsg_nonnil_stret_decl) = 0; in synth_module_prologue()1646 TREE_NOTHROW (umsg_fast_decl) = 0; in synth_module_prologue()1669 TREE_NOTHROW (umsg_super_decl) = 0; in synth_module_prologue()1670 TREE_NOTHROW (umsg_super_stret_decl) = 0; in synth_module_prologue()1693 TREE_NOTHROW (umsg_decl) = 0; in synth_module_prologue()1704 TREE_NOTHROW (umsg_super_decl) = 0; in synth_module_prologue()
102 * objc-act.c (synth_module_prologue): Clear TREE_NOTHROW
275 if (TREE_NOTHROW (node))
2581 TREE_NOTHROW (current_function_decl) = 1;3647 TREE_NOTHROW (current_function_decl) = 1;
848 if (TREE_NOTHROW (exp))2245 if (TREE_NOTHROW (exp))
639 #define TREE_NOTHROW(NODE) ((NODE)->common.nothrow_flag) macro
1209 TREE_NOTHROW (*node) = 1; in handle_attribute()