/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_new_delete.cpp | 25 #define OPERATOR_NEW_BODY(nothrow) \ argument 30 #define OPERATOR_NEW_ALIGN_BODY(nothrow) \ argument 47 #define OPERATOR_NEW_BODY(nothrow) return malloc(size) argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | ehalloc.d | 77 nothrow extern (C) void _d_delThrowable(Throwable t) in nothrow() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_new_delete.cc | 34 #define OPERATOR_NEW_BODY(nothrow) \ argument 39 #define OPERATOR_NEW_BODY_ALIGN(nothrow) \ argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_new_delete.cc | 32 #define OPERATOR_NEW_BODY(mangled_name, nothrow) \ argument 47 #define OPERATOR_NEW_BODY_ALIGN(mangled_name, nothrow) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_new_delete.cc | 30 #define OPERATOR_NEW_BODY(mangled_name, nothrow) \ argument 45 #define OPERATOR_NEW_BODY_ALIGN(mangled_name, nothrow) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
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
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_new_delete.cc | 75 #define OPERATOR_NEW_BODY(type, nothrow) \ argument 85 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_new_delete.cc | 73 #define OPERATOR_NEW_BODY(type, nothrow) \ argument 83 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | new.cpp | 33 const nothrow_t nothrow{}; variable
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_interceptors.cc | 198 #define OPERATOR_NEW_BODY(nothrow)\ argument 204 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_interceptors.cc | 196 #define OPERATOR_NEW_BODY(nothrow)\ argument 202 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\ argument
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_interceptors.cpp | 222 #define OPERATOR_NEW_BODY(nothrow)\ argument 228 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | except.cc | 1089 bool nothrow; in sjlj_mark_call_sites() local 1892 bool nothrow; in can_throw_external() local 2570 bool nothrow; in convert_to_eh_region_ranges() local
|
H A D | emit-rtl.h | 273 bool nothrow; member
|
H A D | dwarf2out.h | 101 unsigned nothrow : 1; member
|
H A D | cgraph.cc | 2532 set_nothrow_flag_1 (cgraph_node *node, bool nothrow, bool non_call, in set_nothrow_flag_1() 2571 cgraph_node::set_nothrow_flag (bool nothrow) in set_nothrow_flag()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | except.c | 1088 bool nothrow; in sjlj_mark_call_sites() local 1891 bool nothrow; in can_throw_external() local 2569 bool nothrow; in convert_to_eh_region_ranges() local
|
H A D | emit-rtl.h | 264 bool nothrow; member
|
H A D | dwarf2out.h | 101 unsigned nothrow : 1; member
|
H A D | cgraph.c | 2519 set_nothrow_flag_1 (cgraph_node *node, bool nothrow, bool non_call, in set_nothrow_flag_1() 2558 cgraph_node::set_nothrow_flag (bool nothrow) in set_nothrow_flag()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
H A D | package.d | 1170 pure nothrow: in PackedPtrImpl() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 2980 int nothrow, check_new; in build_new_1() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | init.cc | 3057 int nothrow, check_new; in build_new_1() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | uni.d | 1203 pure nothrow: in PackedPtrImpl() local 5288 pure nothrow: member
|