/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/parallel/ |
H A D | base.h | 172 template<typename _Predicate, typename argument_type> 174 : public std::unary_function<argument_type, bool> 184 operator()(const argument_type& __x) in operator()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/parallel/ |
H A D | base.h | 172 template<typename _Predicate, typename argument_type> 174 : public std::unary_function<argument_type, bool> 184 operator()(const argument_type& __x) in operator()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | refwrap.h | 186 __void_t<typename _Tp::argument_type>> in _GLIBCXX_VISIBILITY() 188 typedef typename _Tp::argument_type argument_type; in _GLIBCXX_VISIBILITY()
|
H A D | functional_hash.h | 53 typedef _Arg argument_type _GLIBCXX17_DEPRECATED; in _GLIBCXX_VISIBILITY()
|
H A D | stl_function.h | 108 typedef _Arg argument_type; in _GLIBCXX_VISIBILITY() typedef 980 : public unary_function<typename _Predicate::argument_type, bool> in _GLIBCXX_VISIBILITY() 992 operator()(const typename _Predicate::argument_type& __x) const in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | functional | 127 : public unary_function<typename _Operation2::argument_type, 139 operator()(const typename _Operation2::argument_type& __x) const 152 : public unary_function<typename _Operation2::argument_type, 166 operator()(const typename _Operation2::argument_type& __x) const 276 typedef _Argument argument_type;
|
H A D | bitmap_allocator.h | 307 : public std::unary_function<typename _Functor::argument_type, in _GLIBCXX_VISIBILITY() 313 typedef typename _Functor::argument_type argument_type; in _GLIBCXX_VISIBILITY() 320 operator()(argument_type __arg) in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | functional | 126 : public unary_function<typename _Operation2::argument_type, 138 operator()(const typename _Operation2::argument_type& __x) const 151 : public unary_function<typename _Operation2::argument_type, 165 operator()(const typename _Operation2::argument_type& __x) const 261 typedef _Argument argument_type;
|
H A D | bitmap_allocator.h | 307 : public std::unary_function<typename _Functor::argument_type, in _GLIBCXX_VISIBILITY() 313 typedef typename _Functor::argument_type argument_type; in _GLIBCXX_VISIBILITY() 320 operator()(argument_type __arg) in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | stl_function.h | 106 typedef _Arg argument_type; in _GLIBCXX_VISIBILITY() typedef 354 : public unary_function<typename _Predicate::argument_type, bool> in _GLIBCXX_VISIBILITY() 364 operator()(const typename _Predicate::argument_type& __x) const in _GLIBCXX_VISIBILITY()
|
H A D | functional_hash.h | 53 typedef _Arg argument_type; in _GLIBCXX_VISIBILITY() typedef
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | typeindex | 100 typedef type_index argument_type;
|
H A D | variant | 1424 using argument_type [[__deprecated__]] = variant<_Types...>; 1431 using argument_type [[__deprecated__]] = monostate;
|
H A D | optional | 1516 using argument_type [[__deprecated__]] = optional<_Tp>;
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
H A D | typeindex | 97 typedef type_index argument_type;
|
H A D | functional | 278 // Nested argument_type only. 283 typedef typename _Tp::argument_type argument_type; 300 typedef typename _Tp::argument_type argument_type; 305 _GLIBCXX_HAS_NESTED_TYPE(argument_type)
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/ |
H A D | memory | 239 using argument_type = experimental::observer_ptr<_Tp>;
|
H A D | propagate_const | 433 using argument_type = experimental::propagate_const<_Tp>;
|
H A D | optional | 989 using argument_type = experimental::optional<_Tp>;
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
H A D | shared_ptr.h | 291 typedef _Tp* argument_type; in _GLIBCXX_VISIBILITY() typedef
|
H A D | functional | 346 : unary_function<typename _Tp::argument_type, 362 : unary_function<typename _Tp::argument_type,
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
H A D | shared_ptr.h | 282 typedef _Tp* argument_type; in _GLIBCXX_VISIBILITY() typedef
|
H A D | functional | 342 : unary_function<typename _Tp::argument_type, 358 : unary_function<typename _Tp::argument_type,
|