Searched refs:argument_type (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dhash_enum.h34 typedef T argument_type; typedef in struct:gdb::hash_enum
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dhash_enum.h34 typedef T argument_type; typedef in struct:gdb::hash_enum
/netbsd-current/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-current/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)
/netbsd-current/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)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drefwrap.h181 // Detect nested argument_type.
186 // Nested argument_type.
189 __void_t<typename _Tp::argument_type>>
191 typedef typename _Tp::argument_type argument_type; typedef in struct:_Refwrap_base_arg1
H A Dfunctional_hash.h53 typedef _Arg argument_type _GLIBCXX17_DEPRECATED;
H A Dstl_function.h107 /// @c argument_type is the type of the argument
108 typedef _Arg argument_type; typedef in struct:unary_function
1004 : public unary_function<typename _Predicate::argument_type, bool>
1016 operator()(const typename _Predicate::argument_type& __x) const
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drefwrap.h185 // Detect nested argument_type.
190 // Nested argument_type.
193 __void_t<typename _Tp::argument_type>>
195 typedef typename _Tp::argument_type argument_type; typedef in struct:_Refwrap_base_arg1
H A Dfunctional_hash.h54 typedef _Arg argument_type _GLIBCXX17_DEPRECATED;
H A Dstl_function.h95 * `result_type` and either `argument_type` (for a unary function) or
119 /// @c argument_type is the type of the argument
120 typedef _Arg argument_type; typedef in struct:unary_function
1025 : public unary_function<typename _Predicate::argument_type, bool>
1037 operator()(const typename _Predicate::argument_type& __x) const
/netbsd-current/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-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h304 : public std::unary_function<typename _Functor::argument_type,
310 typedef typename _Functor::argument_type argument_type; typedef in class:__detail::_Functor_Ref
317 operator()(argument_type __arg)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h307 typedef typename _Functor::argument_type argument_type; typedef in class:__detail::_Functor_Ref
314 operator()(argument_type __arg)
337 typedef _Block_pair argument_type; typedef in class:__detail::_Ffit_finder
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dunique_ptr.h753 typedef unique_ptr<_Tp, _Dp> argument_type; typedef in struct:hash
756 result_type operator()(const argument_type& __ptr) const
758 typedef typename argument_type::pointer pointer;
H A Dshared_ptr.h1693 typedef shared_ptr<_Tp> argument_type; typedef in struct:hash
1697 result_type operator()(const argument_type& __ptr) const _NOEXCEPT
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddictionary.c909 typedef enum language argument_type; enumerator in enum:language
912 result_type operator() (const argument_type &l) const noexcept
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddictionary.c915 typedef enum language argument_type; enumerator in enum:language
918 result_type operator() (const argument_type &l) const noexcept
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1244 using argument_type = Register;
H A DMachineBasicBlock.h1119 using argument_type = const MachineBasicBlock *;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h282 typedef _Tp* argument_type; typedef in struct:tr1::_Sp_deleter
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dshared_ptr.h282 typedef _Tp* argument_type; typedef in struct:tr1::_Sp_deleter
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-shapes.cc268 tree argument_type = parse_type (instance, format); local
271 argument_types.quick_push (argument_type);

Completed in 332 milliseconds

12