Home
last modified time | relevance | path

Searched refs:_Obj (Results 76 – 100 of 379) sorted by relevance

12345678910>>...16

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr52772.C13 public: c3() { _Obj = 0; } in c3()
14 ~c3() { if (_Obj) delete _Obj; } in ~c3() local
16 protected: c2 *_Obj;
19 void c3::set(c2 *pObj) { _Obj = pObj; }; in set()
/dports/math/libflame/libflame-5.2.0/docs/libflame/
H A Dmacros.tex458 \newcommand{\flaobj}{\mbox{{\tt FLA\_Obj}} }
459 \newcommand{\flaobjp}{\mbox{{\tt FLA\_Obj*}} }
460 \newcommand{\flaobjns}{\mbox{{\tt FLA\_Obj}}}
739 \newcommand{\flaobjfree}{\mbox{{\tt FLA\_Obj\_free()}} }
740 \newcommand{\flaobjfreens}{\mbox{{\tt FLA\_Obj\_free()}}}
748 \newcommand{\flaobjwidth}{\mbox{{\tt FLA\_Obj\_width()}} }
749 \newcommand{\flaobjwidthns}{\mbox{{\tt FLA\_Obj\_width()}}}
765 \newcommand{\flaobjshow}{\mbox{{\tt FLA\_Obj\_show()}} }
766 \newcommand{\flaobjshowns}{\mbox{{\tt FLA\_Obj\_show()}}}
767 \newcommand{\flaobjfshow}{\mbox{{\tt FLA\_Obj\_fshow()}} }
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/bits/
H A Dstl_map.h831 template <typename _Obj> in _GLIBCXX_VISIBILITY()
833 insert_or_assign(const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
844 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
849 template <typename _Obj> in _GLIBCXX_VISIBILITY()
851 insert_or_assign(key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
862 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
886 template <typename _Obj> in _GLIBCXX_VISIBILITY()
889 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
902 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
907 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
H A Dunordered_map.h642 template <typename _Obj> in _GLIBCXX_VISIBILITY()
644 insert_or_assign(const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
655 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
660 template <typename _Obj> in _GLIBCXX_VISIBILITY()
662 insert_or_assign(key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
673 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
703 template <typename _Obj> in _GLIBCXX_VISIBILITY()
706 _Obj&& __obj) in _GLIBCXX_VISIBILITY()
716 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
721 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/bits/
H A Dstl_map.h831 template <typename _Obj> in _GLIBCXX_VISIBILITY()
833 insert_or_assign(const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
844 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
849 template <typename _Obj> in _GLIBCXX_VISIBILITY()
851 insert_or_assign(key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
862 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
886 template <typename _Obj> in _GLIBCXX_VISIBILITY()
889 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
902 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
907 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
H A Dunordered_map.h642 template <typename _Obj> in _GLIBCXX_VISIBILITY()
644 insert_or_assign(const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
655 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
660 template <typename _Obj> in _GLIBCXX_VISIBILITY()
662 insert_or_assign(key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
673 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
703 template <typename _Obj> in _GLIBCXX_VISIBILITY()
706 _Obj&& __obj) in _GLIBCXX_VISIBILITY()
716 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
721 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dstl_map.h916 template <typename _Obj> in _GLIBCXX_VISIBILITY()
926 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
929 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
934 template <typename _Obj> in _GLIBCXX_VISIBILITY()
944 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
947 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
971 template <typename _Obj> in _GLIBCXX_VISIBILITY()
974 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
984 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
992 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/bits/
H A Dstl_map.h915 template <typename _Obj> in _GLIBCXX_VISIBILITY()
925 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
928 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
933 template <typename _Obj> in _GLIBCXX_VISIBILITY()
943 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
946 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
970 template <typename _Obj> in _GLIBCXX_VISIBILITY()
973 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
983 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
991 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H A Dstl_map.h916 template <typename _Obj> in _GLIBCXX_VISIBILITY()
926 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
929 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
934 template <typename _Obj> in _GLIBCXX_VISIBILITY()
944 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
947 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
971 template <typename _Obj> in _GLIBCXX_VISIBILITY()
974 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
984 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
992 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstl_map.h915 template <typename _Obj> in _GLIBCXX_VISIBILITY()
925 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
928 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
933 template <typename _Obj> in _GLIBCXX_VISIBILITY()
943 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
946 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
970 template <typename _Obj> in _GLIBCXX_VISIBILITY()
973 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
983 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
991 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/bits/
H A Dstl_map.h915 template <typename _Obj> in _GLIBCXX_VISIBILITY()
925 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
928 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
933 template <typename _Obj> in _GLIBCXX_VISIBILITY()
943 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
946 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
970 template <typename _Obj> in _GLIBCXX_VISIBILITY()
973 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
983 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
991 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dstl_map.h916 template <typename _Obj> in _GLIBCXX_VISIBILITY()
926 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
929 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
934 template <typename _Obj> in _GLIBCXX_VISIBILITY()
944 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
947 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
971 template <typename _Obj> in _GLIBCXX_VISIBILITY()
974 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
984 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
992 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dstl_map.h916 template <typename _Obj> in _GLIBCXX_VISIBILITY()
926 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
929 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
934 template <typename _Obj> in _GLIBCXX_VISIBILITY()
944 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
947 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
971 template <typename _Obj> in _GLIBCXX_VISIBILITY()
974 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
984 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
992 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstl_map.h915 template <typename _Obj> in _GLIBCXX_VISIBILITY()
925 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
928 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
933 template <typename _Obj> in _GLIBCXX_VISIBILITY()
943 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
946 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
970 template <typename _Obj> in _GLIBCXX_VISIBILITY()
973 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
983 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
991 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/bits/
H A Dstl_map.h916 template <typename _Obj> in _GLIBCXX_VISIBILITY()
926 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
929 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
934 template <typename _Obj> in _GLIBCXX_VISIBILITY()
944 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
947 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
971 template <typename _Obj> in _GLIBCXX_VISIBILITY()
974 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
984 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
992 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstl_map.h915 template <typename _Obj> in _GLIBCXX_VISIBILITY()
925 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
928 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
933 template <typename _Obj> in _GLIBCXX_VISIBILITY()
943 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
946 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
970 template <typename _Obj> in _GLIBCXX_VISIBILITY()
973 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
983 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
991 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstl_map.h915 template <typename _Obj> in _GLIBCXX_VISIBILITY()
925 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
928 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
933 template <typename _Obj> in _GLIBCXX_VISIBILITY()
943 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
946 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
970 template <typename _Obj> in _GLIBCXX_VISIBILITY()
973 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
983 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
991 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/include/bits/
H A Dstl_map.h915 template <typename _Obj> in _GLIBCXX_VISIBILITY()
925 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
928 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
933 template <typename _Obj> in _GLIBCXX_VISIBILITY()
943 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
946 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
970 template <typename _Obj> in _GLIBCXX_VISIBILITY()
973 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
983 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
991 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dstl_map.h916 template <typename _Obj> in _GLIBCXX_VISIBILITY()
926 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
929 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
934 template <typename _Obj> in _GLIBCXX_VISIBILITY()
944 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
947 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
971 template <typename _Obj> in _GLIBCXX_VISIBILITY()
974 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
984 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
992 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/bits/
H A Dstl_map.h915 template <typename _Obj> in _GLIBCXX_VISIBILITY()
925 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
928 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
933 template <typename _Obj> in _GLIBCXX_VISIBILITY()
943 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
946 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
970 template <typename _Obj> in _GLIBCXX_VISIBILITY()
973 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
983 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
991 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/bits/
H A Dstl_map.h916 template <typename _Obj> in _GLIBCXX_VISIBILITY()
926 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
929 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
934 template <typename _Obj> in _GLIBCXX_VISIBILITY()
944 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
947 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
971 template <typename _Obj> in _GLIBCXX_VISIBILITY()
974 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
984 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
992 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/bits/
H A Dstl_map.h915 template <typename _Obj> in _GLIBCXX_VISIBILITY()
925 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
928 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
933 template <typename _Obj> in _GLIBCXX_VISIBILITY()
943 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
946 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
970 template <typename _Obj> in _GLIBCXX_VISIBILITY()
973 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
983 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
991 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/include/bits/
H A Dstl_map.h915 template <typename _Obj> in _GLIBCXX_VISIBILITY()
925 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
928 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
933 template <typename _Obj> in _GLIBCXX_VISIBILITY()
943 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
946 (*__i).second = std::forward<_Obj>(__obj); in _GLIBCXX_VISIBILITY()
970 template <typename _Obj> in _GLIBCXX_VISIBILITY()
973 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
983 std::forward<_Obj>(__obj))); in _GLIBCXX_VISIBILITY()
991 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/debug/
H A Dmap.h361 template <typename _Obj> in _GLIBCXX_VISIBILITY()
363 insert_or_assign(const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
366 std::forward<_Obj>(__obj)); in _GLIBCXX_VISIBILITY()
370 template <typename _Obj> in _GLIBCXX_VISIBILITY()
372 insert_or_assign(key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
375 std::forward<_Obj>(__obj)); in _GLIBCXX_VISIBILITY()
379 template <typename _Obj> in _GLIBCXX_VISIBILITY()
382 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
386 std::forward<_Obj>(__obj)), in _GLIBCXX_VISIBILITY()
390 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/debug/
H A Dmap.h361 template <typename _Obj> in _GLIBCXX_VISIBILITY()
363 insert_or_assign(const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
366 std::forward<_Obj>(__obj)); in _GLIBCXX_VISIBILITY()
370 template <typename _Obj> in _GLIBCXX_VISIBILITY()
372 insert_or_assign(key_type&& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
375 std::forward<_Obj>(__obj)); in _GLIBCXX_VISIBILITY()
379 template <typename _Obj> in _GLIBCXX_VISIBILITY()
382 const key_type& __k, _Obj&& __obj) in _GLIBCXX_VISIBILITY()
386 std::forward<_Obj>(__obj)), in _GLIBCXX_VISIBILITY()
390 template <typename _Obj> in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...16