Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__exception/
H A Dexception.h46 explicit exception(char const* __message) _NOEXCEPT : __data_() {
47 __data_._What = __message;
/src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h412 __device__ void __assertfail(const char *__message, const char *__file,
418 __device__ static inline void __assert_fail(const char *__message, in __assert_fail() argument
421 __assertfail(__message, __file, __line, __function, sizeof(char)); in __assert_fail()
/src/contrib/llvm-project/libcxx/include/
H A Dtypeinfo359 bad_cast(const char* const __message) _NOEXCEPT : exception(__message) {}
367 bad_typeid(const char* const __message) _NOEXCEPT : exception(__message) {}
H A Dnew160 bad_alloc(char const* const __message) noexcept : exception(__message) {}