HomeSort by: relevance | last modified time | path
    Searched defs:argument_type (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
hash_enum.h 34 typedef T argument_type; typedef in struct:gdb::hash_enum
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
refwrap.h 189 // Detect nested argument_type.
194 // Nested argument_type.
197 __void_t<typename _Tp::argument_type>>
199 typedef typename _Tp::argument_type argument_type; typedef in struct:_Refwrap_base_arg1
stl_function.h 95 * `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
1022 : public unary_function<typename _Predicate::argument_type, bool>
1034 operator()(const typename _Predicate::argument_type& __x) const
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
refwrap.h 185 // 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
stl_function.h 95 * `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
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
unique_ptr.h 753 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;
shared_ptr.h 1693 typedef shared_ptr<_Tp> argument_type; typedef in struct:hash
1697 result_type operator()(const argument_type& __ptr) const _NOEXCEPT
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
shared_ptr.h 282 typedef _Tp* argument_type; typedef in struct:tr1::_Sp_deleter
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
shared_ptr.h 282 typedef _Tp* argument_type; typedef in struct:tr1::_Sp_deleter
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
bitmap_allocator.h 309 typedef typename _Functor::argument_type argument_type; typedef in class:__detail::_Functor_Ref
316 operator()(argument_type __arg)
339 typedef _Block_pair argument_type; typedef in class:__detail::_Ffit_finder
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
bitmap_allocator.h 307 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
  /src/external/gpl3/gdb/dist/gdb/
dictionary.c 925 typedef enum language argument_type; enumerator in enum:language
928 result_type operator() (const argument_type &l) const noexcept
  /src/external/gpl3/gdb.old/dist/gdb/
dictionary.c 925 typedef enum language argument_type; enumerator in enum:language
928 result_type operator() (const argument_type &l) const noexcept
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-shapes.cc 322 tree argument_type = parse_type (instance, format); local
325 argument_types.quick_push (argument_type);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-shapes.cc 268 tree argument_type = parse_type (instance, format); local
271 argument_types.quick_push (argument_type);

Completed in 47 milliseconds