Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A 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.old/dist/libstdc++-v3/include/parallel/
H A 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.old/dist/libstdc++-v3/include/bits/
H A Drefwrap.h189 __void_t<typename _Tp::argument_type>> in _GLIBCXX_VISIBILITY()
191 typedef typename _Tp::argument_type argument_type; in _GLIBCXX_VISIBILITY()
H A Dfunctional_hash.h53 typedef _Arg argument_type _GLIBCXX17_DEPRECATED; in _GLIBCXX_VISIBILITY()
H A Dstl_function.h108 typedef _Arg argument_type; in _GLIBCXX_VISIBILITY() typedef
1004 : public unary_function<typename _Predicate::argument_type, bool> in _GLIBCXX_VISIBILITY()
1016 operator()(const typename _Predicate::argument_type& __x) const in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drefwrap.h193 __void_t<typename _Tp::argument_type>> in _GLIBCXX_VISIBILITY()
195 typedef typename _Tp::argument_type argument_type; in _GLIBCXX_VISIBILITY()
H A Dfunctional_hash.h54 typedef _Arg argument_type _GLIBCXX17_DEPRECATED; in _GLIBCXX_VISIBILITY()
H A 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.old/dist/libstdc++-v3/include/ext/
H A Dfunctional118 : public std::unary_function<typename _Operation2::argument_type,
130 operator()(const typename _Operation2::argument_type& __x) const
143 : public std::unary_function<typename _Operation2::argument_type,
157 operator()(const typename _Operation2::argument_type& __x) const
253 typedef _Argument argument_type;
H A Dbitmap_allocator.h304 : public std::unary_function<typename _Functor::argument_type, in _GLIBCXX_VISIBILITY()
310 typedef typename _Functor::argument_type argument_type; in _GLIBCXX_VISIBILITY()
317 operator()(argument_type __arg) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A 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;
H A 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/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIndexedMap.h30 using IndexT = typename ToIndexT::argument_type;
H A DSparseSet.h128 using KeyT = typename KeyFunctorT::argument_type;
H A DSparseMultiSet.h120 using KeyT = typename KeyFunctorT::argument_type;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h600 using argument_type = llvm::pdb::PDB_SymType;
603 result_type operator()(const argument_type &Arg) const {
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dunique_ptr.h753 typedef unique_ptr<_Tp, _Dp> argument_type;
756 result_type operator()(const argument_type& __ptr) const
758 typedef typename argument_type::pointer pointer;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dtypeindex117 typedef type_index argument_type;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dtypeindex117 typedef type_index argument_type;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dmemory239 using argument_type = experimental::observer_ptr<_Tp>;
H A Dpropagate_const440 using argument_type = experimental::propagate_const<_Tp>;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dmemory240 using argument_type = experimental::observer_ptr<_Tp>;
H A Dpropagate_const434 using argument_type = experimental::propagate_const<_Tp>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1244 using argument_type = Register; member
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dvariant1736 using argument_type = variant<_Types...>;
1740 result_type operator()(const argument_type& __v) const {
1759 using argument_type = monostate;
1763 result_type operator()(const argument_type&) const _NOEXCEPT {

123