HomeSort by relevance Sort by last modified time
    Searched refs:nothrow (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /ndk/sources/cxx-stl/system/include/
new 11 extern const nothrow_t nothrow;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
new 9 extern const nothrow_t nothrow;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
new 9 extern const nothrow_t nothrow;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
new 11 extern const nothrow_t nothrow;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
new 11 extern const nothrow_t nothrow;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
new 11 extern const nothrow_t nothrow;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
new 11 extern const nothrow_t nothrow;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
new 11 extern const nothrow_t nothrow;
  /external/clang/test/CodeGenCXX/
new.cpp 25 std::nothrow_t nothrow;
303 (void) new (nothrow) S[3];
327 (void) operator new[](3, nothrow);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ObjectLoader.cpp 43 result = new (std::nothrow) ObjectLoader();
52 result->mImpl = new (std::nothrow) ELFObjectLoaderImpl();
81 result->mDebugImage = new (std::nothrow) uint8_t [ pMemSize ];
  /bionic/libc/bionic/
new.cpp 23 const std::nothrow_t std::nothrow = {}; member in class:std
  /frameworks/compile/libbcc/lib/Core/
BCCContext.cpp 32 GlobalContext = new (std::nothrow) BCCContext();
  /frameworks/compile/libbcc/lib/Support/
OutputFile.cpp 92 new (std::nothrow) llvm::raw_fd_ostream(newfd, /* shouldClose */true);
  /external/chromium_org/base/allocator/
generic_allocators.cc 13 inline void* generic_cpp_alloc(size_t size, bool nothrow) {
19 if (!call_new_handler(nothrow))
  /external/stlport/stlport/stl/
_new.h 67 # define nothrow nothrow_t() macro
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_new.h 67 # define nothrow nothrow_t() macro
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h 81 * Provides the nothrow exception guarantee.
95 std::nothrow));
113 { ::operator delete(__p, std::nothrow); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_new.h 67 # define nothrow nothrow_t() macro
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h 81 * Provides the nothrow exception guarantee.
95 std::nothrow));
113 { ::operator delete(__p, std::nothrow); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_new.h 67 # define nothrow nothrow_t() macro
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h 81 * Provides the nothrow exception guarantee.
95 std::nothrow));
113 { ::operator delete(__p, std::nothrow); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_new.h 67 # define nothrow nothrow_t() macro
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_tempbuf.h 81 * Provides the nothrow exception guarantee.
95 std::nothrow));
113 { ::operator delete(__p, std::nothrow); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_new.h 67 # define nothrow nothrow_t() macro
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_new.h 67 # define nothrow nothrow_t() macro
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;

Completed in 1311 milliseconds

12 3 4 5