Searched refs:__message (Results 1 – 4 of 4) sorted by relevance
46 explicit exception(char const* __message) _NOEXCEPT : __data_() {47 __data_._What = __message;
412 __device__ void __assertfail(const char *__message, const char *__file,418 __device__ static inline void __assert_fail(const char *__message, in __assert_fail() argument421 __assertfail(__message, __file, __line, __function, sizeof(char)); in __assert_fail()
359 bad_cast(const char* const __message) _NOEXCEPT : exception(__message) {}367 bad_typeid(const char* const __message) _NOEXCEPT : exception(__message) {}
160 bad_alloc(char const* const __message) noexcept : exception(__message) {}