/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_new_delete.cpp | 25 # 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 D | new_opvnt.cc | 34 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) throw() in operator new[]()
|
H A D | new_handler.cc | 34 const std::nothrow_t std::nothrow = { }; member in std
|
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
H A D | new_opvnt.cc | 35 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) throw() in operator new[]()
|
H A D | new_handler.cc | 35 const std::nothrow_t std::nothrow = { }; member in std
|
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_new_delete.cpp | 30 #define OPERATOR_NEW_BODY(nothrow) \ argument 37 #define OPERATOR_NEW_BODY_ALIGN(nothrow) \ argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_new_delete.cpp | 33 #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 D | tsan_new_delete.cpp | 31 #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 D | memprof_new_delete.cpp | 33 #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 D | asan_new_delete.cpp | 72 #define OPERATOR_NEW_BODY(type, nothrow) \ argument 78 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
|
/openbsd-src/gnu/llvm/libcxx/src/ |
H A D | new.cpp | 33 const nothrow_t nothrow{}; variable
|
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 222 #define OPERATOR_NEW_BODY(nothrow)\ argument 228 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\ argument
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | init.c | 1604 int nothrow, check_new; in build_new_1() local
|
H A D | call.c | 276 int nothrow; in build_call() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | init.c | 2165 int use_cookie, nothrow, check_new; local
|
H A D | call.c | 359 int nothrow; local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | dwarf2out.c | 225 unsigned nothrow : 1; member
|
/openbsd-src/gnu/gcc/gcc/config/arm/ |
H A D | arm.c | 12587 tree nothrow = tree_cons (get_identifier ("nothrow"), NULL, NULL); in arm_init_tls_builtins() local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | dwarf2out.c | 238 unsigned nothrow : 1; member
|