Home
last modified time | relevance | path

Searched refs:argument_type (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
Dbase.h172 template<typename _Predicate, typename argument_type>
174 : public std::unary_function<argument_type, bool>
184 operator()(const argument_type& __x) in operator()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Drefwrap.h193 __void_t<typename _Tp::argument_type>> in _GLIBCXX_VISIBILITY()
195 typedef typename _Tp::argument_type argument_type; in _GLIBCXX_VISIBILITY()
Dfunctional_hash.h54 typedef _Arg argument_type _GLIBCXX17_DEPRECATED; in _GLIBCXX_VISIBILITY()
Dstl_function.h120 typedef _Arg argument_type; in _GLIBCXX_VISIBILITY() typedef
1025 : public unary_function<typename _Predicate::argument_type, bool> in _GLIBCXX_VISIBILITY()
1037 operator()(const typename _Predicate::argument_type& __x) const in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dfunctional121 : public std::unary_function<typename _Operation2::argument_type,
133 operator()(const typename _Operation2::argument_type& __x) const
146 : public std::unary_function<typename _Operation2::argument_type,
160 operator()(const typename _Operation2::argument_type& __x) const
256 typedef _Argument argument_type;
Dbitmap_allocator.h307 typedef typename _Functor::argument_type argument_type; in _GLIBCXX_VISIBILITY()
314 operator()(argument_type __arg) in _GLIBCXX_VISIBILITY()
337 typedef _Block_pair argument_type; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dtypeindex117 typedef type_index argument_type;
Dvariant1942 using argument_type [[__deprecated__]] = variant<_Types...>;
1949 using argument_type [[__deprecated__]] = monostate;
Doptional1494 using argument_type [[__deprecated__]] = optional<_Tp>;
/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddictionary.c925 typedef enum language argument_type;
928 result_type operator() (const argument_type &l) const noexcept
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dshared_ptr.h282 typedef _Tp* argument_type; in _GLIBCXX_VISIBILITY() typedef
Dfunctional376 : unary_function<typename _Tp::argument_type,
392 : unary_function<typename _Tp::argument_type,
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20171216 (__hash_base::argument_type): Add _GLIBCXX17_DEPRECATED.
1218 (hash<optional<T>>::argument_type): Add deprecated attribute.
1221 (hash<variant<Types...>>::argument_type): Add deprecated attribute.
DChangeLog-20194894 (hash<wstring_view>): Fix argument_type typedef.
DChangeLog-20101731 add result_type and argument_type typedefs; trim includes.
DChangeLog-20201772 use deprecated 'argument_type' member.