Searched refs:FROM_NEW_BR (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_new_delete.cpp98 { OPERATOR_NEW_BODY(FROM_NEW_BR, false /*nothrow*/); }
104 { OPERATOR_NEW_BODY(FROM_NEW_BR, true /*nothrow*/); }
110 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, false /*nothrow*/); }
116 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, true /*nothrow*/); }
123 OPERATOR_NEW_BODY(FROM_NEW_BR, false /*nothrow*/);
129 OPERATOR_NEW_BODY(FROM_NEW_BR, true /*nothrow*/);
155 { OPERATOR_DELETE_BODY(FROM_NEW_BR); } variable
161 { OPERATOR_DELETE_BODY(FROM_NEW_BR); }
167 { OPERATOR_DELETE_BODY_SIZE(FROM_NEW_BR); } variable
173 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW_BR); } variable
185 { OPERATOR_DELETE_BODY_SIZE_ALIGN(FROM_NEW_BR); } variable
[all...]
H A Dasan_allocator.h29 FROM_NEW_BR = 3 // Memory block came from operator new [ ] enumerator in enum:__asan::AllocType
H A Dasan_allocator.cpp705 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) &&
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_new_delete.cc109 { OPERATOR_NEW_BODY(FROM_NEW_BR, false /*nothrow*/); }
115 { OPERATOR_NEW_BODY(FROM_NEW_BR, true /*nothrow*/); }
121 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, false /*nothrow*/); }
127 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, true /*nothrow*/); }
134 OPERATOR_NEW_BODY(FROM_NEW_BR, false /*nothrow*/);
140 OPERATOR_NEW_BODY(FROM_NEW_BR, true /*nothrow*/);
170 { OPERATOR_DELETE_BODY(FROM_NEW_BR); } variable
176 { OPERATOR_DELETE_BODY(FROM_NEW_BR); }
182 { OPERATOR_DELETE_BODY_SIZE(FROM_NEW_BR); } variable
188 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW_BR); } variable
200 { OPERATOR_DELETE_BODY_SIZE_ALIGN(FROM_NEW_BR); } variable
[all...]
H A Dasan_allocator.h29 FROM_NEW_BR = 3 // Memory block came from operator new [ ] enumerator in enum:__asan::AllocType
H A Dasan_allocator.cc640 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) &&
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_new_delete.cc107 { OPERATOR_NEW_BODY(FROM_NEW_BR, false /*nothrow*/); }
113 { OPERATOR_NEW_BODY(FROM_NEW_BR, true /*nothrow*/); }
119 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, false /*nothrow*/); }
125 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, true /*nothrow*/); }
132 OPERATOR_NEW_BODY(FROM_NEW_BR, false /*nothrow*/);
138 OPERATOR_NEW_BODY(FROM_NEW_BR, true /*nothrow*/);
168 { OPERATOR_DELETE_BODY(FROM_NEW_BR); } variable
174 { OPERATOR_DELETE_BODY(FROM_NEW_BR); }
180 { OPERATOR_DELETE_BODY_SIZE(FROM_NEW_BR); } variable
186 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW_BR); } variable
198 { OPERATOR_DELETE_BODY_SIZE_ALIGN(FROM_NEW_BR); } variable
[all...]
H A Dasan_allocator.h27 FROM_NEW_BR = 3 // Memory block came from operator new [ ] enumerator in enum:__asan::AllocType
H A Dasan_allocator.cc638 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) &&

Completed in 101 milliseconds