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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dstdexcept.cc35 logic_error::logic_error(const string& __arg) argument
36 : exception(), _M_msg(__arg) { }
44 domain_error::domain_error(const string& __arg) argument
45 : logic_error(__arg) { }
47 invalid_argument::invalid_argument(const string& __arg) argument
48 : logic_error(__arg) { }
50 length_error::length_error(const string& __arg) argument
51 : logic_error(__arg) { }
53 out_of_range::out_of_range(const string& __arg) argument
54 : logic_error(__arg) { }
56 runtime_error(const string& __arg) argument
65 range_error(const string& __arg) argument
68 overflow_error(const string& __arg) argument
71 underflow_error(const string& __arg) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/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...]
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Daf_inetany.h34 #define IFADDR_PARAM(__arg) {.cmd = (__arg), .desc = #__arg}
35 #define BUFPARAM(__arg) {.buf = &(__arg), .buflen = sizeof(__arg)}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dcast.h61 __static_pointer_cast(const _FromType& __arg) argument
63 type>(__arg.get())); }
67 __dynamic_pointer_cast(const _FromType& __arg) argument
69 type>(__arg.get())); }
73 __const_pointer_cast(const _FromType& __arg) argument
75 type>(__arg.get())); }
79 __reinterpret_pointer_cast(const _FromType& __arg) argument
81 type>(__arg.get())); }
89 __static_pointer_cast(_FromType* __arg) argument
91 type>(__arg)); }
95 __dynamic_pointer_cast(_FromType* __arg) argument
101 __const_pointer_cast(_FromType* __arg) argument
107 __reinterpret_pointer_cast(_FromType* __arg) argument
[all...]
H A Dpointer.h71 set(element_type* __arg) argument
72 { _M_value = __arg; }
117 set(_Tp* __arg) argument
119 if (!__arg)
122 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
169 set(const _Tp* __arg) argument
171 if (!__arg)
174 _M_diff = reinterpret_cast<_UIntPtrType>(__arg)
298 _Pointer_adapter(element_type* __arg = 0)
299 { _Storage_policy::set(__arg); }
302 _Pointer_adapter(const _Pointer_adapter& __arg) argument
307 _Pointer_adapter(_Up* __arg) argument
313 _Pointer_adapter(const _Pointer_adapter<_Up>& __arg) argument
321 operator =(const _Pointer_adapter& __arg) argument
329 operator =(const _Pointer_adapter<_Up>& __arg) argument
337 operator =(_Up* __arg) argument
[all...]
H A Dbitmap_allocator.h323 operator()(argument_type __arg) argument
324 { return _M_fref(__arg); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/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);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/tr1/
H A Dmu_iterate.h46 operator()(_CVArg& __arg, const tuple<_GLIBCXX_TEMPLATE_ARGS>& __tuple) argument
49 return __arg(_GLIBCXX_MU_GET_TUPLE_ARGS);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dstatic16.C5 bool operator==(const type_info& __arg) const;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dstatic16.C5 bool operator==(const type_info& __arg) const;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dboost_concept_check.h333 __r = __f(__arg); // require operator()
336 _Arg __arg;
343 __f(__arg); // require operator()
346 _Arg __arg;
376 __aux_require_boolean_expr(__f(__arg)); // require op() returning bool
379 _Arg __arg;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dboost_concept_check.h338 __r = __f(__arg); // require operator()
341 _Arg __arg;
348 __f(__arg); // require operator()
351 _Arg __arg;
381 __aux_require_boolean_expr(__f(__arg)); // require op() returning bool
384 _Arg __arg;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr40991.C14 bool operator==(const type_info& __arg) const { }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h504 operator()(argument_type __arg) argument
505 { return _M_fref(__arg); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-10.c41 vprintf (__const char *__restrict __fmt, __gnuc_va_list __arg) argument

Completed in 200 milliseconds