Home
last modified time | relevance | path

Searched defs:terminate_with (Results 1 – 3 of 3) sorted by relevance

/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/lang/
H A DException.h45 [[noreturn]] FOLLY_NOINLINE FOLLY_COLD void terminate_with(Ex&& ex) noexcept { in terminate_with() function
91 terminate_with(Args&&... args) noexcept { in terminate_with() function
/dports/devel/folly/folly-2021.12.27.00/folly/lang/
H A DException.h50 [[noreturn]] FOLLY_NOINLINE FOLLY_COLD void terminate_with(Ex&& ex) noexcept { in terminate_with() function
119 [[noreturn]] FOLLY_ERASE void terminate_with(Args&&... args) { in terminate_with() function
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DExceptionWrapper.h474 [[noreturn]] void terminate_with() const noexcept { throw_exception(); } in terminate_with() function