Home
last modified time | relevance | path

Searched defs:pair (Results 1 – 25 of 115) sorted by relevance

12345

/openbsd-src/gnu/llvm/libcxx/include/__utility/
H A Dpair.h63 struct _LIBCPP_TEMPLATE_VIS pair struct
74 pair(pair const&) = default; argument
79 pair() : first(), second() {} in pair() argument
82 pair(_T1 const& __t1, _T2 const& __t2) : first(__t1), second(__t2) {} in pair() function
86 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} in pair() function
110 static constexpr bool __is_pair_constructible() { in __is_pair_constructible() argument
139 return __tuple_convertible<_Tuple, pair>::value; in __enable_implicit() argument
157 && !is_same<typename decay<_Tuple>::type, pair>::value, argument
166 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair() argument
174 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && in pair() argument
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_pair.h69 struct pair { struct
76 //265. std::pair::pair() effects overly restrictive argument
79 pair() : first(), second() {} in pair() function
81 pair() : first(_T1()), second(_T2()) {} in pair() argument
84 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} in pair() argument
88 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} in pair() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_pair.h68 struct pair struct
77 // 265. std::pair::pair() effects overly restrictive argument
80 pair() in pair() function
84 pair(const _T1& __a, const _T2& __b) in pair() function
89 pair(const pair<_U1, _U2>& __p) in pair() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C4 struct pair { struct
7 pair(const T1& a, const T2& b) : first(a), second(b) {} in pair() function
/openbsd-src/lib/libcurses/base/
H A Dnew_pair.c71 prev_len(SCREEN *sp, int pair) in prev_len()
84 next_len(SCREEN *sp, int pair) in next_len()
100 dumpit(SCREEN *sp, int pair, const char *tag) in dumpit()
162 delink_color_pair(SCREEN *sp, int pair) in delink_color_pair()
196 _nc_reset_color_pair(SCREEN *sp, int pair, colorpair_t * next) in _nc_reset_color_pair()
227 _nc_set_color_pair(SCREEN *sp, int pair, int mode) in _nc_set_color_pair()
266 int pair; in NCURSES_SP_NAME() local
329 int pair; in NCURSES_SP_NAME() local
369 free_pair(int pair) in free_pair()
H A Dlib_color.c491 _nc_change_pair(SCREEN *sp, int pair) in _nc_change_pair()
561 _nc_init_pair(SCREEN *sp, int pair, int f, int b) in _nc_init_pair()
699 init_pair(NCURSES_COLOR_T pair, NCURSES_COLOR_T f, NCURSES_COLOR_T b) in init_pair()
926 _nc_pair_content(SCREEN *sp, int pair, int *f, int *b) in _nc_pair_content()
983 pair_content(NCURSES_COLOR_T pair, NCURSES_COLOR_T *f, NCURSES_COLOR_T *b) in pair_content()
1075 _nc_do_color(int old_pair, int pair, int reverse, NCURSES_OUTC outc) in _nc_do_color()
1135 init_extended_pair(int pair, int f, int b) in init_extended_pair()
1157 extended_pair_content(int pair, int *f, int *b) in extended_pair_content()
H A Dlib_slkattr.c53 int pair = GetPair(SP_PARM->_slk->attr); in NCURSES_EXPORT() local
H A Dlib_instr.c70 NCURSES_PAIRS_T pair; in NCURSES_EXPORT() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D950710-1.c8 struct pair struct
14 struct pair argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgengtype.h52 struct pair { struct
53 pair_p next; argument
54 const char *name;
78 pair_p fields; argument
/openbsd-src/gnu/gcc/gcc/
H A Dgengtype.h59 struct pair { struct
60 pair_p next; argument
61 const char *name;
62 type_p type;
63 struct fileloc line;
64 options_p opt;
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DSelectHelper.cpp107 for (auto &pair : m_fd_map) { in Select() local
178 for (auto &pair : m_fd_map) { in Select() local
234 for (auto &pair : m_fd_map) { in Select() local
H A DBroadcaster.cpp74 for (auto &pair : GetListeners()) in Clear() local
125 for (auto &pair : GetListeners()) { in AddListener() local
154 for (auto &pair : GetListeners()) { in EventTypeHasListeners() local
167 for (auto &pair : GetListeners()) { in RemoveListener() local
232 for (auto &pair : GetListeners()) { in PrivateBroadcastEvent() local
H A DStructuredData.cpp168 for (const auto &pair : m_dict) { in Serialize() local
238 for (const auto &pair : m_dict) { in GetDescription() local
/openbsd-src/lib/libcurses/
H A Dnew_pair.h113 #define ValidPair(sp,pair) \ argument
123 #define _nc_reset_color_pair(sp, pair, data) /* nothing */ argument
124 #define _nc_set_color_pair(sp, pair, mode) /* nothing */ argument
/openbsd-src/gnu/llvm/libcxx/include/__fwd/
H A Dpair.h21 struct _LIBCPP_TEMPLATE_VIS pair; variable
/openbsd-src/regress/usr.sbin/syslogd/
H A Dlogflush.c41 int pair[2], klog, val; in main() local
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp202 for (auto &pair : map) { in Clear() local
223 for (auto &pair : m_map) { in ForEach() local
256 for (const auto &pair : m_map) { in GetTypeSystemForLanguage() local
/openbsd-src/lib/libfido2/src/
H A Dcbor.c229 struct cbor_pair pair; in cbor_add_bytestring() local
258 struct cbor_pair pair; in cbor_add_string() local
287 struct cbor_pair pair; in cbor_add_bool() local
316 struct cbor_pair pair; in cbor_add_uint8() local
345 struct cbor_pair pair; in cbor_add_arg() local
788 struct cbor_pair pair; in cbor_encode_hmac_secret_param() local
/openbsd-src/regress/lib/libevent/
H A Dtest-weof.c34 int pair[2]; variable
H A Dtest-eof.c65 int pair[2]; in main() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020304-1.c8 struct pair { struct
9 union scmobj *car;
10 union scmobj *cdr;
/openbsd-src/regress/sys/kern/pledge/filedescriptor/
H A Dpass.c39 int pair[2], status; in fdops() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPathMappingList.h134 typedef std::pair<ConstString, ConstString> pair; typedef
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.c/appendix-a/
H A Da.40.1.c8 } pair; typedef

12345