Searched refs:fields_decl (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | class.c | 1427 tree field, fields_decl; local 1489 fields_decl = build_decl (VAR_DECL, mangled_classname ("_FL_", type), 1491 DECL_INITIAL (fields_decl) = build (CONSTRUCTOR, field_array_type, 1493 TREE_STATIC (fields_decl) = 1; 1494 DECL_ARTIFICIAL (fields_decl) = 1; 1495 DECL_IGNORED_P (fields_decl) = 1; 1496 rest_of_decl_compilation (fields_decl, (char*) 0, 1, 0); 1499 fields_decl = NULL_TREE; 1628 fields_decl == NULL_TREE ? null_pointer_node 1629 : build1 (ADDR_EXPR, field_ptr_type_node, fields_decl));
|
| H A D | ChangeLog | 14110 * class.c (make_class_data): Don't build fields_decl if no fields. 14111 When building fields_decl, skip if DECL_ARTIFICIAL.
|