Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1928 struct GTY(()) tree_function_decl { struct
1929 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h1857 struct GTY(()) tree_function_decl { struct
1858 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 …]