Searched refs:lang_decl (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/gcc/cp/
H A Dlex.c688 struct lang_decl *ld;
692 size = sizeof (struct lang_decl);
696 ld = GGC_CNEWVAR (struct lang_decl, size);
716 tree_node_counts[(int)lang_decl] += 1;
717 tree_node_sizes[(int)lang_decl] += size;
725 struct lang_decl *ld;
733 size = sizeof (struct lang_decl);
734 ld = GGC_NEWVAR (struct lang_decl, size);
739 tree_node_counts[(int)lang_decl] += 1;
740 tree_node_sizes[(int)lang_decl]
[all...]
H A Dcp-tree.h1503 a lang_decl (which has lang_decl_flags as its initial prefix).
1505 the full lang_decl, and not just lang_decl_flags. Keep these
1573 struct lang_decl GTY(())
1628 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
1566 struct lang_decl GTY(()) function
/freebsd-10.1-release/contrib/gcc/
H A Dc-tree.h36 struct lang_decl GTY(()) function
H A Dc-decl.c2124 /* Functions need the lang_decl data. */
2126 DECL_LANG_SPECIFIC (x) = GGC_CNEW (struct lang_decl);
2917 DECL_LANG_SPECIFIC (decl) = GGC_CNEW (struct lang_decl);
5373 DECL_LANG_SPECIFIC (decl) = GGC_CNEW (struct lang_decl);
7621 struct lang_decl *ld;
7626 ld = GGC_NEW (struct lang_decl);
7627 memcpy (ld, DECL_LANG_SPECIFIC (decl), sizeof (struct lang_decl));
H A Dtree.h2649 struct lang_decl *lang_specific;
4701 lang_decl,
4676 lang_decl, enumerator in enum:__anon1190

Completed in 106 milliseconds