Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1024 struct GTY(()) tree_base { struct
1027 unsigned side_effects_flag : 1;
1028 unsigned constant_flag : 1;
1029 unsigned addressable_flag : 1;
1030 unsigned volatile_flag : 1;
1031 unsigned readonly_flag : 1;
1032 unsigned asm_written_flag: 1;
1033 unsigned nowarning_flag : 1;
1034 unsigned visited : 1;
1036 unsigned used_flag : 1;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h965 struct GTY(()) tree_base { struct
968 unsigned side_effects_flag : 1;
969 unsigned constant_flag : 1;
970 unsigned addressable_flag : 1;
971 unsigned volatile_flag : 1;
972 unsigned readonly_flag : 1;
973 unsigned asm_written_flag: 1;
974 unsigned nowarning_flag : 1;
975 unsigned visited : 1;
977 unsigned used_flag : 1;
[all …]