OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_GABIXX_NOEXCEPT_CXX11_ONLY
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/cxx-stl/gabi++/include/
gabixx_config.h
41
//
_GABIXX_NOEXCEPT_CXX11_ONLY
uses noexcept in C++11, nothing otherwise.
45
# define
_GABIXX_NOEXCEPT_CXX11_ONLY
noexcept
49
# define
_GABIXX_NOEXCEPT_CXX11_ONLY
/* nothing */
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
gabixx_config.h
41
//
_GABIXX_NOEXCEPT_CXX11_ONLY
uses noexcept in C++11, nothing otherwise.
45
# define
_GABIXX_NOEXCEPT_CXX11_ONLY
noexcept
49
# define
_GABIXX_NOEXCEPT_CXX11_ONLY
/* nothing */
/ndk/sources/cxx-stl/gabi++/src/
terminate.cc
109
_GABIXX_NORETURN void terminate()
_GABIXX_NOEXCEPT_CXX11_ONLY
{
Completed in 39 milliseconds