Home
last modified time | relevance | path

Searched defs:__ret (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
Dconcept_checks.h58 #define _STLP_GENERATOR_CHECK(__func, __ret) do {} while(0) argument
59 #define _STLP_CLASS_GENERATOR_CHECK(__func, __ret) \ argument
61 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) do {} while(0) argument
62 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \ argument
64 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument
66 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument
68 #define _STLP_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \ argument
70 #define _STLP_CLASS_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \ argument
115 #define _STLP_GENERATOR_CHECK(__func, __ret) \ argument
123 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \ argument
[all …]
D_pthread_alloc.h135 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size)); variable
174 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size)); in allocate() local
D_alloc.h307 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size)); variable
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size)); in _M_allocate() local
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_string.h429 typename _Base::iterator __ret = _M_non_dbg_impl.insert(__p._M_iterator, __c); in insert() local