Lines Matching defs:tree_function_decl
3546 struct GTY(()) tree_function_decl { struct
3547 struct tree_decl_non_common common;
3549 struct function *f;
3552 tree personality;
3555 tree function_specific_target; /* target options */
3556 tree function_specific_optimization; /* optimization options */
3565 unsigned static_ctor_flag : 1;
3566 unsigned static_dtor_flag : 1;
3567 unsigned uninlinable : 1;
3569 unsigned possibly_inlined : 1;
3570 unsigned novops_flag : 1;
3571 unsigned returns_twice_flag : 1;
3572 unsigned malloc_flag : 1;
3573 unsigned operator_new_flag : 1;
3574 unsigned declared_inline_flag : 1;
3575 unsigned regdecl_flag : 1;
3576 unsigned no_inline_warning_flag : 1;
3578 unsigned no_instrument_function_entry_exit : 1;
3579 unsigned no_limit_stack : 1;
3580 unsigned disregard_inline_limits : 1;
3581 unsigned pure_flag : 1;
3582 unsigned looping_const_or_pure_flag : 1;
3583 unsigned has_debug_args_flag : 1;
3584 unsigned tm_clone_flag : 1;