Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h2818 struct GTY(()) lang_decl_base { struct
2821 unsigned use_template : 2;
2822 unsigned not_really_extern : 1; /* var or fn */
2823 unsigned initialized_in_class : 1; /* var or fn */
2825 unsigned threadprivate_or_deleted_p : 1; /* var or fn */
2829 unsigned anticipated_p : 1;
2830 unsigned friend_or_tls : 1; /* var, fn, type or template */
2831 unsigned unknown_bound_p : 1; /* var */
2832 unsigned odr_used : 1; /* var or fn */
2833 unsigned concept_p : 1; /* applies to vars and functions */
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h2653 struct GTY(()) lang_decl_base { struct
2657 unsigned use_template : 2;
2658 unsigned not_really_extern : 1; /* var or fn */
2659 unsigned initialized_in_class : 1; /* var or fn */
2660 unsigned threadprivate_or_deleted_p : 1; /* var or fn */
2661 unsigned anticipated_p : 1; /* fn, type or template */
2686 struct lang_decl_base base; argument