Searched refs:init_test_decl (Results 1 – 2 of 2) sorted by relevance
981 tree *init_test_decl; local992 init_test_decl = java_treetreehash_new994 if (!*init_test_decl)995 *init_test_decl = (tree)n->value;
1773 tree *init_test_decl; local1774 init_test_decl = java_treetreehash_new1777 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 …]