OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Vt
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
mofunc_impl.h
74
template<typename
_Vt
>
76
= __and_v<__callable<
_Vt
_GLIBCXX_MOF_CV_REF>,
77
__callable<
_Vt
_GLIBCXX_MOF_INV_QUALS>>;
95
template<typename _Fn, typename
_Vt
= decay_t<_Fn>>
96
requires (!is_same_v<
_Vt
, move_only_function>)
97
&& (!__is_in_place_type_v<
_Vt
>) && __is_callable_from<
_Vt
>
98
move_only_function(_Fn&& __f) noexcept(_S_nothrow_init<
_Vt
, _Fn>())
100
if constexpr (is_function_v<remove_pointer_t<
_Vt
>>
101
|| is_member_pointer_v<
_Vt
>
[
all
...]
valarray_before.h
496
typedef typename _Arg::value_type
_Vt
;
497
typedef typename __fun<_Oper,
_Vt
>::result_type value_type;
541
typedef typename _FirstArg::value_type
_Vt
;
542
typedef typename __fun<_Oper,
_Vt
>::result_type value_type;
562
typedef typename _Clos::value_type
_Vt
;
563
typedef typename __fun<_Oper,
_Vt
>::result_type value_type;
565
_BinBase2(const _Clos& __e, const
_Vt
& __t)
575
_Vt
_M_expr2;
582
typedef typename _Clos::value_type
_Vt
;
583
typedef typename __fun<_Oper,
_Vt
>::result_type value_type
[
all
...]
hashtable.h
946
using
_Vt
= __conditional_t<is_same<_ExtractKey, _Identity>::value
950
static_cast<
_Vt
>(std::forward<_Arg>(__arg)), __node_gen);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
mofunc_impl.h
74
template<typename
_Vt
>
76
= __and_v<__callable<
_Vt
_GLIBCXX_MOF_CV_REF>,
77
__callable<
_Vt
_GLIBCXX_MOF_INV_QUALS>>;
95
template<typename _Fn, typename
_Vt
= decay_t<_Fn>>
96
requires (!is_same_v<
_Vt
, move_only_function>)
97
&& (!__is_in_place_type_v<
_Vt
>) && __is_callable_from<
_Vt
>
98
move_only_function(_Fn&& __f) noexcept(_S_nothrow_init<
_Vt
, _Fn>())
100
if constexpr (is_function_v<remove_pointer_t<
_Vt
>>
101
|| is_member_pointer_v<
_Vt
>
[
all
...]
valarray_before.h
496
typedef typename _Arg::value_type
_Vt
;
497
typedef typename __fun<_Oper,
_Vt
>::result_type value_type;
541
typedef typename _FirstArg::value_type
_Vt
;
542
typedef typename __fun<_Oper,
_Vt
>::result_type value_type;
562
typedef typename _Clos::value_type
_Vt
;
563
typedef typename __fun<_Oper,
_Vt
>::result_type value_type;
565
_BinBase2(const _Clos& __e, const
_Vt
& __t)
575
_Vt
_M_expr2;
582
typedef typename _Clos::value_type
_Vt
;
583
typedef typename __fun<_Oper,
_Vt
>::result_type value_type
[
all
...]
/src/external/apache2/llvm/dist/libcxx/include/__memory/
uninitialized_algorithms.h
143
using
_Vt
= typename iterator_traits<_ForwardIterator>::value_type;
149
::new ((void*)_VSTD::addressof(*__idx))
_Vt
;
161
using
_Vt
= typename iterator_traits<_ForwardIterator>::value_type;
167
::new ((void*)_VSTD::addressof(*__idx))
_Vt
;
181
using
_Vt
= typename iterator_traits<_ForwardIterator>::value_type;
187
::new ((void*)_VSTD::addressof(*__idx))
_Vt
();
199
using
_Vt
= typename iterator_traits<_ForwardIterator>::value_type;
205
::new ((void*)_VSTD::addressof(*__idx))
_Vt
();
219
using
_Vt
= typename iterator_traits<_ForwardIt>::value_type;
225
::new ((void*)_VSTD::addressof(*__idx))
_Vt
(_VSTD::move(*__first))
[
all
...]
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026