HomeSort by relevance Sort by last modified time
    Searched defs:_GABIXX_NOEXCEPT_ (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r10/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 */
  /prebuilts/ndk/r11/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/r13/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 */

Completed in 64 milliseconds