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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
refwrap.h 202 // Detect nested first_argument_type and second_argument_type.
207 // Nested first_argument_type and second_argument_type.
210 __void_t<typename _Tp::first_argument_type,
213 typedef typename _Tp::first_argument_type first_argument_type; typedef in struct:_Refwrap_base_arg2
stl_function.h 96 * `first_argument_type` and `second_argument_type` (for a binary function).
133 /// @c first_argument_type is the type of the first argument
134 typedef _Arg1 first_argument_type; typedef in struct:binary_function
1049 : public binary_function<typename _Predicate::first_argument_type,
1062 operator()(const typename _Predicate::first_argument_type& __x,
hashtable_policy.h 569 typedef std::size_t first_argument_type; typedef in struct:_Mod_range_hashing
574 operator()(first_argument_type __num,
639 typedef std::size_t first_argument_type; typedef in struct:_Mask_range_hashing
644 operator()(first_argument_type __num,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
refwrap.h 198 // Detect nested first_argument_type and second_argument_type.
203 // Nested first_argument_type and second_argument_type.
206 __void_t<typename _Tp::first_argument_type,
209 typedef typename _Tp::first_argument_type first_argument_type; typedef in struct:_Refwrap_base_arg2
stl_function.h 96 * `first_argument_type` and `second_argument_type` (for a binary function).
133 /// @c first_argument_type is the type of the first argument
134 typedef _Arg1 first_argument_type; typedef in struct:binary_function
1052 : public binary_function<typename _Predicate::first_argument_type,
1065 operator()(const typename _Predicate::first_argument_type& __x,
hashtable_policy.h 485 typedef std::size_t first_argument_type; typedef in struct:_Mod_range_hashing
490 operator()(first_argument_type __num,
555 typedef std::size_t first_argument_type; typedef in struct:_Mask_range_hashing
560 operator()(first_argument_type __num,
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
hashtable_policy.h 363 typedef std::size_t first_argument_type; typedef in struct:tr1::__detail::_Mod_range_hashing
368 operator()(first_argument_type __num, second_argument_type __den) const
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
hashtable_policy.h 363 typedef std::size_t first_argument_type; typedef in struct:tr1::__detail::_Mod_range_hashing
368 operator()(first_argument_type __num, second_argument_type __den) const

Completed in 33 milliseconds