Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/
Dlib.rs372 (&self.options.blocklisted_functions, "--blocklist-function"), in command_line_flags()
893 self.options.blocklisted_functions.insert(arg);
1847 blocklisted_functions: RegexSet, field
2192 &mut self.blocklisted_functions, in build()
2296 blocklisted_functions, in default()
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs666 ctx.options().blocklisted_functions.matches(&name) in is_blocklisted()