Home
last modified time | relevance | path

Searched defs:nothrow (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp25 # define OPERATOR_NEW_BODY(nothrow) \ argument
31 # define OPERATOR_NEW_ALIGN_BODY(nothrow) \ argument
49 # define OPERATOR_NEW_BODY(nothrow) return malloc(size) argument
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Dnew_opvnt.cc34 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) throw() in operator new[]()
H A Dnew_handler.cc34 const std::nothrow_t std::nothrow = { }; member in std
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Dnew_opvnt.cc35 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) throw() in operator new[]()
H A Dnew_handler.cc35 const std::nothrow_t std::nothrow = { }; member in std
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_new_delete.cpp30 #define OPERATOR_NEW_BODY(nothrow) \ argument
37 #define OPERATOR_NEW_BODY_ALIGN(nothrow) \ argument
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_new_delete.cpp33 #define OPERATOR_NEW_BODY(nothrow) \ argument
38 #define OPERATOR_NEW_BODY_ALIGN(nothrow) \ argument
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cpp31 #define OPERATOR_NEW_BODY(mangled_name, nothrow) \ argument
46 #define OPERATOR_NEW_BODY_ALIGN(mangled_name, nothrow) \ argument
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_new_delete.cpp33 #define OPERATOR_NEW_BODY(type, nothrow) \ argument
39 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_new_delete.cpp72 #define OPERATOR_NEW_BODY(type, nothrow) \ argument
78 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
/openbsd-src/gnu/llvm/libcxx/src/
H A Dnew.cpp33 const nothrow_t nothrow{}; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp222 #define OPERATOR_NEW_BODY(nothrow)\ argument
228 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\ argument
/openbsd-src/gnu/gcc/gcc/cp/
H A Dinit.c1604 int nothrow, check_new; in build_new_1() local
H A Dcall.c276 int nothrow; in build_call() local
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c2165 int use_cookie, nothrow, check_new; local
H A Dcall.c359 int nothrow; local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddwarf2out.c225 unsigned nothrow : 1; member
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm.c12587 tree nothrow = tree_cons (get_identifier ("nothrow"), NULL, NULL); in arm_init_tls_builtins() local
/openbsd-src/gnu/gcc/gcc/
H A Ddwarf2out.c238 unsigned nothrow : 1; member