Home
last modified time | relevance | path

Searched defs:tree_function_decl (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-core.h1758 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;
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.h3546 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;
[all …]