Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dtree.h2809 struct GTY(()) tree_decl_common { struct
2810 struct tree_decl_minimal common;
2811 tree size;
2815 unsigned nonlocal_flag : 1;
2816 unsigned virtual_flag : 1;
2817 unsigned ignored_flag : 1;
2818 unsigned abstract_flag : 1;
2819 unsigned artificial_flag : 1;
2820 unsigned preserve_flag: 1;
2821 unsigned debug_expr_is_from : 1;
[all …]