Searched refs:__arg (Results 1 – 4 of 4) sorted by relevance
/external/stlport/stlport/stl/ |
D | _stdexcept.h | 51 domain_error(const string& __arg) : logic_error(__arg) {} in domain_error() argument 59 invalid_argument(const string& __arg) : logic_error(__arg) {} in invalid_argument() argument 67 length_error(const string& __arg) : logic_error(__arg) {} in length_error() argument 75 out_of_range(const string& __arg) : logic_error(__arg) {} in out_of_range() argument 83 range_error(const string& __arg) : runtime_error(__arg) {} in range_error() argument 91 overflow_error(const string& __arg) : runtime_error(__arg) {} in overflow_error() argument 99 underflow_error(const string& __arg) : runtime_error(__arg) {} in underflow_error() argument
|
D | concept_checks.h | 61 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) do {} while(0) argument 62 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \ argument 63 static int __##__func##__ret##__arg##_unary_function_check 123 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \ argument 125 __ret (*__x)( __func&, const __arg& ) = \ 127 __func, __ret, __arg>::__unary_function_requirement_violation; \ 154 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) argument 195 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \ argument 196 typedef __ret (* __f_##__func##__ret##__arg##_unary_check)( __func&, \ 197 const __arg& ); \ [all …]
|
D | _iomanip.h | 38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg) in _Ios_Manip_1() 39 : _M_f(__f), _M_arg(__arg) {} in _Ios_Manip_1()
|
/external/qemu/ |
D | arm-semi.c | 171 target_ulong __arg; \ 173 get_user_ual(__arg, args + (n) * 4); \ 174 __arg; \
|