HomeSort by relevance Sort by last modified time
    Searched refs:nothrow (Results 51 - 75 of 112) sorted by null

1 23 4 5

  /external/clang/test/Analysis/
NewDelete-checker-test.cpp 42 //----- Standard nothrow placement operators
44 void *p = operator new(0, std::nothrow);
51 int *p = new(std::nothrow) int;
168 int *p = new(std::nothrow) int[1];
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SymbolResolvers.cpp 75 mError = new (std::nothrow) char [error_length];
  /frameworks/compile/libbcc/lib/Support/
OutputFile.cpp 92 new (std::nothrow) llvm::raw_fd_ostream(newfd, /* shouldClose */true);
  /ndk/sources/cxx-stl/gabi++/src/
new.cc 41 const nothrow_t nothrow = {}; member in namespace:std
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 117 Source *result = new (std::nothrow) Source(pContext, pModule, pNoDelete);
162 new (std::nothrow) llvm::Module(pName, pContext.mImpl->mLLVMContext);
Compiler.cpp 157 data_layout = new (std::nothrow) llvm::DataLayout(*mTarget->getDataLayout());
205 data_layout = new (std::nothrow) llvm::DataLayout(*mTarget->getDataLayout());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_tempbuf.h 82 * Provides the nothrow exception guarantee.
96 std::nothrow));
114 { ::operator delete(__p, std::nothrow); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_tempbuf.h 82 * Provides the nothrow exception guarantee.
96 std::nothrow));
114 { ::operator delete(__p, std::nothrow); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tempbuf.h 82 * Provides the nothrow exception guarantee.
96 std::nothrow));
114 { ::operator delete(__p, std::nothrow); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tempbuf.h 83 * Provides the nothrow exception guarantee.
97 std::nothrow));
115 { ::operator delete(__p, std::nothrow); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tempbuf.h 82 * Provides the nothrow exception guarantee.
96 std::nothrow));
114 { ::operator delete(__p, std::nothrow); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tempbuf.h 83 * Provides the nothrow exception guarantee.
97 std::nothrow));
115 { ::operator delete(__p, std::nothrow); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_tempbuf.h 81 * Provides the nothrow exception guarantee.
95 std::nothrow));
113 { ::operator delete(__p, std::nothrow); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
new.cpp 148 const nothrow_t nothrow = {}; member in namespace:std
  /external/chromium_org/base/allocator/
allocator_shim.cc 76 inline bool call_new_handler(bool nothrow) {
98 if (nothrow)
108 if (!nothrow)
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 150 result = new (std::nothrow) RSScript(*source);
169 config = new (std::nothrow) DefaultCompilerConfig();
171 config = new (std::nothrow) CompilerConfig(OptTargetTriple);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 84 __attribute((nothrow));
86 __attribute((nothrow));
88 __attribute((nothrow));
  /external/chromium_org/courgette/
memory_allocator.h 220 mem = new(std::nothrow) uint8[bytes];
226 TempMapping* mapping = new(std::nothrow) TempMapping();
295 new(std::nothrow) uint8[count * sizeof(T)]);
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 104 InputFile *object_file = new (std::nothrow) InputFile(output_path.c_str());
172 mConfig = new (std::nothrow) DefaultCompilerConfig();
385 RSScript *script = new (std::nothrow) RSScript(*source);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 75 extern const nothrow_t nothrow;
  /external/webrtc/src/system_wrappers/source/
sort.cc 20 #include <new> // nothrow new
249 ptrSortKey = new(std::nothrow) SortKey<KeyType>[numOfElements];
271 WebRtc_UWord8* ptrDataSorted = new(std::nothrow) WebRtc_UWord8
439 SortKey* ptrSortKey = new(std::nothrow) SortKey[numOfElements];
493 WebRtc_UWord8* ptrDataSorted = new(std::nothrow) WebRtc_UWord8
  /external/marisa-trie/lib/marisa/
trie.cc 38 temp.trie_.reset(new (std::nothrow) Trie);
79 temp.trie_.reset(new (std::nothrow) Trie);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie.cc 38 temp.trie_.reset(new (std::nothrow) Trie);
79 temp.trie_.reset(new (std::nothrow) Trie);
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 127 config = new (std::nothrow) DefaultCompilerConfig();
129 config = new (std::nothrow) CompilerConfig(OptTargetTriple);
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 4 #define P(e) static_assert(noexcept(e), "expected nothrow")
23 void nothrowattr() __attribute__((nothrow));

Completed in 1063 milliseconds

1 23 4 5