Searched refs:tags_decl (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/java/
H A Dconstants.c443 tree data_decl, tags_decl, tags_type; local
461 tags_decl = build_decl (VAR_DECL, mangled_classname ("_CT_",
464 TREE_STATIC (tags_decl) = 1;
465 DECL_INITIAL (tags_decl) = build (CONSTRUCTOR, tags_type,
467 rest_of_decl_compilation (tags_decl, (char*) 0, 1, 0);
468 tags_value = build_address_of (tags_decl);
/haiku-buildtools/gcc/gcc/java/
H A Dconstants.c574 tree data_decl, tags_decl, tags_type; local
602 tags_decl = build_decl (input_location,
606 TREE_STATIC (tags_decl) = 1;
607 DECL_INITIAL (tags_decl) = build_constructor (tags_type, tags);
608 rest_of_decl_compilation (tags_decl, 1, 0);
609 tags_value = build_address_of (tags_decl);

Completed in 46 milliseconds