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

/freebsd-10.2-release/contrib/libstdc++/src/
H A Dstdexcept.cc39 logic_error::logic_error(const string& __arg) argument
40 : exception(), _M_msg(__arg) { }
48 domain_error::domain_error(const string& __arg) argument
49 : logic_error(__arg) { }
51 invalid_argument::invalid_argument(const string& __arg) argument
52 : logic_error(__arg) { }
54 length_error::length_error(const string& __arg) argument
55 : logic_error(__arg) { }
57 out_of_range::out_of_range(const string& __arg) argument
58 : logic_error(__arg) { }
60 runtime_error(const string& __arg) argument
69 range_error(const string& __arg) argument
72 overflow_error(const string& __arg) argument
75 underflow_error(const string& __arg) argument
[all...]
/freebsd-10.2-release/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h60 logic_error(const string& __arg);
76 explicit domain_error(const string& __arg);
83 explicit invalid_argument(const string& __arg);
91 explicit length_error(const string& __arg);
99 explicit out_of_range(const string& __arg);
114 runtime_error(const string& __arg);
129 explicit range_error(const string& __arg);
136 explicit overflow_error(const string& __arg);
143 explicit underflow_error(const string& __arg);
/freebsd-10.2-release/contrib/libstdc++/include/tr1/
H A Dmu_iterate.h48 operator()(_CVArg& __arg, const tuple<_GLIBCXX_TEMPLATE_ARGS>& __tuple) argument
51 return __arg(_GLIBCXX_MU_GET_TUPLE_ARGS);
/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dboost_concept_check.h339 __r = __f(__arg); // require operator()
342 _Arg __arg;
349 __f(__arg); // require operator()
352 _Arg __arg;
382 __aux_require_boolean_expr(__f(__arg)); // require op() returning bool
385 _Arg __arg;
/freebsd-10.2-release/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h348 operator()(argument_type __arg) argument
349 { return _M_fref(__arg); }
/freebsd-10.2-release/sys/sys/
H A Dsysctl.h295 char *__arg = (arg); \
299 __arg, len, sysctl_handle_string, "A", __DESCR(descr)); \

Completed in 170 milliseconds