Searched refs:_ArrayCookie (Results 1 – 1 of 1) sorted by relevance
103 using _ArrayCookie = __itanium_array_cookie; in __get_array_cookie() local105 using _ArrayCookie = __arm_array_cookie<_Tp>; in __get_array_cookie() local108 struct _ArrayCookie { // dummy definition required to make the function parse in __get_array_cookie() struct113 char const* __array_cookie_start = reinterpret_cast<char const*>(__ptr) - sizeof(_ArrayCookie); in __get_array_cookie()114 _ArrayCookie __cookie; in __get_array_cookie()117 __builtin_memcpy(std::addressof(__cookie), __array_cookie_start, sizeof(_ArrayCookie)); in __get_array_cookie()