Home
last modified time | relevance | path

Searched refs:lang_decl (Results 1 – 25 of 34) sorted by relevance

12

/openbsd-src/gnu/gcc/gcc/cp/
H A Dlex.c684 struct lang_decl *ld; in retrofit_lang_decl()
688 size = sizeof (struct lang_decl); in retrofit_lang_decl()
692 ld = GGC_CNEWVAR (struct lang_decl, size); in retrofit_lang_decl()
712 tree_node_counts[(int)lang_decl] += 1; in retrofit_lang_decl()
713 tree_node_sizes[(int)lang_decl] += size; in retrofit_lang_decl()
721 struct lang_decl *ld; in cxx_dup_lang_specific_decl()
729 size = sizeof (struct lang_decl); in cxx_dup_lang_specific_decl()
730 ld = GGC_NEWVAR (struct lang_decl, size); in cxx_dup_lang_specific_decl()
735 tree_node_counts[(int)lang_decl] += 1; in cxx_dup_lang_specific_decl()
736 tree_node_sizes[(int)lang_decl] += size; in cxx_dup_lang_specific_decl()
H A DChangeLog-2002311 (lang_decl): Adjust pending_inline_info.
644 (struct lang_decl): Rename delta to fixed_offset.
958 (lang_decl): Add delta.
1020 (lang_decl): Remove thunks.
1031 (lang_decl): Add thunks.
2736 (struct lang_decl): Use gengtype. Add and use discriminators.
H A DChangeLog-2000978 (struct lang_decl): Replace saved_tree with context.
1202 (struct lang_decl): Adjust.
3467 (struct lang_decl): Add operator_code.
3618 (struct lang_decl): Add vtt_parm.
4071 * method.c (make_thunk): Create the lang_decl here, not in
4270 * cp-tree.h (lang_decl): Remove pretty_function_p.
4446 (lang_decl): Add cloned_function.
4606 * cp-tree.h (struct lang_decl): Remove main_decl_variant.
H A Dcp-tree.h1557 struct lang_decl GTY(())
1612 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
H A DChangeLog-19992040 (struct lang_decl): Add saved_language_function.
3336 (retrofit_lang_decl): Handle both the full lang_decl and also the
3513 (lang_decl): ... here. Add next.
4381 * cp-tree.h (struct lang_decl): Added field for storing sorted
5886 (lang_decl): Document.
H A DChangeLog-2001804 * cp-tree.h (lang_decl): Moved inlined_fns to tree_decl.
2624 (lang_decl): inlined_fns is now a TREE_VEC.
H A DChangeLog-19944376 * cp-tree.h (lang_decl::vbase_init_list, DECL_VBASE_INIT_LIST):
4378 (lang_stype::methods, lang_decl::next_method): New fields.
5274 (lang_decl): Add synthesized bitfield to decl_flags.
H A DChangeLog-2004770 (struct lang_decl): Remove separate fixed_offset. Place
1613 * cp-tree.h (struct lang_decl): Shrink by reordering fields and
H A DChangeLog-20032311 * cp-tree.h (struct lang_decl): Don't include c_lang_decl.
2907 * cp-tree.h (lang_decl): In lang_decl_u3
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c1328 lang_decl, enumerator
1358 struct lang_decl *ld;
1362 size = sizeof (struct lang_decl);
1366 ld = (struct lang_decl *) ggc_alloc_cleared (size);
1384 tree_node_counts[(int)lang_decl] += 1;
1385 tree_node_sizes[(int)lang_decl] += size;
1394 struct lang_decl *ld;
1402 size = sizeof (struct lang_decl);
1403 ld = (struct lang_decl *) ggc_alloc (size);
1408 tree_node_counts[(int)lang_decl] += 1;
[all …]
H A Dcp-tree.h1821 struct lang_decl GTY(())
1864 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \
H A DChangeLog2369 (lang_decl): Add delta.
2431 (lang_decl): Remove thunks.
2442 (lang_decl): Add thunks.
4139 (struct lang_decl): Use gengtype. Add and use discriminators.
6781 * cp-tree.h (lang_decl): Moved inlined_fns to tree_decl.
8601 (lang_decl): inlined_fns is now a TREE_VEC.
10850 (struct lang_decl): Replace saved_tree with context.
11074 (struct lang_decl): Adjust.
13339 (struct lang_decl): Add operator_code.
13490 (struct lang_decl): Add vtt_parm.
[all …]
H A DChangeLog.22040 (struct lang_decl): Add saved_language_function.
3336 (retrofit_lang_decl): Handle both the full lang_decl and also the
3513 (lang_decl): ... here. Add next.
4381 * cp-tree.h (struct lang_decl): Added field for storing sorted
5886 (lang_decl): Document.
11426 (lang_decl): Remove chain.
20411 (struct lang_decl): Lose next_method field.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-tree.h62 struct lang_decl GTY(())
H A Dc-decl.c1672 DECL_LANG_SPECIFIC (x) = (struct lang_decl *)
1673 ggc_alloc_cleared (sizeof (struct lang_decl));
4569 DECL_LANG_SPECIFIC (decl) = (struct lang_decl *)
4570 ggc_alloc_cleared (sizeof (struct lang_decl));
6932 struct lang_decl *ld;
6937 ld = (struct lang_decl *) ggc_alloc (sizeof (struct lang_decl));
6939 sizeof (struct lang_decl));
H A Dtree.h1906 struct lang_decl *lang_specific;
H A Dtree.c66 lang_decl, enumerator
/openbsd-src/gnu/gcc/gcc/
H A Dc-tree.h36 struct lang_decl GTY(())
H A Dc-decl.c2063 DECL_LANG_SPECIFIC (x) = GGC_CNEW (struct lang_decl); in pushdecl()
2849 DECL_LANG_SPECIFIC (decl) = GGC_CNEW (struct lang_decl); in builtin_function()
4762 DECL_LANG_SPECIFIC (decl) = GGC_CNEW (struct lang_decl); in grokdeclarator()
7006 struct lang_decl *ld; in c_dup_lang_specific_decl()
7011 ld = GGC_NEW (struct lang_decl); in c_dup_lang_specific_decl()
7012 memcpy (ld, DECL_LANG_SPECIFIC (decl), sizeof (struct lang_decl)); in c_dup_lang_specific_decl()
H A Dtree.h2596 struct lang_decl *lang_specific;
4592 lang_decl, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.h946 = ((struct lang_decl *) \
947 ggc_alloc_cleared (sizeof (struct lang_decl))); \
1031 struct lang_decl GTY(())
H A Ddecl.c1582 struct lang_decl *x;
1587 lang_decl_size = sizeof (struct lang_decl);
1588 x = (struct lang_decl *) ggc_alloc (lang_decl_size);
H A DChangeLog859 (struct lang_decl): Likewise.
867 (struct lang_decl_func): Rename from struct lang_decl.
869 (struct lang_decl): Make it a union. Update all the accessor macros.
872 * decl.c (java_dup_lang_specific_decl): All lang_decl structures
1549 (struct lang_decl) [strictfp]: New field.
2021 (struct lang_decl): New bit-field init_calls_this.
2037 * java-tree.h (struct lang_decl, struct lang_decl_var): Change all
2704 (struct lang_decl): New fields `ict', `smic' and `cif.'
3180 * java-tree.h (struct lang_decl): New macro
3897 * decl.c (lang_mark_tree): Mark `wfl' field in struct lang_decl.
[all …]
H A Dclass.c615 = ggc_alloc_cleared (sizeof (struct lang_decl));
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.c117 struct lang_decl GTY(())

12