Searched refs:idecl (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | class.c | 1569 tree interface_array_type, idecl; local 1572 idecl = build_decl (VAR_DECL, mangled_classname ("_IF_", type), 1589 DECL_INITIAL (idecl) = build (CONSTRUCTOR, interface_array_type, 1591 TREE_STATIC (idecl) = 1; 1592 DECL_ARTIFICIAL (idecl) = 1; 1593 DECL_IGNORED_P (idecl) = 1; 1594 interfaces = build1 (ADDR_EXPR, ptr_type_node, idecl); 1595 rest_of_decl_compilation (idecl, (char*) 0, 1, 0);
|
H A D | parse.c | 7382 tree idecl = IDENTIFIER_CLASS_VALUE (EXPR_WFL_NODE (current)); local 7383 if (idecl && CLASS_LOADED_P (TREE_TYPE (idecl))) 7385 if (!parser_check_super_interface (idecl, decl, current)) 7386 parser_add_interface (decl, idecl, current);
|
H A D | parse.y | 3817 tree idecl = IDENTIFIER_CLASS_VALUE (EXPR_WFL_NODE (current)); local 3818 if (idecl && CLASS_LOADED_P (TREE_TYPE (idecl))) 3820 if (!parser_check_super_interface (idecl, decl, current)) 3821 parser_add_interface (decl, idecl, current);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.0 | 7027 (generate_static_references): Remove unused variables `idecl' and
|