Searched defs:__arg (Results 1 – 11 of 11) sorted by relevance
39 logic_error::logic_error(const string& __arg) in logic_error()48 domain_error::domain_error(const string& __arg) in domain_error()51 invalid_argument::invalid_argument(const string& __arg) in invalid_argument()54 length_error::length_error(const string& __arg) in length_error()57 out_of_range::out_of_range(const string& __arg) in out_of_range()60 runtime_error::runtime_error(const string& __arg) in runtime_error()69 range_error::range_error(const string& __arg) in range_error()72 overflow_error::overflow_error(const string& __arg) in overflow_error()75 underflow_error::underflow_error(const string& __arg) in underflow_error()
48 domain_error::domain_error(const string& __arg) in domain_error()51 invalid_argument::invalid_argument(const string& __arg) in invalid_argument()54 length_error::length_error(const string& __arg) in length_error()57 out_of_range::out_of_range(const string& __arg) in out_of_range()60 runtime_error::runtime_error(const string& __arg) in runtime_error()69 range_error::range_error(const string& __arg) in range_error()72 overflow_error::overflow_error(const string& __arg) in overflow_error()75 underflow_error::underflow_error(const string& __arg) in underflow_error()
55 htonl (unsigned long __arg) in htonl()66 htons (unsigned int __arg) in htons()88 htonl (unsigned long __arg) in htonl()102 htons (unsigned int __arg) in htons()120 htonl (unsigned long __arg) in htonl()128 htons (unsigned int __arg) in htons()138 ntohl (unsigned long __arg) in ntohl()146 ntohs (unsigned int __arg) in ntohs()
93 locale_data(const std::string& __arg) : runtime_error(__arg) { } in locale_data()100 environment_variable(const std::string& __arg) : runtime_error(__arg) { } in environment_variable()107 not_found(const std::string& __arg) : runtime_error(__arg) { } in not_found()
178 void *__arg; member187 void *__arg = __data->__arg; in __libcpp_beginthreadex_thunk() local197 void *__arg) in __libcpp_thread_create()
64 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp()155 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp()
64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp()
757 #define __tcancel(__arg) __builtin_arm_tcancel(__arg) argument
158 constexpr __arg_t __arg = __determine_arg_t<_Context, remove_cvref_t<_Tp>>(); in __create_format_arg() local
66 _LIBCPP_HIDE_FROM_ABI void __throw_bad_expected_access(_Arg&& __arg) { in __throw_bad_expected_access()
449 …pr void __allocator_construct_at_multidimensional(_Alloc& __alloc, _Tp* __loc, _Arg const& __arg) { in __allocator_construct_at_multidimensional()