Home
last modified time | relevance | path

Searched refs:__message (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A D__log_hardening_failure27 [[__gnu__::__cold__]] _LIBCPP_EXPORTED_FROM_ABI void __log_hardening_failure(const char* __message)…
35 # define _LIBCPP_LOG_HARDENING_FAILURE(__message) ::std::__log_hardening_failure(__message)
H A Dtypeinfo364 bad_cast(const char* const __message) _NOEXCEPT : exception(__message) {}
372 bad_typeid(const char* const __message) _NOEXCEPT : exception(__message) {}
/freebsd/contrib/llvm-project/libcxx/include/__new/
H A Dexceptions.h52 bad_alloc(char const* const __message) noexcept : exception(__message) {}
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__exception/
H A Dexception.h46 explicit exception(char const* __message) _NOEXCEPT : __data_() {
47 __data_._What = __message;
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dexception.h46 explicit exception(char const* __message) _NOEXCEPT : __data_() {
47 __data_._What = __message;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h413 __device__ void __assertfail(const char *__message, const char *__file,
419 __device__ static inline void __assert_fail(const char *__message, in __assert_fail() argument
422 __assertfail(__message, __file, __line, __function, sizeof(char)); in __assert_fail()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtypeinfo353 bad_cast(const char* const __message) _NOEXCEPT : exception(__message) {}
361 bad_typeid(const char* const __message) _NOEXCEPT : exception(__message) {}
H A Dnew160 bad_alloc(char const* const __message) noexcept : exception(__message) {}