Searched defs:tree_function_decl (Results 1 – 2 of 2) 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 …]
1857 struct GTY(()) tree_function_decl { struct1858 struct tree_decl_non_common common;1860 struct function *f;1863 tree arguments;1865 tree personality;1868 tree function_specific_target; /* target options */1869 tree function_specific_optimization; /* optimization options */1872 tree saved_tree;1874 tree vindex;1877 unsigned int function_code;[all …]