Searched refs:tagged_null (Results 1 – 1 of 1) sorted by relevance
267 auto* tagged_null = reinterpret_cast<int*>(0x2bULL << 56); in fault_address_tag_impl() local269 { [[maybe_unused]] volatile int load = *tagged_null; }, testing::ExitedWithCode(0), ""); in fault_address_tag_impl()278 EXPECT_EXIT({ [[maybe_unused]] volatile int load = *tagged_null; }, in fault_address_tag_impl()