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

/external/stlport/stlport/stl/
H A D_stdexcept.h50 domain_error(const string& __arg) : logic_error(__arg) {} argument
58 invalid_argument(const string& __arg) : logic_error(__arg) {} argument
66 length_error(const string& __arg) : logic_error(__arg) {} argument
74 out_of_range(const string& __arg) : logic_error(__arg) {} argument
82 range_error(const string& __arg) : runtime_error(__arg) {} argument
90 overflow_error(const string& __arg) argument
98 underflow_error(const string& __arg) argument
[all...]
H A Dconcept_checks.h61 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) do {} while(0)
62 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
63 static int __##__func##__ret##__arg##_unary_function_check
123 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
125 __ret (*__x)( __func&, const __arg& ) = \
127 __func, __ret, __arg>::__unary_function_requirement_violation; \
154 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg)
195 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
196 typedef __ret (* __f_##__func##__ret##__arg##_unary_check)( __func&, \
197 const __arg
287 __unary_function_requirement_violation(_Func& __f, const _Arg& __arg) argument
296 __unary_function_requirement_violation(_Func& __f, const _Arg& __arg) argument
[all...]
H A D_iomanip.h38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg) argument
39 : _M_f(__f), _M_arg(__arg) {}
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h1798 register void * __arg __asm__ ("r9") = arg;
1853 "r" (__arg), "r" (__ptidptr), "r" (__newtls),
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h1714 register void * __arg __asm__ ("r9") = arg;
1769 "r" (__arg), "r" (__ptidptr), "r" (__newtls),
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c729 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)

Completed in 101 milliseconds