Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libstdc++/libstdc++/src/
H A Dstdexcept.cc39 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()
/openbsd/gnu/gcc/libstdc++-v3/src/
H A Dstdexcept.cc48 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()
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/
H A Dbyteorder.h55 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()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dtestsuite_hooks.cc93 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()
/openbsd/gnu/llvm/libcxx/src/support/win32/
H A Dthread_win32.cpp178 void *__arg; member
187 void *__arg = __data->__arg; in __libcpp_beginthreadex_thunk() local
197 void *__arg) in __libcpp_thread_create()
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h64 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp()
155 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp()
H A D__clang_hip_cmath.h64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp()
H A Darm_acle.h757 #define __tcancel(__arg) __builtin_arm_tcancel(__arg) argument
/openbsd/gnu/llvm/libcxx/include/__format/
H A Dformat_arg_store.h158 constexpr __arg_t __arg = __determine_arg_t<_Context, remove_cvref_t<_Tp>>(); in __create_format_arg() local
/openbsd/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h66 _LIBCPP_HIDE_FROM_ABI void __throw_bad_expected_access(_Arg&& __arg) { in __throw_bad_expected_access()
/openbsd/gnu/llvm/libcxx/include/__memory/
H A Duninitialized_algorithms.h449 …pr void __allocator_construct_at_multidimensional(_Alloc& __alloc, _Tp* __loc, _Arg const& __arg) { in __allocator_construct_at_multidimensional()