Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c2087 exclusion_set excl_set; in test_attribute_exclusions() local
2111 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
2117 for (exclusion_set::iterator it = excl_set.begin (); in test_attribute_exclusions()
2118 it != excl_set.end (); in test_attribute_exclusions()
2121 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
H A Dgenautomata.c4239 static reserv_sets_t excl_set; variable
4255 excl_set = (reserv_sets_t) obstack_base (&irp); in initiate_excl_sets()
4292 memset (excl_set, 0, els_in_cycle_reserv * sizeof (set_el_t)); in get_excl_set()
4300 return excl_set; in get_excl_set()
4303 excl_set [unit_num] in get_excl_set()
4307 return excl_set; in get_excl_set()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc2613 exclusion_set excl_set; in test_attribute_exclusions() local
2637 excl_set.add (excl_pair (attr_name, excl_name)); in test_attribute_exclusions()
2643 for (exclusion_set::iterator it = excl_set.begin (); in test_attribute_exclusions()
2644 it != excl_set.end (); in test_attribute_exclusions()
2647 if (!excl_set.contains (excl_pair ((*it).second, (*it).first))) in test_attribute_exclusions()
H A Dgenautomata.cc4239 static reserv_sets_t excl_set; variable
4255 excl_set = (reserv_sets_t) obstack_base (&irp); in initiate_excl_sets()
4292 memset (excl_set, 0, els_in_cycle_reserv * sizeof (set_el_t)); in get_excl_set()
4300 return excl_set; in get_excl_set()
4303 excl_set [unit_num] in get_excl_set()
4307 return excl_set; in get_excl_set()