Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dregex_set.rs41 pub fn unmatched_items(&self) -> impl Iterator<Item = &String> { in unmatched_items() method
/external/rust/crates/bindgen/src/ir/
Dcontext.rs2390 for item in self.options().allowlisted_functions.unmatched_items() { in compute_allowlisted_and_codegen_items()
2394 for item in self.options().allowlisted_vars.unmatched_items() { in compute_allowlisted_and_codegen_items()
2398 for item in self.options().allowlisted_types.unmatched_items() { in compute_allowlisted_and_codegen_items()