Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dconstant-evaluate.h9 typedef unsigned long long EasyToOverflow; typedef
10 const EasyToOverflow k = 0x80000000;
12 const EasyToOverflow k_expr = 1ULL << 60;
13 const EasyToOverflow wow = 1ULL << 31;
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/
Dconstant-evaluate.rs16 pub type EasyToOverflow = ::std::os::raw::c_ulonglong; typedef
17 pub const k: EasyToOverflow = 2147483648;
18 pub const k_expr: EasyToOverflow = 1152921504606846976;
19 pub const wow: EasyToOverflow = 2147483648;
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
Dconstant-evaluate.rs16 pub type EasyToOverflow = ::std::os::raw::c_ulonglong; typedef
17 pub const k: EasyToOverflow = 2147483648;
18 pub const k_expr: EasyToOverflow = 1152921504606846976;
19 pub const wow: EasyToOverflow = 2147483648;