Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dlib.rs311 (&self.options.allowlisted_functions, "--allowlist-function"), in command_line_flags()
848 self.options.allowlisted_functions.insert(arg); in allowlist_function()
1636 allowlisted_functions: RegexSet, field
1914 &mut self.allowlisted_functions, in build()
1967 allowlisted_functions: Default::default(), in default()
/external/rust/crates/bindgen/src/ir/
Dcontext.rs2267 self.options().allowlisted_functions.is_empty() && in compute_allowlisted_and_codegen_items()
2284 self.options().allowlisted_functions.matches(&name) in compute_allowlisted_and_codegen_items()
2390 for item in self.options().allowlisted_functions.unmatched_items() { in compute_allowlisted_and_codegen_items()