HomeSort by: relevance | last modified time | path
    Searched refs:OPERATOR_NEW_BODY_ALIGN (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_new_delete.cc 39 #define OPERATOR_NEW_BODY_ALIGN(nothrow) \
59 { OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); }
62 { OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); }
65 { OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); }
68 { OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); }
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_new_delete.cpp 78 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \
107 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW, false /*nothrow*/); }
110 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, false /*nothrow*/); }
113 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW, true /*nothrow*/); }
116 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, true /*nothrow*/); }
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_new_delete.cpp 78 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \
107 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW, false /*nothrow*/); }
110 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, false /*nothrow*/); }
113 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW, true /*nothrow*/); }
116 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, true /*nothrow*/); }
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_new_delete.cc 85 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \
118 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW, false /*nothrow*/); }
121 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, false /*nothrow*/); }
124 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW, true /*nothrow*/); }
127 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, true /*nothrow*/); }
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_new_delete.cc 47 #define OPERATOR_NEW_BODY_ALIGN(mangled_name, nothrow) \
89 OPERATOR_NEW_BODY_ALIGN(_ZnwmSt11align_val_t, false /*nothrow*/);
95 OPERATOR_NEW_BODY_ALIGN(_ZnamSt11align_val_t, false /*nothrow*/);
103 OPERATOR_NEW_BODY_ALIGN(_ZnwmSt11align_val_tRKSt9nothrow_t,
112 OPERATOR_NEW_BODY_ALIGN(_ZnamSt11align_val_tRKSt9nothrow_t,
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_new_delete.cpp 46 #define OPERATOR_NEW_BODY_ALIGN(mangled_name, nothrow) \
88 OPERATOR_NEW_BODY_ALIGN(_ZnwmSt11align_val_t, false /*nothrow*/);
94 OPERATOR_NEW_BODY_ALIGN(_ZnamSt11align_val_t, false /*nothrow*/);
102 OPERATOR_NEW_BODY_ALIGN(_ZnwmSt11align_val_tRKSt9nothrow_t,
111 OPERATOR_NEW_BODY_ALIGN(_ZnamSt11align_val_tRKSt9nothrow_t,
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_new_delete.cpp 46 #define OPERATOR_NEW_BODY_ALIGN(mangled_name, nothrow) \
88 OPERATOR_NEW_BODY_ALIGN(_ZnwmSt11align_val_t, false /*nothrow*/);
94 OPERATOR_NEW_BODY_ALIGN(_ZnamSt11align_val_t, false /*nothrow*/);
102 OPERATOR_NEW_BODY_ALIGN(_ZnwmSt11align_val_tRKSt9nothrow_t,
111 OPERATOR_NEW_BODY_ALIGN(_ZnamSt11align_val_tRKSt9nothrow_t,
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_interceptors.cc 204 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\
235 { OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); }
238 { OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); }
241 { OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); }
244 { OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); }
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_interceptors.cpp 228 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\
259 { OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); }
262 { OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); }
265 { OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); }
268 { OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); }
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_interceptors.cpp 228 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\
259 { OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); }
262 { OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); }
265 { OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); }
268 { OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); }

Completed in 31 milliseconds