Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/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()
1791 complex_variable_components = new int_tree_htab_type (10); in tree_lower_complex()
1840 delete complex_variable_components; in tree_lower_complex() local
1841 complex_variable_components = NULL; in tree_lower_complex()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-complex.cc75 static int_tree_htab_type *complex_variable_components; variable
95 return complex_variable_components->find_with_hash (in, uid).to; in cvc_lookup()
107 loc = complex_variable_components->find_slot_with_hash (h, uid, INSERT); in cvc_insert()
1839 complex_variable_components = new int_tree_htab_type (10); in tree_lower_complex()
1888 delete complex_variable_components; in tree_lower_complex()
1889 complex_variable_components = NULL; in tree_lower_complex()
H A DChangeLog-200510839 (tree_lower_complex): Allocate and free complex_variable_components
13247 * tree-complex.c (complex_variable_components): Now a hashtable.
15389 (complex_lattice_values, complex_variable_components): New.
H A DChangeLog-201332581 (htab_t complex_variable_components):