HomeSort by: relevance | last modified time | path
    Searched defs:FROM_NEW_BR (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_new_delete.cc 109 { 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); }
176 { OPERATOR_DELETE_BODY(FROM_NEW_BR); }
182 { OPERATOR_DELETE_BODY_SIZE(FROM_NEW_BR); }
188 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW_BR); }
    [all...]
asan_allocator.h 29 FROM_NEW_BR = 3 // Memory block came from operator new [ ]
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_new_delete.cpp 98 { 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); }
161 { OPERATOR_DELETE_BODY(FROM_NEW_BR); }
167 { OPERATOR_DELETE_BODY_SIZE(FROM_NEW_BR); }
173 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW_BR); }
    [all...]
asan_allocator.h 29 FROM_NEW_BR = 3 // Memory block came from operator new [ ]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_new_delete.cpp 98 { 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); }
161 { OPERATOR_DELETE_BODY(FROM_NEW_BR); }
167 { OPERATOR_DELETE_BODY_SIZE(FROM_NEW_BR); }
173 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW_BR); }
    [all...]
asan_allocator.h 29 FROM_NEW_BR = 3 // Memory block came from operator new [ ]

Completed in 29 milliseconds