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

  /external/libcxx/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];
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_new.h 67 # define nothrow nothrow_t() macro
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
new.cc 41 const nothrow_t nothrow = {}; member in namespace:std
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_new.h 67 # define nothrow nothrow_t() macro
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
new.cc 41 const nothrow_t nothrow = {}; member in namespace:std
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_new.h 67 # define nothrow nothrow_t() macro
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
new.cpp 155 const nothrow_t nothrow = {}; member in namespace:std
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
new.cpp 164 const nothrow_t nothrow = {}; member in namespace:std
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
dll_main.cpp 90 const nothrow_t nothrow /* = {} */; variable
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
dll_main.cpp 90 const nothrow_t nothrow /* = {} */; variable
  /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 734 milliseconds