Home
last modified time | relevance | path

Searched refs:_GABIXX_NOEXCEPT_CXX11_ONLY (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/gabi++/include/
Dgabixx_config.h45 # define _GABIXX_NOEXCEPT_CXX11_ONLY noexcept macro
49 # define _GABIXX_NOEXCEPT_CXX11_ONLY /* nothing */ macro
Dexception54 void terminate() _GABIXX_NOEXCEPT_CXX11_ONLY _GABIXX_NORETURN;
/ndk/sources/cxx-stl/gabi++/src/
Dterminate.cc109 _GABIXX_NORETURN void terminate() _GABIXX_NOEXCEPT_CXX11_ONLY { in terminate()