Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1864 struct GTY(()) tree_decl_with_vis { struct
1865 struct tree_decl_with_rtl common;
1866 tree assembler_name;
1867 struct symtab_node *symtab_node;
1870 unsigned defer_output : 1;
1871 unsigned hard_register : 1;
1872 unsigned common_flag : 1;
1873 unsigned in_text_section : 1;
1874 unsigned in_constant_pool : 1;
1875 unsigned dllimport_flag : 1;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h1794 struct GTY(()) tree_decl_with_vis { struct
1795 struct tree_decl_with_rtl common;
1796 tree assembler_name;
1797 struct symtab_node *symtab_node;
1800 unsigned defer_output : 1;
1801 unsigned hard_register : 1;
1802 unsigned common_flag : 1;
1803 unsigned in_text_section : 1;
1804 unsigned in_constant_pool : 1;
1805 unsigned dllimport_flag : 1;
[all …]