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

/haiku-buildtools/gcc/gcc/lto/
H A Dlto-tree.h31 struct GTY(()) lang_decl
/haiku-buildtools/gcc/gcc/c/
H A Dc-lang.h38 struct GTY(()) lang_decl {
/haiku-buildtools/gcc/gcc/cp/
H A Dlex.c565 struct lang_decl *ld;
580 ld = (struct lang_decl *) ggc_internal_cleared_alloc (size);
597 tree_node_counts[(int)lang_decl] += 1;
598 tree_node_sizes[(int)lang_decl] += size;
606 struct lang_decl *ld;
622 ld = (struct lang_decl *) ggc_internal_alloc (size);
628 tree_node_counts[(int)lang_decl] += 1;
629 tree_node_sizes[(int)lang_decl] += size;
H A Dcp-tree.h2152 struct GTY(()) lang_decl {
2169 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
2178 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (STRIP_TEMPLATE (NODE)); \
2184 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
2190 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
2196 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
/haiku-buildtools/gcc/gcc/jit/
H A Ddummy-frontend.c65 struct GTY((variable_size)) lang_decl
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dada-tree.h35 /* Ada uses the lang_decl and lang_type fields to hold a tree. */
37 struct GTY(()) lang_decl { tree t; };
61 = ggc_alloc<struct lang_decl> (); \
/haiku-buildtools/legacy/gcc/gcc/java/
H A Ddecl.c100 = (struct lang_decl *) permalloc (sizeof (struct lang_decl_var));
1393 : sizeof (struct lang_decl);
1394 struct lang_decl *x = (struct lang_decl *) oballoc (lang_decl_size);
1452 = (struct lang_decl *) permalloc (sizeof (struct lang_decl_var));
H A Dclass.c419 = (struct lang_decl *) permalloc (sizeof (struct lang_decl));
420 bzero ((PTR) DECL_LANG_SPECIFIC (fndecl), sizeof (struct lang_decl));
H A Djava-tree.h436 struct lang_decl struct
/haiku-buildtools/gcc/gcc/go/
H A Dgo-lang.c68 struct GTY(()) lang_decl
/haiku-buildtools/gcc/gcc/
H A Dtree-core.h723 lang_decl, enumerator in enum:tree_node_kind
1481 struct lang_decl *lang_specific;
/haiku-buildtools/gcc/gcc/java/
H A Ddecl.c1655 struct lang_decl *x;
1660 lang_decl_size = sizeof (struct lang_decl);
1661 x = ggc_alloc<struct lang_decl> ();
H A Djava-tree.h702 DECL_LANG_SPECIFIC ((T)) = ggc_cleared_alloc<struct lang_decl> (); \
826 /* This is what 'lang_decl' really points to. */
830 struct GTY(()) lang_decl {
H A Dclass.c785 DECL_LANG_SPECIFIC (fndecl) = ggc_cleared_alloc<struct lang_decl> ();
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtasking.c403 (struct lang_decl *)code_decl;
3045 DECL_TASKING_CODE_DECL (bufdecl) = (struct lang_decl *)code_decl;
3183 DECL_TASKING_CODE_DECL (eventdecl) = (struct lang_decl *)code_decl;
H A Dch-tree.h205 struct lang_decl struct
H A Dparse.c1351 DECL_TASKING_CODE_DECL (struc) = (struct lang_decl *)decl;
H A Ddecl.c1408 DECL_TASKING_CODE_DECL (func) = (struct lang_decl *)decl;
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans.h874 struct GTY(()) lang_decl {
H A Dtrans-decl.c684 DECL_LANG_SPECIFIC (decl) = ggc_cleared_alloc<struct lang_decl> ();
/haiku-buildtools/legacy/gcc/gcc/
H A Dtree.h1377 struct lang_decl *lang_specific;
H A Dtree.c219 lang_decl, enumerator in enum:__anon3455
242 "lang_decl kinds",
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl.c3736 struct lang_decl *ol = DECL_LANG_SPECIFIC (olddecl);
3737 struct lang_decl *nl = DECL_LANG_SPECIFIC (newdecl);
3784 + ROUND (sizeof (struct lang_decl))
3791 bcopy ((char *)nl, (char *)ol, sizeof (struct lang_decl));
H A Dcp-tree.h1162 a lang_decl (which has lang_decl_flags as its initial prefix). A
1164 full lang_decl. A FIELD_DECL, or a static data member VAR_DECL,
1166 members of lang_decl that are not in lang_decl_flags for DECLs that
1206 struct lang_decl
1421 /* Points back to the decl which caused this lang_decl to be allocated. */
1199 struct lang_decl struct

Completed in 500 milliseconds