Searched defs:tree_function_decl (Results 1 – 2 of 2) sorted by relevance
1758 struct GTY(()) tree_function_decl { struct1759 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;[all …]
3546 struct GTY(()) tree_function_decl { struct3547 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;[all …]