Home
last modified time | relevance | path

Searched refs:use_core (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/codegen/
Dimpl_debug.rs188 } else if ctx.options().use_core { in impl_debug()
207 if ctx.options().use_core { in impl_debug()
Dhelpers.rs151 if ctx.options().use_core && in c_void()
172 if ctx.options().use_core && in raw_type()
/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs238 use_core: bool, field
450 use_core, in builder_from_flags()
766 if use_core { in builder_from_flags()
767 builder = builder.use_core(); in builder_from_flags()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs583 if self.options.use_core { in command_line_flags()
1457 pub fn use_core(mut self) -> Builder { in use_core() method
1458 self.options.use_core = true; in use_core()
2010 use_core: bool, field
2339 use_core, in default()
/third_party/rust/crates/linux-raw-sys/gen/src/
Dmain.rs332 .use_core() in run_bindgen()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs2481 if self.options().use_core { in trait_prefix()