Home | History | Annotate | Download | only in tests

Lines Matching full:s32ptr

687     constexpr int32_t C2TestAStruct::* s32ptr = &C2TestAInfo::signed32;
689 constexpr int32_t C2TestAInfo::* s32ptr_cast2derived = (int32_t C2TestAInfo::*)s32ptr;
694 int32_t *info_s32 = &(info->*s32ptr);
695 int32_t *strukt_s32 = &(strukt->*s32ptr);