Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs98 manually_drop_union: Vec<String>, field
403 manually_drop_union, in builder_from_flags()
578 for regex in manually_drop_union { in builder_from_flags()
579 builder = builder.manually_drop_union(regex); in builder_from_flags()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs370 (&self.options.manually_drop_union, "--manually-drop-union"), in command_line_flags()
1162 pub fn manually_drop_union<T: AsRef<str>>(mut self, arg: T) -> Self {
1163 self.options.manually_drop_union.insert(arg);
1935 manually_drop_union: RegexSet, field
2207 &mut self.manually_drop_union, in build()
2321 manually_drop_union, in default()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs1708 } else if ctx.options().manually_drop_union.matches(name) { in is_rust_union()