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

/freebsd-10.1-release/contrib/gcc/
H A Dtree-complex.c58 static htab_t complex_variable_components; variable
63 /* Lookup UID in the complex_variable_components hashtable and return the
70 h = htab_find_with_hash (complex_variable_components, &in, uid);
74 /* Insert the pair UID, TO into the complex_variable_components hashtable. */
85 loc = htab_find_slot_with_hash (complex_variable_components, h,
1505 complex_variable_components = htab_create (10, int_tree_map_hash,
1528 htab_delete (complex_variable_components);

Completed in 130 milliseconds