Home
last modified time | relevance | path

Searched refs:_T1 (Results 1 – 25 of 1907) sorted by relevance

12345678910>>...77

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/__algorithm/
H A Dcomp.h23 template <class _T1, class _T2 = _T1>
32 template <class _T1>
33 struct __equal_to<_T1, _T1>
39 template <class _T1>
40 struct __equal_to<const _T1, _T1>
46 template <class _T1>
47 struct __equal_to<_T1, const _T1>
53 template <class _T1, class _T2 = _T1>
70 struct __less<_T1, _T1>
77 struct __less<const _T1, _T1>
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/__algorithm/
H A Dcomp.h26 template <class _T1, class _T2 = _T1>
35 template <class _T1>
36 struct __equal_to<_T1, _T1>
42 template <class _T1>
43 struct __equal_to<const _T1, _T1>
49 template <class _T1>
50 struct __equal_to<_T1, const _T1>
56 template <class _T1, class _T2 = _T1>
73 struct __less<_T1, _T1>
80 struct __less<const _T1, _T1>
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/__algorithm/
H A Dcomp.h26 template <class _T1, class _T2 = _T1>
35 template <class _T1>
36 struct __equal_to<_T1, _T1>
42 template <class _T1>
43 struct __equal_to<const _T1, _T1>
49 template <class _T1>
50 struct __equal_to<_T1, const _T1>
56 template <class _T1, class _T2 = _T1>
73 struct __less<_T1, _T1>
80 struct __less<const _T1, _T1>
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/__algorithm/
H A Dcomp.h26 template <class _T1, class _T2 = _T1>
35 template <class _T1>
36 struct __equal_to<_T1, _T1>
42 template <class _T1>
43 struct __equal_to<const _T1, _T1>
49 template <class _T1>
50 struct __equal_to<_T1, const _T1>
56 template <class _T1, class _T2 = _T1>
73 struct __less<_T1, _T1>
80 struct __less<const _T1, _T1>
[all …]
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/__algorithm/
H A Dcomp.h26 template <class _T1, class _T2 = _T1>
35 template <class _T1>
36 struct __equal_to<_T1, _T1>
42 template <class _T1>
43 struct __equal_to<const _T1, _T1>
49 template <class _T1>
50 struct __equal_to<_T1, const _T1>
56 template <class _T1, class _T2 = _T1>
73 struct __less<_T1, _T1>
80 struct __less<const _T1, _T1>
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/__algorithm/
H A Dcomp.h26 template <class _T1, class _T2 = _T1>
35 template <class _T1>
36 struct __equal_to<_T1, _T1>
42 template <class _T1>
43 struct __equal_to<const _T1, _T1>
49 template <class _T1>
50 struct __equal_to<_T1, const _T1>
56 template <class _T1, class _T2 = _T1>
73 struct __less<_T1, _T1>
80 struct __less<const _T1, _T1>
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/
H A D_pair.h48 typedef _T1 first_type;
51 _T1 first;
77 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
88 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
92 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
106 inline pair<_T1, _T2 const*> make_pair(_T1 const& __x, in make_pair()
111 inline pair<_T1 const*, _T2> make_pair(_T1 const (&__x)[_Sz], in make_pair()
113 { return pair<_T1 const*, _T2>(static_cast<_T1 const*>(__x), __y); } in make_pair()
116 inline pair<_T1 const*, _T2 const*> make_pair(_T1 const (&__x)[_Sz1], in make_pair()
118 return pair<_T1 const*, _T2 const*>(static_cast<_T1 const*>(__x), in make_pair()
[all …]
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A D_pair.h46 typedef _T1 first_type;
49 _T1 first;
73 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
88 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
102 inline pair<_T1, _T2 const*> make_pair(_T1 const& __x, in make_pair()
107 inline pair<_T1 const*, _T2> make_pair(_T1 const (&__x)[_Sz], in make_pair()
109 { return pair<_T1 const*, _T2>(static_cast<_T1 const*>(__x), __y); } in make_pair()
112 inline pair<_T1 const*, _T2 const*> make_pair(_T1 const (&__x)[_Sz1], in make_pair()
114 return pair<_T1 const*, _T2 const*>(static_cast<_T1 const*>(__x), in make_pair()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/__utility/
H A Dpair.h48 _T1 first;
320 pair(_T1, _T2) -> pair<_T1, _T2>;
400 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in swap() argument
422 pair<_T1,_T2>
460 _T1&
466 const _T1&
473 _T1&&
551 constexpr _T1 & get(pair<_T1, _T2>& __p) _NOEXCEPT
565 constexpr _T1 && get(pair<_T1, _T2>&& __p) _NOEXCEPT
579 constexpr _T1 & get(pair<_T2, _T1>& __p) _NOEXCEPT
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/__utility/
H A Dpair.h50 _T1 first;
315 pair(_T1, _T2) -> pair<_T1, _T2>;
374 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in swap() argument
396 pair<_T1,_T2>
434 _T1&
440 const _T1&
447 _T1&&
525 constexpr _T1 & get(pair<_T1, _T2>& __p) _NOEXCEPT
539 constexpr _T1 && get(pair<_T1, _T2>&& __p) _NOEXCEPT
553 constexpr _T1 & get(pair<_T2, _T1>& __p) _NOEXCEPT
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/__utility/
H A Dpair.h50 _T1 first;
315 pair(_T1, _T2) -> pair<_T1, _T2>;
374 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in swap() argument
396 pair<_T1,_T2>
434 _T1&
440 const _T1&
447 _T1&&
525 constexpr _T1 & get(pair<_T1, _T2>& __p) _NOEXCEPT
539 constexpr _T1 && get(pair<_T1, _T2>&& __p) _NOEXCEPT
553 constexpr _T1 & get(pair<_T2, _T1>& __p) _NOEXCEPT
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/__utility/
H A Dpair.h50 _T1 first;
315 pair(_T1, _T2) -> pair<_T1, _T2>;
374 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in swap() argument
396 pair<_T1,_T2>
434 _T1&
440 const _T1&
447 _T1&&
525 constexpr _T1 & get(pair<_T1, _T2>& __p) _NOEXCEPT
539 constexpr _T1 && get(pair<_T1, _T2>&& __p) _NOEXCEPT
553 constexpr _T1 & get(pair<_T2, _T1>& __p) _NOEXCEPT
[all …]
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/__utility/
H A Dpair.h50 _T1 first;
315 pair(_T1, _T2) -> pair<_T1, _T2>;
374 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in swap() argument
396 pair<_T1,_T2>
434 _T1&
440 const _T1&
447 _T1&&
525 constexpr _T1 & get(pair<_T1, _T2>& __p) _NOEXCEPT
539 constexpr _T1 && get(pair<_T1, _T2>&& __p) _NOEXCEPT
553 constexpr _T1 & get(pair<_T2, _T1>& __p) _NOEXCEPT
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/__utility/
H A Dpair.h50 _T1 first;
315 pair(_T1, _T2) -> pair<_T1, _T2>;
374 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in swap() argument
396 pair<_T1,_T2>
434 _T1&
440 const _T1&
447 _T1&&
525 constexpr _T1 & get(pair<_T1, _T2>& __p) _NOEXCEPT
539 constexpr _T1 && get(pair<_T1, _T2>&& __p) _NOEXCEPT
553 constexpr _T1 & get(pair<_T2, _T1>& __p) _NOEXCEPT
[all …]
/dports/misc/lastools/LAStools-8ff2694/LASzip/stl/
H A Dstl_pair.h36 template <class _T1, class _T2>
38 typedef _T1 first_type;
41 _T1 first;
52 template <class _T1, class _T2>
53 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
59 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
68 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
73 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
78 inline bool operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
83 inline bool operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dstl_pair.h67 template<class _T1, class _T2>
94 template<class _T1, class _T2>
96 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
100 template<class _T1, class _T2>
102 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
109 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
115 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
121 operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
127 operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
143 inline pair<_T1, _T2>
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dstl_pair.h67 template<class _T1, class _T2>
94 template<class _T1, class _T2>
96 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
100 template<class _T1, class _T2>
102 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
109 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
115 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
121 operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
127 operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
143 inline pair<_T1, _T2>
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/bits/
H A Dstl_pair.h283 _T1, _T2>; in _GLIBCXX_VISIBILITY()
442 template<typename _T1, typename _T2> pair(_T1, _T2) -> pair<_T1, _T2>; in _GLIBCXX_VISIBILITY()
448 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
454 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
461 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
467 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
473 operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
479 operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
495 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
503 swap(pair<_T1, _T2>&, pair<_T1, _T2>&) = delete; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstl_pair.h283 _T1, _T2>; in _GLIBCXX_VISIBILITY()
442 template<typename _T1, typename _T2> pair(_T1, _T2) -> pair<_T1, _T2>; in _GLIBCXX_VISIBILITY()
448 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
454 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
461 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
467 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
473 operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
479 operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
495 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
503 swap(pair<_T1, _T2>&, pair<_T1, _T2>&) = delete; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstl_pair.h283 _T1, _T2>; in _GLIBCXX_VISIBILITY()
442 template<typename _T1, typename _T2> pair(_T1, _T2) -> pair<_T1, _T2>; in _GLIBCXX_VISIBILITY()
448 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
454 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
461 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
467 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
473 operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
479 operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
495 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
503 swap(pair<_T1, _T2>&, pair<_T1, _T2>&) = delete; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/bits/
H A Dstl_pair.h283 _T1, _T2>; in _GLIBCXX_VISIBILITY()
442 template<typename _T1, typename _T2> pair(_T1, _T2) -> pair<_T1, _T2>; in _GLIBCXX_VISIBILITY()
448 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
454 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
461 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
467 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
473 operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
479 operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
495 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
503 swap(pair<_T1, _T2>&, pair<_T1, _T2>&) = delete; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstl_pair.h283 _T1, _T2>; in _GLIBCXX_VISIBILITY()
442 template<typename _T1, typename _T2> pair(_T1, _T2) -> pair<_T1, _T2>; in _GLIBCXX_VISIBILITY()
448 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
454 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
461 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
467 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
473 operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
479 operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
495 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
503 swap(pair<_T1, _T2>&, pair<_T1, _T2>&) = delete; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstl_pair.h283 _T1, _T2>; in _GLIBCXX_VISIBILITY()
442 template<typename _T1, typename _T2> pair(_T1, _T2) -> pair<_T1, _T2>; in _GLIBCXX_VISIBILITY()
448 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
454 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
461 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
467 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
473 operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
479 operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
495 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
503 swap(pair<_T1, _T2>&, pair<_T1, _T2>&) = delete; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/bits/
H A Dstl_pair.h283 _T1, _T2>; in _GLIBCXX_VISIBILITY()
442 template<typename _T1, typename _T2> pair(_T1, _T2) -> pair<_T1, _T2>; in _GLIBCXX_VISIBILITY()
448 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
454 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
461 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
467 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
473 operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
479 operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
495 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
503 swap(pair<_T1, _T2>&, pair<_T1, _T2>&) = delete; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/bits/
H A Dstl_pair.h283 _T1, _T2>; in _GLIBCXX_VISIBILITY()
442 template<typename _T1, typename _T2> pair(_T1, _T2) -> pair<_T1, _T2>; in _GLIBCXX_VISIBILITY()
448 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
454 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
461 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
467 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
473 operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
479 operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
495 swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) in _GLIBCXX_VISIBILITY()
503 swap(pair<_T1, _T2>&, pair<_T1, _T2>&) = delete; in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...77