Searched refs:complex_variable_components (Results 1 – 2 of 2) sorted by relevance
73 static int_tree_htab_type *complex_variable_components; variable93 return complex_variable_components->find_with_hash (in, uid).to; in cvc_lookup()105 loc = complex_variable_components->find_slot_with_hash (h, uid, INSERT); in cvc_insert()1689 complex_variable_components = new int_tree_htab_type (10); in tree_lower_complex()1738 delete complex_variable_components; in tree_lower_complex() local1739 complex_variable_components = NULL; in tree_lower_complex()
59 static htab_t complex_variable_components;71 h = (struct int_tree_map *) htab_find_with_hash (complex_variable_components, &in, uid); in cvc_lookup()86 loc = htab_find_slot_with_hash (complex_variable_components, h, in cvc_insert()1618 complex_variable_components = htab_create (10, int_tree_map_hash, in tree_lower_complex()1641 htab_delete (complex_variable_components); in tree_lower_complex()