HomeSort by relevance Sort by last modified time
    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 233 milliseconds