OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
/external/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)
/ndk/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)
Completed in 89 milliseconds