Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_stdexcept.h50 domain_error(const string& __arg) : logic_error(__arg) {} in domain_error() argument
58 invalid_argument(const string& __arg) : logic_error(__arg) {} in invalid_argument() argument
66 length_error(const string& __arg) : logic_error(__arg) {} in length_error() argument
74 out_of_range(const string& __arg) : logic_error(__arg) {} in out_of_range() argument
82 range_error(const string& __arg) : runtime_error(__arg) {} in range_error() argument
90 overflow_error(const string& __arg) : runtime_error(__arg) {} in overflow_error() argument
98 underflow_error(const string& __arg) : runtime_error(__arg) {} in underflow_error() argument
Dconcept_checks.h61 #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.h38 _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/clang/test/CodeGenCXX/
Dtypeinfo6 bool operator==(const type_info& __arg) const {
7 return __name == __arg.__name;
10 bool operator!=(const type_info& __arg) const {
11 return !operator==(__arg);
/external/qemu/
Darm-semi.c170 target_ulong __arg; \
172 get_user_ual(__arg, args + (n) * 4); \
173 __arg; \
/external/valgrind/main/perf/
Dtest_input_for_tinycc.c729 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)