Searched defs:__pr (Results 1 – 2 of 2) sorted by relevance
151 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, const pair<_U1, _U2>& __pr) { in construct()156 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, pair<_U1, _U2>&& __pr) { in construct()
139 #define __pr(level, fmt, ...) \ macro