Searched refs:allowlisted_items (Results 1 – 11 of 11) sorted by relevance
161 allowlisted_items: HashSet<ItemId>, field382 let allowlisted_items: HashSet<_> = in new() localVariable383 ctx.allowlisted_items().iter().cloned().collect(); in new()385 let allowlisted_and_blocklisted_items: ItemSet = allowlisted_items in new()470 for item in allowlisted_items.iter() { in new()488 allowlisted_items: allowlisted_items, in new()496 .allowlisted_items() in initial_worklist()541 .allowlisted_items in constrain()
186 for &item in ctx.allowlisted_items() { in generate_dependencies()195 if ctx.allowlisted_items().contains(&sub_item) && in generate_dependencies()
86 self.ctx.allowlisted_items().iter().cloned().collect() in initial_worklist()
150 self.ctx.allowlisted_items().iter().cloned().collect() in initial_worklist()
103 self.ctx.allowlisted_items().iter().cloned().collect() in initial_worklist()
97 self.ctx.allowlisted_items().iter().cloned().collect() in initial_worklist()
141 if !self.ctx.allowlisted_items().contains(&item.id()) { in constrain_type()659 .allowlisted_items() in initial_worklist()
197 .allowlisted_items() in initial_worklist()
35 let is_allowlisted = ctx.allowlisted_items().contains(&id); in write_dot_file()
1308 for &id in self.allowlisted_items() { in find_used_template_parameters()2206 pub fn allowlisted_items(&self) -> &ItemSet { in allowlisted_items() method
125 if !ctx.allowlisted_items().contains(&self.id()) { in impl_debug()