Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/
Dlib.rs378 (&self.options.allowlisted_vars, "--allowlist-var"), in command_line_flags()
965 self.options.allowlisted_vars.insert(arg);
1879 allowlisted_vars: RegexSet, field
2187 &mut self.allowlisted_vars, in build()
2304 allowlisted_vars, in default()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs2314 self.options().allowlisted_vars.is_empty() && in compute_allowlisted_and_codegen_items()
2351 self.options().allowlisted_vars.matches(&name) in compute_allowlisted_and_codegen_items()
2410 self.options().allowlisted_vars.matches(name) in compute_allowlisted_and_codegen_items()
2464 for item in self.options().allowlisted_vars.unmatched_items() { in compute_allowlisted_and_codegen_items()