Home
last modified time | relevance | path

Searched refs:BigArray (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dstruct_with_derive_debug.rs41 pub struct BigArray { structure names
46 const UNINIT: ::std::mem::MaybeUninit<BigArray> = in bindgen_test_layout_BigArray()
50 ::std::mem::size_of::<BigArray>(), in bindgen_test_layout_BigArray()
52 concat!("Size of: ", stringify!(BigArray)) in bindgen_test_layout_BigArray()
55 ::std::mem::align_of::<BigArray>(), in bindgen_test_layout_BigArray()
57 concat!("Alignment of ", stringify!(BigArray)) in bindgen_test_layout_BigArray()
64 stringify!(BigArray), in bindgen_test_layout_BigArray()
70 impl Default for BigArray {
113 pub a: BigArray,
/third_party/benchmark/test/
H A Ddonotoptimize_assembly_test.cc13 extern int BigArray[2049];
93 BigArray[16] = 42; in test_with_big_array_with_op()
94 benchmark::DoNotOptimize(BigArray); in test_with_big_array_with_op()
95 // CHECK: movl $42, BigArray+64(%rip) in test_with_big_array_with_op()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dstruct_with_derive_debug.h7 struct BigArray{ struct
16 struct BigArray a;
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_gen.rs596 struct BigArray { structure names
600 assert_ser::<BigArray>();
/third_party/googletest/googletest/test/
H A Dgoogletest-printers-test.cc882 TEST(PrintArrayTest, BigArray) { in TEST()

Completed in 6 milliseconds