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

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h 62 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT;
77 explicit exception_ptr(void* __e) _GLIBCXX_USE_NOEXCEPT;
79 void _M_addref() _GLIBCXX_USE_NOEXCEPT;
80 void _M_release() _GLIBCXX_USE_NOEXCEPT;
84 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT;
88 exception_ptr() _GLIBCXX_USE_NOEXCEPT;
90 exception_ptr(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT;
106 exception_ptr(__safe_bool) _GLIBCXX_USE_NOEXCEPT;
110 operator=(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT;
121 ~exception_ptr() _GLIBCXX_USE_NOEXCEPT;
    [all...]
stl_list.h 84 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT;
88 _List_node_base* const __last) _GLIBCXX_USE_NOEXCEPT;
91 _M_reverse() _GLIBCXX_USE_NOEXCEPT;
94 _M_hook(_List_node_base* const __position) _GLIBCXX_USE_NOEXCEPT;
97 _M_unhook() _GLIBCXX_USE_NOEXCEPT;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 105 # define _GLIBCXX_USE_NOEXCEPT noexcept
109 # define _GLIBCXX_USE_NOEXCEPT throw()
115 # define _GLIBCXX_NOTHROW _GLIBCXX_USE_NOEXCEPT
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 105 # define _GLIBCXX_USE_NOEXCEPT noexcept
109 # define _GLIBCXX_USE_NOEXCEPT throw()
115 # define _GLIBCXX_NOTHROW _GLIBCXX_USE_NOEXCEPT
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 105 # define _GLIBCXX_USE_NOEXCEPT noexcept
109 # define _GLIBCXX_USE_NOEXCEPT throw()
115 # define _GLIBCXX_NOTHROW _GLIBCXX_USE_NOEXCEPT
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 105 # define _GLIBCXX_USE_NOEXCEPT noexcept
109 # define _GLIBCXX_USE_NOEXCEPT throw()
115 # define _GLIBCXX_NOTHROW _GLIBCXX_USE_NOEXCEPT
    [all...]

Completed in 1066 milliseconds