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

  /external/libcxx/src/
new.cpp 40 const nothrow_t nothrow = {}; member in namespace:std
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
new.cpp 37 const nothrow_t nothrow = {}; member in namespace:std
  /bionic/libc/bionic/
new.cpp 24 const std::nothrow_t std::nothrow = {}; member in class:std
  /external/clang/test/CodeGen/
address-sanitizer-and-array-cookie.cpp 7 std::nothrow_t nothrow; member in namespace:std
29 return new (std::nothrow) C[10];
  /system/keymaster/android_keymaster/
keymaster_stl.cpp 25 const std::nothrow_t __attribute__((weak)) std::nothrow = {}; member in class:std
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
function.h 428 function where currently compiled version of it is nothrow. */ variable
429 bool nothrow;

Completed in 103 milliseconds