Lines Matching defs:tree_function_decl
1758 struct GTY(()) tree_function_decl { struct
1759 struct tree_decl_non_common common;
1761 struct function *f;
1764 tree arguments;
1766 tree personality;
1769 tree function_specific_target; /* target options */
1770 tree function_specific_optimization; /* optimization options */
1773 tree saved_tree;
1775 tree vindex;
1784 unsigned static_ctor_flag : 1;
1785 unsigned static_dtor_flag : 1;
1787 unsigned uninlinable : 1;
1788 unsigned possibly_inlined : 1;
1789 unsigned novops_flag : 1;
1790 unsigned returns_twice_flag : 1;
1791 unsigned malloc_flag : 1;
1792 unsigned operator_new_flag : 1;
1793 unsigned declared_inline_flag : 1;
1794 unsigned no_inline_warning_flag : 1;
1796 unsigned no_instrument_function_entry_exit : 1;
1797 unsigned no_limit_stack : 1;
1798 unsigned disregard_inline_limits : 1;
1799 unsigned pure_flag : 1;
1800 unsigned looping_const_or_pure_flag : 1;
1801 unsigned has_debug_args_flag : 1;
1802 unsigned versioned_function : 1;
1803 unsigned lambda_function: 1;