Home
last modified time | relevance | path

Searched refs:enable_function_attribute_detection (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/bindgen/src/
Dlib.rs426 if self.options.enable_function_attribute_detection { in command_line_flags()
1207 pub fn enable_function_attribute_detection(mut self) -> Self { in enable_function_attribute_detection() method
1208 self.options.enable_function_attribute_detection = true; in enable_function_attribute_detection()
1697 enable_function_attribute_detection: bool, field
1997 enable_function_attribute_detection: false, in default()
Doptions.rs739 builder = builder.enable_function_attribute_detection(); in builder_from_flags()
/external/rust/crates/bindgen/src/ir/
Dfunction.rs442 let must_use = ctx.options().enable_function_attribute_detection && in from_ty()