Searched refs:__matches (Results 1 – 4 of 4) sorted by relevance
2073 int* __matches = static_cast<int*>(__builtin_alloca(sizeof(int) in _M_extract_name() local2090 __matches[__nmatches++] = __i1; in _M_extract_name()2096 size_t __minlen = __traits_type::length(__names[__matches[0]]); in _M_extract_name()2099 __traits_type::length(__names[__matches[__i2]])); in _M_extract_name()2104 __name = __names[__matches[__i3]]; in _M_extract_name()2106 __matches[__i3] = __matches[--__nmatches]; in _M_extract_name()2118 __name = __names[__matches[0]]; in _M_extract_name()2124 __member = __matches[0]; in _M_extract_name()
1756 int* __matches = static_cast<int*>(__builtin_alloca(sizeof(int) in _M_extract_name() local1767 __matches[__nmatches++] = __i1; in _M_extract_name()1775 __traits_type::length(__names[__matches[__i2]])); in _M_extract_name()1783 __name = __names[__matches[__i3]]; in _M_extract_name()1785 __matches[__i3] = __matches[--__nmatches]; in _M_extract_name()1795 __name = __names[__matches[0]]; in _M_extract_name()1801 __member = __matches[0]; in _M_extract_name()
1424 constexpr size_t __find_idx_return(size_t __curr_i, size_t __res, bool __matches) {1425 return !__matches ? __res :1431 constexpr size_t __find_idx(size_t __i, const bool (&__matches)[_Nx]) {1433 …find_detail::__find_idx_return(__i, __find_detail::__find_idx(__i + 1, __matches), __matches[__i]);1438 static constexpr bool __matches[sizeof...(_Args)] = {is_same<_T1, _Args>::value...};1439 static constexpr size_t value = __find_detail::__find_idx(0, __matches);
398 constexpr bool __matches[] = {is_same_v<_Tp, _Types>...};401 if (__matches[__i]) {