Home
last modified time | relevance | path

Searched refs:circularity_hash (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c7121 resolve_inner_class (circularity_hash, cl, enclosing, super, class_type) in resolve_inner_class() argument
7122 htab_t circularity_hash; in resolve_inner_class()
7132 *htab_find_slot (circularity_hash, local_enclosing, INSERT) =
7161 if (htab_find (circularity_hash, local_super) != NULL)
9356 htab_t circularity_hash; local
9384 circularity_hash = htab_create (20, htab_hash_pointer, htab_eq_pointer,
9393 new_class_decl = resolve_inner_class (circularity_hash, cl, &enclosing,
9407 htab_delete (circularity_hash);
H A Dparse.y3556 resolve_inner_class (circularity_hash, cl, enclosing, super, class_type) in resolve_inner_class() argument
3557 htab_t circularity_hash; in resolve_inner_class()
3567 *htab_find_slot (circularity_hash, local_enclosing, INSERT) =
3596 if (htab_find (circularity_hash, local_super) != NULL)
5791 htab_t circularity_hash; local
5819 circularity_hash = htab_create (20, htab_hash_pointer, htab_eq_pointer,
5828 new_class_decl = resolve_inner_class (circularity_hash, cl, &enclosing,
5842 htab_delete (circularity_hash);
H A DChangeLog2939 `circularity_hash.' Record `enclosing' in hash table and search