Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-complex.c73 static int_tree_htab_type *complex_variable_components; variable
93 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() local
1739 complex_variable_components = NULL; in tree_lower_complex()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-complex.c59 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()