OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_GABIXX_NOEXCEPT_
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/cxx-stl/gabi++/include/
gabixx_config.h
40
//
_GABIXX_NOEXCEPT_
() only in C++11 mode to use the noexcept() operator.
44
# define
_GABIXX_NOEXCEPT_
(x) noexcept(x)
48
# define
_GABIXX_NOEXCEPT_
(x) /* nothing */
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
gabixx_config.h
40
//
_GABIXX_NOEXCEPT_
() only in C++11 mode to use the noexcept() operator.
44
# define
_GABIXX_NOEXCEPT_
(x) noexcept(x)
48
# define
_GABIXX_NOEXCEPT_
(x) /* nothing */
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
gabixx_config.h
40
//
_GABIXX_NOEXCEPT_
() only in C++11 mode to use the noexcept() operator.
44
# define
_GABIXX_NOEXCEPT_
(x) noexcept(x)
48
# define
_GABIXX_NOEXCEPT_
(x) /* nothing */
Completed in 537 milliseconds