Home
last modified time | relevance | path

Searched refs:remove_reference (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dmove.h77 forward(typename std::remove_reference<_Tp>::type& __t) noexcept in _GLIBCXX_VISIBILITY()
89 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept in _GLIBCXX_VISIBILITY()
103 constexpr typename std::remove_reference<_Tp>::type&& in _GLIBCXX_VISIBILITY()
105 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); } in _GLIBCXX_VISIBILITY()
Dunique_ptr.h157 _Ptr<_Up, _Ep, __void_t<typename remove_reference<_Ep>::type::pointer>> in _GLIBCXX_VISIBILITY()
159 using type = typename remove_reference<_Ep>::type::pointer; in _GLIBCXX_VISIBILITY()
350 typename _DelUnref = typename remove_reference<_Del>::type> in _GLIBCXX_VISIBILITY()
643 typename _DelUnref = typename remove_reference<_Del>::type, in _GLIBCXX_VISIBILITY()
Dinvoke.h55 __invfwd(typename remove_reference<_Tp>::type& __t) noexcept in _GLIBCXX_VISIBILITY()
Dshared_ptr_base.h1045 reference_wrapper<typename remove_reference<_Del>::type>, in _GLIBCXX_VISIBILITY()
Dstl_iterator.h1506 typename remove_reference<__base_ref>::type&&,
Dstl_algo.h3720 typedef typename remove_reference<_UniformRandomNumberGenerator>::type in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dtype_traits485 struct remove_reference;
490 { typedef typename remove_reference<_Tp>::type* type; };
606 typedef typename remove_reference<_Tp>::type __rr_Tp;
618 remove_reference<_From>::type>::value
641 struct remove_reference
645 struct remove_reference<_Tp&>
Drandom.h84 typedef typename remove_reference<_Engine>::type _BEngine; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-ref.h43 void remove_reference ();
Dipa-ref.cc31 ipa_ref::remove_reference () in remove_reference() function in ipa_ref
Dmultiple_target.cc114 ref->remove_reference (); in create_dispatcher_calls()
Dcgraphbuild.cc450 ref->remove_reference (); in rebuild_references()
Dsymtab.cc783 r->remove_reference (); in remove_stmt_references()
822 ref_list.references.last ().remove_reference (); in remove_all_references()
832 ref_list.referring.last ()->remove_reference (); in remove_all_referring()
Dipa-cp.cc4148 to_del->remove_reference (); in ipcp_discover_new_direct_edges()
4962 to_del->remove_reference (); in adjust_references_in_caller()
5013 to_del->remove_reference (); in adjust_references_in_caller()
Dipa-prop.cc3701 to_del->remove_reference (); in remove_described_reference()
4198 ref->remove_reference (); in propagate_controlled_uses()
4248 ref->remove_reference (); in propagate_controlled_uses()
Dcgraph.cc1266 ref->remove_reference (); in resolve_speculation()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
Dtype_utils.hpp64 using std::tr1::remove_reference;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dnested_exception.h101 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dscoped_allocator74 typename remove_reference<__outer_allocator_t<_Alloc>>::type
78 typename remove_reference<__outer_allocator_t<_Alloc>>::type
Dtype_traits1620 /// remove_reference
1622 struct remove_reference
1626 struct remove_reference<_Tp&>
1630 struct remove_reference<_Tp&&>
1662 /// Alias template for remove_reference
1664 using remove_reference_t = typename remove_reference<_Tp>::type;
2067 { typedef typename remove_reference<_Tp>::type* type; };
2190 typedef typename remove_reference<_Tp>::type __remove_type;
2243 = typename remove_cv<typename remove_reference<_Tp>::type>::type;
2511 typedef typename remove_reference<_Arg>::type _Argval;
[all …]
Dtuple1702 typename remove_reference<_Tp>::type>::value>::__type __type;
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Darc.c2205 remove_reference(arc_buf_hdr_t *hdr, kmutex_t *hash_lock, void *tag) in remove_reference() function
3119 VERIFY0(remove_reference(hdr, NULL, tag)); in arc_buf_destroy()
3131 (void) remove_reference(hdr, hash_lock, tag); in arc_buf_destroy()
5361 (void) remove_reference(hdr, hash_lock, tag); in arc_release()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20074 std::remove_reference<>::type&&, typename
5 std::remove_reference<>::type&&...),
747 remove_cv, is_member_pointer, remove_reference): Declare.
3396 remove_reference): Remove.
3398 remove_reference): Add.
3400 is_reference, remove_reference, add_lvalue_reference,
3423 * testsuite/20_util/remove_reference/requirements/
3425 * testsuite/20_util/remove_reference/value.cc: Likewise.
4609 * tr1/4_metaprogramming/remove_reference
4610 * tr1/4_metaprogramming/remove_reference/requirements
[all …]
DChangeLog-2013187 * testsuite/20_util/remove_reference/value.cc: Likewise.
711 * testsuite/20_util/remove_reference/requirements/typedefs.cc: New.
/netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/
Ddemangle-expected1197 …onst&)#2}&&)::{lambda(unsigned long)#1}> >, x::ptrrefBase> >&>(std::remove_reference<x::refobjiter…

12