Lines Matching refs:__result
321 size_t __result = __not_found;
324 if (__result != __not_found) {
327 __result = __i;
330 return __result;
365 _Trait __result = _Trait::_TriviallyAvailable;
367 if (static_cast<int>(__t) > static_cast<int>(__result)) {
368 __result = __t;
371 return __result;
482 using __result = array<common_type_t<__uncvref_t<_Fs>...>, sizeof...(_Fs)>;
483 return __result{{_VSTD::forward<_Fs>(__fs)...}};
1538 for (bool __result : __results) {
1539 if (__result) {