Home
last modified time | relevance | path

Searched defs:pointer_width (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/rustix/
Dbuild.rs30 let pointer_width = var("CARGO_CFG_TARGET_POINTER_WIDTH").unwrap(); in main() localVariable
/third_party/rust/rust/src/tools/compiletest/src/header/
Dtests.rs419 fn pointer_width() { in pointer_width() function
/third_party/rust/rust/src/tools/compiletest/src/
Dcommon.rs552 pub(crate) pointer_width: u32, field
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs2424 pub(crate) pointer_width: usize, field
2433 let pointer_width; in new() localVariable
/third_party/rust/rust/compiler/rustc_target/src/spec/
Dmod.rs1555 pub pointer_width: u32, field