Searched defs:tree_function_decl (Results 1 – 1 of 1) sorted by relevance
1928 struct GTY(()) tree_function_decl { struct1929 struct tree_decl_non_common common;1931 struct function *f;1934 tree arguments;1936 tree personality;1939 tree function_specific_target; /* target options */1940 tree function_specific_optimization; /* optimization options */1943 tree saved_tree;1945 tree vindex;1948 unsigned int function_code;[all …]