Home
last modified time | relevance | path

Searched refs:decl_flags (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-tree.h184 && __t->decl_common.lang_specific->decl_flags.thunk_p) \
190 || !__t->decl_common.lang_specific->decl_flags.thunk_p) \
1483 (DECL_LANG_SPECIFIC (NODE)->decl_flags.u.level)
1559 struct lang_decl_flags decl_flags; member
1613 if (lt->decl_flags.u2sel != TF) \
1615 &lt->decl_flags.u2; })
1620 (&DECL_LANG_SPECIFIC (NODE)->decl_flags.u2)
1635 ? DECL_LANG_SPECIFIC (NODE)->decl_flags.language \
1641 (DECL_LANG_SPECIFIC (NODE)->decl_flags.language = (LANGUAGE))
1645 (DECL_LANG_SPECIFIC (NODE)->decl_flags.constructor_attr)
[all …]
H A Dlex.c694 ld->decl_flags.can_be_full = CAN_HAVE_FULL_LANG_DECL_P (t) ? 1 : 0; in retrofit_lang_decl()
695 ld->decl_flags.u1sel = TREE_CODE (t) == NAMESPACE_DECL ? 1 : 0; in retrofit_lang_decl()
696 ld->decl_flags.u2sel = 0; in retrofit_lang_decl()
697 if (ld->decl_flags.can_be_full) in retrofit_lang_decl()
H A Ddecl2.c2340 DECL_LANG_SPECIFIC (current_function_decl)->decl_flags.u2sel = 1; in start_objects()
H A Dsemantics.c3713 DECL_LANG_SPECIFIC (v)->decl_flags.u2sel = 1; in finish_omp_threadprivate()
H A Ddecl.c892 DECL_LANG_SPECIFIC (decl)->decl_flags.u2sel = 1; in push_local_name()
1813 DECL_LANG_SPECIFIC (newdecl)->decl_flags.u2 = in duplicate_decls()
1814 DECL_LANG_SPECIFIC (olddecl)->decl_flags.u2; in duplicate_decls()
H A DChangeLog-1995247 decl_flags level member.
H A DChangeLog2591 decl_flags.u2sel when necessary.
H A DChangeLog-19945274 (lang_decl): Add synthesized bitfield to decl_flags.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h1754 (DECL_LANG_SPECIFIC (NODE)->decl_flags.u.level)
1823 struct lang_decl_flags decl_flags; member
1865 if (lt->decl_flags.u2sel != TF) \
1867 &lt->decl_flags.u2; })
1872 (&DECL_LANG_SPECIFIC (NODE)->decl_flags.u2)
1910 ? DECL_LANG_SPECIFIC (NODE)->decl_flags.language \
1916 (DECL_LANG_SPECIFIC (NODE)->decl_flags.language = (LANGUAGE))
1920 (DECL_LANG_SPECIFIC (NODE)->decl_flags.constructor_attr)
1946 (DECL_LANG_SPECIFIC (NODE)->decl_flags.destructor_attr)
1995 (DECL_LANG_SPECIFIC (NODE)->decl_flags.has_vtt_parm_p)
[all …]
H A Dlex.c1368 ld->decl_flags.can_be_full = CAN_HAVE_FULL_LANG_DECL_P (t) ? 1 : 0;
1369 ld->decl_flags.u1sel = TREE_CODE (t) == NAMESPACE_DECL ? 1 : 0;
1370 ld->decl_flags.u2sel = 0;
1371 if (ld->decl_flags.can_be_full)
H A Ddecl.c2963 DECL_LANG_SPECIFIC (decl)->decl_flags.u2sel = 1;
3901 DECL_LANG_SPECIFIC (newdecl)->decl_flags.u2 =
3902 DECL_LANG_SPECIFIC (olddecl)->decl_flags.u2;
H A Ddecl2.c2184 DECL_LANG_SPECIFIC (current_function_decl)->decl_flags.u2sel = 1;
H A DChangeLog.18714 (lang_decl): Add synthesized bitfield to decl_flags.
H A DChangeLog.220572 decl_flags level member.