Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_new_delete.cpp25 #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 Dehalloc.d77 nothrow extern (C) void _d_delThrowable(Throwable t) in nothrow() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_new_delete.cc34 #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 Dtsan_new_delete.cc32 #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 Dtsan_new_delete.cc30 #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 Dtsan_new_delete.cpp31 #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 Dasan_new_delete.cc75 #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 Dasan_new_delete.cc73 #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 Dasan_new_delete.cpp72 #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 Dnew.cpp33 const nothrow_t nothrow{}; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_interceptors.cc198 #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 Dlsan_interceptors.cc196 #define OPERATOR_NEW_BODY(nothrow)\ argument
202 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\ argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cpp222 #define OPERATOR_NEW_BODY(nothrow)\ argument
228 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexcept.cc1089 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 Demit-rtl.h273 bool nothrow; member
H A Ddwarf2out.h101 unsigned nothrow : 1; member
H A Dcgraph.cc2532 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 Dexcept.c1088 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 Demit-rtl.h264 bool nothrow; member
H A Ddwarf2out.h101 unsigned nothrow : 1; member
H A Dcgraph.c2519 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 Dpackage.d1170 pure nothrow: in PackedPtrImpl() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c2980 int nothrow, check_new; in build_new_1() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc3057 int nothrow, check_new; in build_new_1() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d1203 pure nothrow: in PackedPtrImpl() local
5288 pure nothrow: member

12