Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dlib.rs313 (&self.options.allowlisted_vars, "--allowlist-var"), in command_line_flags()
876 self.options.allowlisted_vars.insert(arg); in allowlist_var()
1639 allowlisted_vars: RegexSet, field
1912 &mut self.allowlisted_vars, in build()
1968 allowlisted_vars: Default::default(), in default()
/external/rust/crates/bindgen/src/ir/
Dcontext.rs2268 self.options().allowlisted_vars.is_empty() in compute_allowlisted_and_codegen_items()
2287 self.options().allowlisted_vars.matches(&name) in compute_allowlisted_and_codegen_items()
2343 self.options().allowlisted_vars.matches(&name) in compute_allowlisted_and_codegen_items()
2394 for item in self.options().allowlisted_vars.unmatched_items() { in compute_allowlisted_and_codegen_items()