Searched defs:nothrow (Results 1 – 8 of 8) sorted by relevance
15 const nothrow_t nothrow{}; variable
25 # define OPERATOR_NEW_BODY(nothrow) \ argument31 # define OPERATOR_NEW_ALIGN_BODY(nothrow) \ argument49 # define OPERATOR_NEW_BODY(nothrow) return malloc(size) argument
33 # define OPERATOR_NEW_BODY(nothrow) \ argument 38 OPERATOR_NEW_BODY_ALIGN(nothrow) global() argument [all...]
30 #define OPERATOR_NEW_BODY(nothrow) \ argument37 #define OPERATOR_NEW_BODY_ALIGN(nothrow) \ argument
31 #define OPERATOR_NEW_BODY(mangled_name, nothrow) \ argument46 #define OPERATOR_NEW_BODY_ALIGN(mangled_name, nothrow) \ argument
33 #define OPERATOR_NEW_BODY(type, nothrow) \ argument39 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
228 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\ argument 222 OPERATOR_NEW_BODY(nothrow) global() argument [all...]
48 namespace std { const nothrow_t nothrow = nothrow_t(); } variable