/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/diagnostics/std.exceptions/overflow.error/ |
H A D | overflow_error.pass.cpp | 21 static_assert((std::is_base_of<std::runtime_error, std::overflow_error>::value), in main() 23 static_assert(std::is_polymorphic<std::overflow_error>::value, in main() 27 std::overflow_error e(msg); in main() 29 std::overflow_error e2(e); in main() 36 std::overflow_error e(msg); in main() 38 std::overflow_error e2(e); in main()
|
/aosp_15_r20/external/libcxx/test/std/diagnostics/std.exceptions/overflow.error/ |
H A D | overflow_error.pass.cpp | 20 static_assert((std::is_base_of<std::runtime_error, std::overflow_error>::value), in main() 22 static_assert(std::is_polymorphic<std::overflow_error>::value, in main() 26 std::overflow_error e(msg); in main() 28 std::overflow_error e2(e); in main() 35 std::overflow_error e(msg); in main() 37 std::overflow_error e2(e); in main()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/ |
D | stdexcept | 26 class overflow_error; 183 class _LIBCPP_EXPORTED_FROM_ABI overflow_error : public runtime_error { 185 _LIBCPP_HIDE_FROM_ABI explicit overflow_error(const string& __s) : runtime_error(__s) {} 186 _LIBCPP_HIDE_FROM_ABI explicit overflow_error(const char* __s) : runtime_error(__s) {} 189 _LIBCPP_HIDE_FROM_ABI overflow_error(const overflow_error&) _NOEXCEPT = default; 190 _LIBCPP_HIDE_FROM_ABI overflow_error& operator=(const overflow_error&) _NOEXCEPT = default; 191 ~overflow_error() _NOEXCEPT override; 264 throw overflow_error(__msg); 266 …_LIBCPP_VERBOSE_ABORT("overflow_error was thrown in -fno-exceptions mode with message \"%s\"", __m…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/ |
D | stdexcept | 26 class overflow_error; 183 class _LIBCPP_EXPORTED_FROM_ABI overflow_error : public runtime_error { 185 _LIBCPP_HIDE_FROM_ABI explicit overflow_error(const string& __s) : runtime_error(__s) {} 186 _LIBCPP_HIDE_FROM_ABI explicit overflow_error(const char* __s) : runtime_error(__s) {} 189 _LIBCPP_HIDE_FROM_ABI overflow_error(const overflow_error&) _NOEXCEPT = default; 190 _LIBCPP_HIDE_FROM_ABI overflow_error& operator=(const overflow_error&) _NOEXCEPT = default; 191 ~overflow_error() _NOEXCEPT override; 264 throw overflow_error(__msg); 266 …_LIBCPP_VERBOSE_ABORT("overflow_error was thrown in -fno-exceptions mode with message \"%s\"", __m…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/ |
D | stdexcept | 26 class overflow_error; 184 class _LIBCPP_EXPORTED_FROM_ABI overflow_error : public runtime_error { 186 _LIBCPP_HIDE_FROM_ABI explicit overflow_error(const string& __s) : runtime_error(__s) {} 187 _LIBCPP_HIDE_FROM_ABI explicit overflow_error(const char* __s) : runtime_error(__s) {} 190 _LIBCPP_HIDE_FROM_ABI overflow_error(const overflow_error&) _NOEXCEPT = default; 191 _LIBCPP_HIDE_FROM_ABI overflow_error& operator=(const overflow_error&) _NOEXCEPT = default; 192 ~overflow_error() _NOEXCEPT override; 265 throw overflow_error(__msg); 267 …_LIBCPP_VERBOSE_ABORT("overflow_error was thrown in -fno-exceptions mode with message \"%s\"", __m…
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/ |
H A D | stdexcept | 26 class overflow_error; 183 class _LIBCPP_EXPORTED_FROM_ABI overflow_error : public runtime_error { 185 _LIBCPP_HIDE_FROM_ABI explicit overflow_error(const string& __s) : runtime_error(__s) {} 186 _LIBCPP_HIDE_FROM_ABI explicit overflow_error(const char* __s) : runtime_error(__s) {} 189 _LIBCPP_HIDE_FROM_ABI overflow_error(const overflow_error&) _NOEXCEPT = default; 190 _LIBCPP_HIDE_FROM_ABI overflow_error& operator=(const overflow_error&) _NOEXCEPT = default; 191 ~overflow_error() _NOEXCEPT override; 264 throw overflow_error(__msg); 266 …_LIBCPP_VERBOSE_ABORT("overflow_error was thrown in -fno-exceptions mode with message \"%s\"", __m…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/ |
D | stdexcept | 26 class overflow_error; 183 class _LIBCPP_EXPORTED_FROM_ABI overflow_error : public runtime_error { 185 _LIBCPP_HIDE_FROM_ABI explicit overflow_error(const string& __s) : runtime_error(__s) {} 186 _LIBCPP_HIDE_FROM_ABI explicit overflow_error(const char* __s) : runtime_error(__s) {} 189 _LIBCPP_HIDE_FROM_ABI overflow_error(const overflow_error&) _NOEXCEPT = default; 190 _LIBCPP_HIDE_FROM_ABI overflow_error& operator=(const overflow_error&) _NOEXCEPT = default; 191 ~overflow_error() _NOEXCEPT override; 264 throw overflow_error(__msg); 266 …_LIBCPP_VERBOSE_ABORT("overflow_error was thrown in -fno-exceptions mode with message \"%s\"", __m…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/ |
D | stdexcept | 26 class overflow_error; 183 class _LIBCPP_EXPORTED_FROM_ABI overflow_error : public runtime_error { 185 _LIBCPP_HIDE_FROM_ABI explicit overflow_error(const string& __s) : runtime_error(__s) {} 186 _LIBCPP_HIDE_FROM_ABI explicit overflow_error(const char* __s) : runtime_error(__s) {} 189 _LIBCPP_HIDE_FROM_ABI overflow_error(const overflow_error&) _NOEXCEPT = default; 190 _LIBCPP_HIDE_FROM_ABI overflow_error& operator=(const overflow_error&) _NOEXCEPT = default; 191 ~overflow_error() _NOEXCEPT override; 264 throw overflow_error(__msg); 266 …_LIBCPP_VERBOSE_ABORT("overflow_error was thrown in -fno-exceptions mode with message \"%s\"", __m…
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/external/libcxx/include/ |
H A D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/ |
D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|