Home
last modified time | relevance | path

Searched refs:_MP (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dinvoke.h45 template <class _MP, bool _IsMemberFunctionPtr, bool _IsMemberObjectPtr>
249 template <class _MP>
251 : public __member_pointer_traits_imp<typename remove_cv<_MP>::type,
252 is_member_function_pointer<_MP>::value,
253 is_member_object_pointer<_MP>::value>
/llvm-project-15.0.7/llvm/include/llvm/XRay/
H A DGraph.h155 NeighborEdgeIteratorT(BaseIt _I, InternalEdgeMapT *_MP, in NeighborEdgeIteratorT() argument
160 MP(_MP), SI(_SI) {} in NeighborEdgeIteratorT()
/llvm-project-15.0.7/libcxx/include/
H A Ddeque349 template <class _Pp, class _Rp, class _MP>
351 __deque_iterator(const __deque_iterator<value_type, _Pp, _Rp, _MP, difference_type, _BS>& __it,
480 template <class _Vp, class _Pp, class _Rp, class _MP, class _Dp, _Dp>