Home
last modified time | relevance | path

Searched refs:init_test_decl (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dlang.c981 tree *init_test_decl; local
992 init_test_decl = java_treetreehash_new
994 if (!*init_test_decl)
995 *init_test_decl = (tree)n->value;
H A Dexpr.c1773 tree *init_test_decl; local
1774 init_test_decl = java_treetreehash_new
1777 if (*init_test_decl == NULL)
1781 *init_test_decl = build_decl (VAR_DECL, NULL_TREE,
1783 MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC (*init_test_decl);
1784 LOCAL_CLASS_INITIALIZATION_FLAG (*init_test_decl) = 1;
1785 DECL_CONTEXT (*init_test_decl) = current_function_decl;
1786 DECL_FUNCTION_INIT_TEST_CLASS (*init_test_decl) = clas;
1790 DECL_BIT_INDEX(*init_test_decl) = -1;
1800 *init_test_decl, boolean_false_node),
[all …]