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

  /external/clang/test/CodeGenCXX/
weak-external.cpp 20 # define _NOEXCEPT_(x) noexcept(x)
23 # define _NOEXCEPT_(x)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/support/
nasty_containers.hpp 124 void swap(nasty_vector &nv) _NOEXCEPT_(std::__is_nothrow_swappable<nested_container>::value)
243 void swap(nasty_list &nl) _NOEXCEPT_(std::__is_nothrow_swappable<nested_container>::value)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
nasty_containers.hpp 125 void swap(nasty_vector &nv) _NOEXCEPT_(std::__is_nothrow_swappable<nested_container>::value)
244 void swap(nasty_list &nl) _NOEXCEPT_(std::__is_nothrow_swappable<nested_container>::value)

Completed in 64 milliseconds