/external/libcxx/test/std/depr/exception.unexpected/set.unexpected/ |
D | get_unexpected.pass.cpp | 29 std::unexpected_handler old = std::get_unexpected(); in main() 33 assert(std::get_unexpected() == f1); in main() 36 assert(std::get_unexpected() == f2); in main()
|
/external/llvm-project/libcxx/test/libcxx/depr/exception.unexpected/ |
D | get_unexpected.pass.cpp | 30 std::unexpected_handler old = std::get_unexpected(); in main() 34 assert(std::get_unexpected() == f1); in main() 37 assert(std::get_unexpected() == f2); in main()
|
D | unexpected_disabled_cpp17.fail.cpp | 20 std::get_unexpected(); // expected-error {{no member named 'get_unexpected' in namespace 'std'}} in main()
|
/external/llvm-project/libcxx/test/std/depr/exception.unexpected/set.unexpected/ |
D | get_unexpected.pass.cpp | 30 std::unexpected_handler old = std::get_unexpected(); in main() 34 assert(std::get_unexpected() == f1); in main() 37 assert(std::get_unexpected() == f2); in main()
|
/external/libcxx/test/libcxx/depr/exception.unexpected/ |
D | get_unexpected.pass.cpp | 30 std::unexpected_handler old = std::get_unexpected(); in main() 34 assert(std::get_unexpected() == f1); in main() 37 assert(std::get_unexpected() == f2); in main()
|
D | unexpected_disabled_cpp17.fail.cpp | 21 std::get_unexpected(); // expected-error {{no member named 'get_unexpected' in namespace 'std'}} in main()
|
/external/llvm-project/libcxxabi/src/ |
D | cxa_handlers.cpp | 26 get_unexpected() _NOEXCEPT in get_unexpected() function 43 __unexpected(get_unexpected()); in unexpected()
|
D | cxa_exception.cpp | 261 exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_throw() 724 dep_exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_rethrow_primary_exception()
|
D | cxa_personality.cpp | 1228 u_handler = std::get_unexpected(); in __cxa_call_unexpected()
|
/external/libcxxabi/src/ |
D | cxa_handlers.cpp | 27 get_unexpected() _NOEXCEPT in get_unexpected() function 44 __unexpected(get_unexpected()); in unexpected()
|
D | cxa_exception.cpp | 263 exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_throw() 726 dep_exception_header->unexpectedHandler = std::get_unexpected(); in __cxa_rethrow_primary_exception()
|
D | cxa_personality.cpp | 1229 u_handler = std::get_unexpected(); in __cxa_call_unexpected()
|
/external/libcxx/src/support/runtime/ |
D | exception_fallback.ipp | 27 get_unexpected() _NOEXCEPT 36 (*get_unexpected())();
|
D | exception_msvc.ipp | 39 unexpected_handler get_unexpected() _NOEXCEPT { 45 (*get_unexpected())();
|
/external/llvm-project/libcxx/src/support/runtime/ |
D | exception_fallback.ipp | 26 get_unexpected() _NOEXCEPT 35 (*get_unexpected())();
|
D | exception_msvc.ipp | 38 unexpected_handler get_unexpected() _NOEXCEPT { 44 (*get_unexpected())();
|
/external/rust/crates/syn/src/ |
D | group.rs | 78 let unexpected = crate::parse::get_unexpected(input); in parse_delimited()
|
D | parse.rs | 430 let mut unexpected = get_unexpected(buffer); in inner_unexpected() 440 pub(crate) fn get_unexpected(buffer: &ParseBuffer) -> Rc<Cell<Unexpected>> { in get_unexpected() function
|
/external/llvm-project/libcxx/include/ |
D | exception | 42 unexpected_handler get_unexpected() noexcept; 123 _LIBCPP_FUNC_VIS unexpected_handler get_unexpected() _NOEXCEPT;
|
/external/libcxx/include/ |
D | exception | 43 unexpected_handler get_unexpected() noexcept; 121 _LIBCPP_FUNC_VIS unexpected_handler get_unexpected() _NOEXCEPT;
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test31-pr18535-libstdc++-report-0.txt | 25 [A] 'function std::unexpected_handler std::get_unexpected()'
|
D | test31-pr18535-libstdc++-report-1.txt | 25 [A] 'function std::unexpected_handler std::get_unexpected()'
|
/external/libcxx/docs/ |
D | UsingLibcxx.rst | 258 This macro is used to re-enable the `set_unexpected`, `get_unexpected`, and
|
/external/llvm-project/libcxx/docs/ |
D | UsingLibcxx.rst | 251 This macro is used to re-enable the `set_unexpected`, `get_unexpected`, and
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 38037 FUNC 53010 2c 0 std::get_unexpected()
|