Home
last modified time | relevance | path

Searched refs:_Pointer (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_securecrt.h39 #define _VALIDATE_POINTER_ERROR_RETURN(_Pointer, _ErrorCode, _Ret) \ argument
40 _VALIDATE_RETURN((_Pointer) != NULL, (_ErrorCode), (_Ret))
42 #define _VALIDATE_POINTER_ERROR(_Pointer, _Ret) \ argument
43 _VALIDATE_POINTER_ERROR_RETURN((_Pointer), EINVAL, (_Ret))
45 #define _VALIDATE_POINTER(_Pointer) \ argument
46 _VALIDATE_POINTER_ERROR((_Pointer), EINVAL)
55 if ((_Pointer) == NULL) \
61 #define _VALIDATE_POINTER_RESET_STRING(_Pointer, _String, _Size) \ argument
124 #define _ASSIGN_IF_NOT_NULL(_Pointer, _Value) \ argument
125 if ((_Pointer) != NULL) \
[all …]
/reactos/sdk/include/c++/stlport/stl/
H A D_iterator_old.h56 # define __Reference _Reference, class _Pointer
57 # define Reference__ _Reference, _Pointer
58 _STLP_DFL_TMPL_PARAM(_Pointer, _Tp*),
75 typedef _Pointer pointer;
157 _STLP_DFL_TMPL_PARAM(_Pointer, _Tp*),
169 typedef _Pointer pointer;
H A D_iterator_base.h58 _STLP_DFL_TMPL_PARAM(_Pointer,_Tp*), _STLP_DFL_TMPL_PARAM(_Reference,_Tp&) >
63 typedef _Pointer pointer;
248 template <class _Category, class _Tp, class _Distance, class _Pointer, class _Reference>
249 inline _Category _STLP_CALL iterator_category(const iterator<_Category,_Tp,_Distance,_Pointer,_Refe…
250 template <class _Category, class _Tp, class _Distance, class _Pointer, class _Reference>
251 inline _Tp* _STLP_CALL value_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { r…
252 template <class _Category, class _Tp, class _Distance, class _Pointer, class _Reference>
253 inline _Distance* _STLP_CALL distance_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Referen…
H A D_algo.c766 template <class _ForwardIter, class _Pointer, class _Predicate,
775 _Pointer __result2 = __buffer; in __stable_partition_adaptive()
1072 template <class _RandomAccessIter, class _Pointer, class _Distance,
1075 _RandomAccessIter __last, _Pointer __buffer, in __merge_sort_with_buffer()
1078 _Pointer __buffer_last = __buffer + __len; in __merge_sort_with_buffer()
1113 template <class _BidirectionalIter, class _Distance, class _Pointer,
1119 _Pointer __buffer, _Distance __buffer_size, in __merge_adaptive()
1122 _Pointer __buffer_end = _STLP_STD::copy(__first, __middle, __buffer); in __merge_adaptive()
1126 _Pointer __buffer_end = _STLP_STD::copy(__middle, __last, __buffer); in __merge_adaptive()
1157 template <class _RandomAccessIter, class _Pointer, class _Distance,
[all …]
/reactos/sdk/include/ucrt/
H A Dcrtdbg.h198 _In_opt_ void const* _Pointer
203 _In_opt_ void const* _Pointer,
H A Dstdio.h83 _Out_opt_ char*** _Pointer,