Searched defs:tree_function_decl (Results 1 – 2 of 2) sorted by relevance
15 struct tree_function_decl { struct25 struct tree_function_decl function_decl; argument
3476 struct GTY(()) tree_function_decl { struct3477 struct tree_decl_non_common common;3479 struct function *f;3482 tree personality;3485 tree function_specific_target; /* target options */3486 tree function_specific_optimization; /* optimization options */3495 unsigned static_ctor_flag : 1;3496 unsigned static_dtor_flag : 1;3497 unsigned uninlinable : 1;3499 unsigned possibly_inlined : 1;[all …]