Searched refs:data_decl (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/java/
H A Dconstants.c574 tree data_decl, tags_decl, tags_type; local
588 data_decl = build_constant_data_ref (false);
589 tem = TYPE_POINTER_TO (TREE_TYPE (data_decl));
591 tem = build_pointer_type (TREE_TYPE (data_decl));
592 TYPE_POINTER_TO (TREE_TYPE (data_decl)) = NULL_TREE;
593 TREE_TYPE (data_decl) = build_array_type (ptr_type_node, index_type);
594 TYPE_POINTER_TO (TREE_TYPE (data_decl)) = tem;
595 DECL_INITIAL (data_decl) = build_constructor (TREE_TYPE (data_decl), data);
596 DECL_SIZE (data_decl)
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dconstants.c443 tree data_decl, tags_decl, tags_type; local
452 data_decl = TREE_OPERAND (build_constant_data_ref (), 0);
453 TREE_TYPE (data_decl) = build_array_type (ptr_type_node, index_type),
454 DECL_INITIAL (data_decl) = build (CONSTRUCTOR, TREE_TYPE (data_decl),
456 DECL_SIZE (data_decl) = TYPE_SIZE (TREE_TYPE (data_decl));
457 rest_of_decl_compilation (data_decl, (char*) 0, 1, 0);
458 data_value = build_address_of (data_decl);
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtasking.c2163 tree data_decl;
2168 data_decl = decl_temp1 (data_id, union_type_node, 0, NULL_TREE, 0, 0);
2171 force_addr_of (data_decl));
2174 size_in_bytes (TREE_TYPE (data_decl)));
2264 tree data_decl;
2268 data_decl =
2272 force_addr_of (data_decl));
2275 size_in_bytes (TREE_TYPE (data_decl)));
2142 tree data_decl; local
2243 tree data_decl; local

Completed in 109 milliseconds