| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| cxx11-stdexcept.cc | 43 logic_error::logic_error(const string& __arg) 44 : _M_msg(__arg) { } 46 runtime_error::runtime_error(const string& __arg) 47 : _M_msg(__arg) { } 52 domain_error::domain_error(const string& __arg) 53 : logic_error(__arg) { } 55 invalid_argument::invalid_argument(const string& __arg) 56 : logic_error(__arg) { } 58 length_error::length_error(const string& __arg) 59 : logic_error(__arg) { } [all...] |
| cow-stdexcept.cc | 86 logic_error::logic_error(const char* __arg) 87 : exception(), _M_msg(__arg) { } 89 domain_error::domain_error(const char* __arg) 90 : logic_error(__arg) { } 92 invalid_argument::invalid_argument(const char* __arg) 93 : logic_error(__arg) { } 95 length_error::length_error(const char* __arg) 96 : logic_error(__arg) { } 98 out_of_range::out_of_range(const char* __arg) 99 : logic_error(__arg) { } [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| cxx11-stdexcept.cc | 43 logic_error::logic_error(const string& __arg) 44 : _M_msg(__arg) { } 46 runtime_error::runtime_error(const string& __arg) 47 : _M_msg(__arg) { } 52 domain_error::domain_error(const string& __arg) 53 : logic_error(__arg) { } 55 invalid_argument::invalid_argument(const string& __arg) 56 : logic_error(__arg) { } 58 length_error::length_error(const string& __arg) 59 : logic_error(__arg) { } [all...] |
| cow-stdexcept.cc | 86 logic_error::logic_error(const char* __arg) 87 : exception(), _M_msg(__arg) { } 89 domain_error::domain_error(const char* __arg) 90 : logic_error(__arg) { } 92 invalid_argument::invalid_argument(const char* __arg) 93 : logic_error(__arg) { } 95 length_error::length_error(const char* __arg) 96 : logic_error(__arg) { } 98 out_of_range::out_of_range(const char* __arg) 99 : logic_error(__arg) { } [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| stdexcept.cc | 38 logic_error::logic_error(const string& __arg) 39 : exception(), _M_msg(__arg) { } 47 domain_error::domain_error(const string& __arg) 48 : logic_error(__arg) { } 52 invalid_argument::invalid_argument(const string& __arg) 53 : logic_error(__arg) { } 57 length_error::length_error(const string& __arg) 58 : logic_error(__arg) { } 62 out_of_range::out_of_range(const string& __arg) 63 : logic_error(__arg) { } [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| stdexcept.cc | 38 logic_error::logic_error(const string& __arg) 39 : exception(), _M_msg(__arg) { } 47 domain_error::domain_error(const string& __arg) 48 : logic_error(__arg) { } 52 invalid_argument::invalid_argument(const string& __arg) 53 : logic_error(__arg) { } 57 length_error::length_error(const string& __arg) 58 : logic_error(__arg) { } 62 out_of_range::out_of_range(const string& __arg) 63 : logic_error(__arg) { } [all...] |
| /src/sbin/ifconfig/ |
| af_inetany.h | 34 #define IFADDR_PARAM(__arg) {.cmd = (__arg), .desc = #__arg} 35 #define BUFPARAM(__arg) {.buf = &(__arg), .buflen = sizeof(__arg)}
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| gcov.h | 54 void *__arg); 68 void *__arg);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| cast.h | 68 __static_pointer_cast(const _FromType& __arg) 70 type>(__arg.get())); } 74 __dynamic_pointer_cast(const _FromType& __arg) 76 type>(__arg.get())); } 80 __const_pointer_cast(const _FromType& __arg) 82 type>(__arg.get())); } 86 __reinterpret_pointer_cast(const _FromType& __arg) 88 type>(__arg.get())); } 96 __static_pointer_cast(_FromType* __arg) 98 type>(__arg)); } [all...] |
| pointer.h | 85 set(element_type* __arg) 86 { _M_value = __arg; } 131 set(_Tp* __arg) 133 if (!__arg) 136 _M_diff = reinterpret_cast<uintptr_t>(__arg) 177 set(const _Tp* __arg) 179 if (!__arg) 182 _M_diff = reinterpret_cast<uintptr_t>(__arg) 292 _Pointer_adapter(element_type* __arg = 0) 293 { _Storage_policy::set(__arg); } [all...] |
| alloc_traits.h | 154 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) 155 { __a.construct(__p, __arg); }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| cast.h | 68 __static_pointer_cast(const _FromType& __arg) 70 type>(__arg.get())); } 74 __dynamic_pointer_cast(const _FromType& __arg) 76 type>(__arg.get())); } 80 __const_pointer_cast(const _FromType& __arg) 82 type>(__arg.get())); } 86 __reinterpret_pointer_cast(const _FromType& __arg) 88 type>(__arg.get())); } 96 __static_pointer_cast(_FromType* __arg) 98 type>(__arg)); } [all...] |
| pointer.h | 82 set(element_type* __arg) 83 { _M_value = __arg; } 128 set(_Tp* __arg) 130 if (!__arg) 133 _M_diff = reinterpret_cast<uintptr_t>(__arg) 174 set(const _Tp* __arg) 176 if (!__arg) 179 _M_diff = reinterpret_cast<uintptr_t>(__arg) 289 _Pointer_adapter(element_type* __arg = 0) 290 { _Storage_policy::set(__arg); } [all...] |
| alloc_traits.h | 144 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) 145 { __a.construct(__p, __arg); }
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| gcov.h | 53 void *__arg);
|
| /src/external/bsd/elftosb/dist/elftosb2/ |
| ElftosbLexer.h | 33 explicit syntax_error(const std::string & __arg) : std::runtime_error(__arg) {} 42 explicit lexical_error(const std::string & __arg) : std::runtime_error(__arg) {}
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
| utils.h | 116 operator()(_Arg&& __arg) 118 return _M_pred(std::forward<_Arg>(__arg), _M_value); 133 operator()(_Arg&& __arg) const 135 return std::forward<_Arg>(__arg) == _M_value; 150 operator()(_Arg&& __arg) const 152 return !(std::forward<_Arg>(__arg) == _M_value);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
| utils.h | 165 operator()(_Arg&& __arg) 167 return _M_pred(std::forward<_Arg>(__arg), _M_value); 182 operator()(_Arg&& __arg) const 184 return std::forward<_Arg>(__arg) == _M_value; 199 operator()(_Arg&& __arg) const 201 return !(std::forward<_Arg>(__arg) == _M_value);
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| openacc.h | 101 int acc_on_device (int __arg) __GOACC_NOTHROW; 103 int acc_on_device (acc_device_t __arg) __GOACC_NOTHROW; 161 inline int acc_on_device (acc_device_t __arg) __GOACC_NOTHROW 163 return acc_on_device ((int) __arg);
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| openacc.h | 101 int acc_on_device (int __arg) __GOACC_NOTHROW; 103 int acc_on_device (acc_device_t __arg) __GOACC_NOTHROW; 161 inline int acc_on_device (acc_device_t __arg) __GOACC_NOTHROW 163 return acc_on_device ((int) __arg);
|
| /src/external/apache2/llvm/dist/libcxx/src/support/win32/ |
| thread_win32.cpp | 182 void *__arg; member in struct:__libcpp_beginthreadex_thunk_data 191 void *__arg = __data->__arg; local 193 return static_cast<unsigned>(reinterpret_cast<uintptr_t>(__func(__arg))); 201 void *__arg) 205 __data->__arg = __arg;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdcpp/ |
| typeinfo.d | 173 @weak final bool before(const type_info __arg) const nothrow 175 return __type_name < __arg.__type_name;
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm_acle.h | 634 int16x2_t __arg = (__a); \ 636 int16x2_t __res = __builtin_arm_ssat16 (__arg, __sat); \ 643 int16x2_t __arg = (__a); \ 645 int16x2_t __res = __builtin_arm_usat16 (__arg, __sat); \ 656 int32_t __arg = (__a); \ 658 int32_t __res = __builtin_arm_ssat (__arg, __sat); \ 665 int32_t __arg = (__a); \ 667 uint32_t __res = __builtin_arm_usat (__arg, __sat); \ 691 int __arg = (__a); \ 692 __builtin_arm_set_saturation (__arg); \ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm_acle.h | 570 int16x2_t __arg = (__a); \ 572 int16x2_t __res = __builtin_arm_ssat16 (__arg, __sat); \ 579 int16x2_t __arg = (__a); \ 581 int16x2_t __res = __builtin_arm_usat16 (__arg, __sat); \ 592 int32_t __arg = (__a); \ 594 int32_t __res = __builtin_arm_ssat (__arg, __sat); \ 601 int32_t __arg = (__a); \ 603 uint32_t __res = __builtin_arm_usat (__arg, __sat); \ 627 int __arg = (__a); \ 628 __builtin_arm_set_saturation (__arg); \ [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_cmath.h | 64 __DEVICE__ float frexp(float __arg, int *__exp) { 65 return ::frexpf(__arg, __exp); 155 __DEVICE__ float ldexp(float __arg, int __exp) { 156 return ::ldexpf(__arg, __exp);
|