Home
last modified time | relevance | path

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

123456789

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error() argument
44 : _M_msg(__arg) { } in logic_error()
47 : _M_msg(__arg) { } in runtime_error()
53 : logic_error(__arg) { } in domain_error()
56 : logic_error(__arg) { } in invalid_argument()
59 : logic_error(__arg) { } in length_error()
62 : logic_error(__arg) { } in out_of_range()
64 range_error::range_error(const string& __arg) in range_error() argument
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
[all …]
A Dcow-stdexcept.cc58 logic_error::logic_error(const char* __arg) in logic_error() argument
59 : exception(), _M_msg(__arg) { } in logic_error()
62 : logic_error(__arg) { } in domain_error()
65 : logic_error(__arg) { } in invalid_argument()
68 : logic_error(__arg) { } in length_error()
71 : logic_error(__arg) { } in out_of_range()
74 : exception(), _M_msg(__arg) { } in runtime_error()
76 range_error::range_error(const char* __arg) in range_error() argument
77 : runtime_error(__arg) { } in range_error()
80 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error() argument
44 : _M_msg(__arg) { } in logic_error()
47 : _M_msg(__arg) { } in runtime_error()
53 : logic_error(__arg) { } in domain_error()
56 : logic_error(__arg) { } in invalid_argument()
59 : logic_error(__arg) { } in length_error()
62 : logic_error(__arg) { } in out_of_range()
64 range_error::range_error(const string& __arg) in range_error() argument
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error() argument
44 : _M_msg(__arg) { } in logic_error()
47 : _M_msg(__arg) { } in runtime_error()
53 : logic_error(__arg) { } in domain_error()
56 : logic_error(__arg) { } in invalid_argument()
59 : logic_error(__arg) { } in length_error()
62 : logic_error(__arg) { } in out_of_range()
64 range_error::range_error(const string& __arg) in range_error() argument
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error() argument
44 : _M_msg(__arg) { } in logic_error()
47 : _M_msg(__arg) { } in runtime_error()
53 : logic_error(__arg) { } in domain_error()
56 : logic_error(__arg) { } in invalid_argument()
59 : logic_error(__arg) { } in length_error()
62 : logic_error(__arg) { } in out_of_range()
64 range_error::range_error(const string& __arg) in range_error() argument
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error() argument
44 : _M_msg(__arg) { } in logic_error()
47 : _M_msg(__arg) { } in runtime_error()
53 : logic_error(__arg) { } in domain_error()
56 : logic_error(__arg) { } in invalid_argument()
59 : logic_error(__arg) { } in length_error()
62 : logic_error(__arg) { } in out_of_range()
64 range_error::range_error(const string& __arg) in range_error() argument
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error() argument
44 : _M_msg(__arg) { } in logic_error()
47 : _M_msg(__arg) { } in runtime_error()
53 : logic_error(__arg) { } in domain_error()
56 : logic_error(__arg) { } in invalid_argument()
59 : logic_error(__arg) { } in length_error()
62 : logic_error(__arg) { } in out_of_range()
64 range_error::range_error(const string& __arg) in range_error() argument
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error() argument
44 : _M_msg(__arg) { } in logic_error()
47 : _M_msg(__arg) { } in runtime_error()
53 : logic_error(__arg) { } in domain_error()
56 : logic_error(__arg) { } in invalid_argument()
59 : logic_error(__arg) { } in length_error()
62 : logic_error(__arg) { } in out_of_range()
64 range_error::range_error(const string& __arg) in range_error() argument
65 : runtime_error(__arg) { } in range_error()
68 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dstdexcept.cc38 logic_error::logic_error(const string& __arg) in logic_error() argument
39 : exception(), _M_msg(__arg) { } in logic_error()
48 : logic_error(__arg) { } in domain_error()
53 : logic_error(__arg) { } in invalid_argument()
58 : logic_error(__arg) { } in length_error()
63 : logic_error(__arg) { } in out_of_range()
68 : exception(), _M_msg(__arg) { } in runtime_error()
76 range_error::range_error(const string& __arg) in range_error() argument
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dstdexcept.cc38 logic_error::logic_error(const string& __arg) in logic_error() argument
39 : exception(), _M_msg(__arg) { } in logic_error()
48 : logic_error(__arg) { } in domain_error()
53 : logic_error(__arg) { } in invalid_argument()
58 : logic_error(__arg) { } in length_error()
63 : logic_error(__arg) { } in out_of_range()
68 : exception(), _M_msg(__arg) { } in runtime_error()
76 range_error::range_error(const string& __arg) in range_error() argument
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dstdexcept.cc38 logic_error::logic_error(const string& __arg) in logic_error() argument
39 : exception(), _M_msg(__arg) { } in logic_error()
48 : logic_error(__arg) { } in domain_error()
53 : logic_error(__arg) { } in invalid_argument()
58 : logic_error(__arg) { } in length_error()
63 : logic_error(__arg) { } in out_of_range()
68 : exception(), _M_msg(__arg) { } in runtime_error()
76 range_error::range_error(const string& __arg) in range_error() argument
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dstdexcept.cc38 logic_error::logic_error(const string& __arg) in logic_error() argument
39 : exception(), _M_msg(__arg) { } in logic_error()
48 : logic_error(__arg) { } in domain_error()
53 : logic_error(__arg) { } in invalid_argument()
58 : logic_error(__arg) { } in length_error()
63 : logic_error(__arg) { } in out_of_range()
68 : exception(), _M_msg(__arg) { } in runtime_error()
76 range_error::range_error(const string& __arg) in range_error() argument
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dstdexcept.cc38 logic_error::logic_error(const string& __arg) in logic_error() argument
39 : exception(), _M_msg(__arg) { } in logic_error()
48 : logic_error(__arg) { } in domain_error()
53 : logic_error(__arg) { } in invalid_argument()
58 : logic_error(__arg) { } in length_error()
63 : logic_error(__arg) { } in out_of_range()
68 : exception(), _M_msg(__arg) { } in runtime_error()
76 range_error::range_error(const string& __arg) in range_error() argument
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dstdexcept.cc38 logic_error::logic_error(const string& __arg) in logic_error() argument
39 : exception(), _M_msg(__arg) { } in logic_error()
48 : logic_error(__arg) { } in domain_error()
53 : logic_error(__arg) { } in invalid_argument()
58 : logic_error(__arg) { } in length_error()
63 : logic_error(__arg) { } in out_of_range()
68 : exception(), _M_msg(__arg) { } in runtime_error()
76 range_error::range_error(const string& __arg) in range_error() argument
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dstdexcept.cc38 logic_error::logic_error(const string& __arg) in logic_error() argument
39 : exception(), _M_msg(__arg) { } in logic_error()
48 : logic_error(__arg) { } in domain_error()
53 : logic_error(__arg) { } in invalid_argument()
58 : logic_error(__arg) { } in length_error()
63 : logic_error(__arg) { } in out_of_range()
68 : exception(), _M_msg(__arg) { } in runtime_error()
76 range_error::range_error(const string& __arg) in range_error() argument
77 : runtime_error(__arg) { } in range_error()
82 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/
A Dstdexcept.cc36 logic_error::logic_error(const string& __arg) in logic_error() argument
37 : exception(), _M_msg(__arg) { } in logic_error()
46 : logic_error(__arg) { } in domain_error()
51 : logic_error(__arg) { } in invalid_argument()
56 : logic_error(__arg) { } in length_error()
61 : logic_error(__arg) { } in out_of_range()
66 : exception(), _M_msg(__arg) { } in runtime_error()
74 range_error::range_error(const string& __arg) in range_error() argument
75 : runtime_error(__arg) { } in range_error()
80 : runtime_error(__arg) { } in overflow_error()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Dcast.h70 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
76 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
82 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
88 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
96 __static_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
98 type>(__arg)); } in _GLIBCXX_VISIBILITY()
102 __dynamic_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
104 type>(__arg)); } in _GLIBCXX_VISIBILITY()
108 __const_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
110 type>(__arg)); } in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Dcast.h70 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
76 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
82 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
88 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
96 __static_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
98 type>(__arg)); } in _GLIBCXX_VISIBILITY()
102 __dynamic_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
104 type>(__arg)); } in _GLIBCXX_VISIBILITY()
108 __const_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
110 type>(__arg)); } in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Dcast.h70 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
76 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
82 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
88 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
96 __static_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
98 type>(__arg)); } in _GLIBCXX_VISIBILITY()
102 __dynamic_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
104 type>(__arg)); } in _GLIBCXX_VISIBILITY()
108 __const_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
110 type>(__arg)); } in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Dcast.h70 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
76 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
82 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
88 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
96 __static_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
98 type>(__arg)); } in _GLIBCXX_VISIBILITY()
102 __dynamic_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
104 type>(__arg)); } in _GLIBCXX_VISIBILITY()
108 __const_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
110 type>(__arg)); } in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Dcast.h70 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
76 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
82 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
88 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
96 __static_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
98 type>(__arg)); } in _GLIBCXX_VISIBILITY()
102 __dynamic_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
104 type>(__arg)); } in _GLIBCXX_VISIBILITY()
108 __const_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
110 type>(__arg)); } in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Dcast.h70 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
76 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
82 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
88 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
96 __static_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
98 type>(__arg)); } in _GLIBCXX_VISIBILITY()
102 __dynamic_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
104 type>(__arg)); } in _GLIBCXX_VISIBILITY()
108 __const_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
110 type>(__arg)); } in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Dcast.h70 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
76 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
82 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
88 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
96 __static_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
98 type>(__arg)); } in _GLIBCXX_VISIBILITY()
102 __dynamic_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
104 type>(__arg)); } in _GLIBCXX_VISIBILITY()
108 __const_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
110 type>(__arg)); } in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Dcast.h70 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
76 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
82 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
88 type>(__arg.get())); } in _GLIBCXX_VISIBILITY()
96 __static_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
98 type>(__arg)); } in _GLIBCXX_VISIBILITY()
102 __dynamic_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
104 type>(__arg)); } in _GLIBCXX_VISIBILITY()
108 __const_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY()
110 type>(__arg)); } in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/experimental/
A Dany135 _Arg __arg;
136 __arg._M_any = this;
152 _Arg __arg;
153 __arg._M_any = this;
208 _Arg __arg;
209 __arg._M_any = this;
248 _Arg __arg;
253 __arg._M_any = this;
260 _Arg __arg;
277 _Arg __arg;
[all …]

Completed in 2183 milliseconds

123456789