Home
last modified time | relevance | path

Searched defs:__arg (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error()
46 runtime_error::runtime_error(const string& __arg) in runtime_error()
52 domain_error::domain_error(const string& __arg) in domain_error()
55 invalid_argument::invalid_argument(const string& __arg) in invalid_argument()
58 length_error::length_error(const string& __arg) in length_error()
61 out_of_range::out_of_range(const string& __arg) in out_of_range()
64 range_error::range_error(const string& __arg) in range_error()
67 overflow_error::overflow_error(const string& __arg) in overflow_error()
70 underflow_error::underflow_error(const string& __arg) in underflow_error()
H A Dcow-stdexcept.cc73 logic_error::logic_error(const char* __arg) in logic_error()
76 domain_error::domain_error(const char* __arg) in domain_error()
79 invalid_argument::invalid_argument(const char* __arg) in invalid_argument()
82 length_error::length_error(const char* __arg) in length_error()
85 out_of_range::out_of_range(const char* __arg) in out_of_range()
88 runtime_error::runtime_error(const char* __arg) in runtime_error()
91 range_error::range_error(const char* __arg) in range_error()
94 overflow_error::overflow_error(const char* __arg) in overflow_error()
97 underflow_error::underflow_error(const char* __arg) in underflow_error()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dstdexcept.cc37 logic_error::logic_error(const string& __arg) in logic_error()
46 domain_error::domain_error(const string& __arg) in domain_error()
51 invalid_argument::invalid_argument(const string& __arg) in invalid_argument()
56 length_error::length_error(const string& __arg) in length_error()
61 out_of_range::out_of_range(const string& __arg) in out_of_range()
66 runtime_error::runtime_error(const string& __arg) in runtime_error()
75 range_error::range_error(const string& __arg) in range_error()
80 overflow_error::overflow_error(const string& __arg) in overflow_error()
85 underflow_error::underflow_error(const string& __arg) in underflow_error()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dstdexcept.cc38 logic_error::logic_error(const string& __arg) in logic_error()
47 domain_error::domain_error(const string& __arg) in domain_error()
52 invalid_argument::invalid_argument(const string& __arg) in invalid_argument()
57 length_error::length_error(const string& __arg) in length_error()
62 out_of_range::out_of_range(const string& __arg) in out_of_range()
67 runtime_error::runtime_error(const string& __arg) in runtime_error()
76 range_error::range_error(const string& __arg) in range_error()
81 overflow_error::overflow_error(const string& __arg) in overflow_error()
86 underflow_error::underflow_error(const string& __arg) in underflow_error()
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dopenacc.h124 inline int acc_on_device (acc_device_t __arg) __GOACC_NOTHROW in acc_on_device()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dvector.tcc383 _M_insert_aux(iterator __position, _Arg&& __arg) in _M_insert_aux()
H A Drandom.tcc3275 _Type __arg = (__begin[__k % __n] in generate() local
3297 _Type __arg = (__begin[__k % __n] in generate() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Drandom.tcc1478 result_type __arg = result_type(1); in operator ()() local
1502 result_type __arg = result_type(1); in __generate_impl() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Drandom.tcc2798 _Type __arg = (__begin[__k % __n] in generate() local
2820 _Type __arg = (__begin[__k % __n] in generate() local