Searched defs:nothrow (Results 1 – 9 of 9) 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
30 #define OPERATOR_NEW_BODY(nothrow) \ argument37 #define OPERATOR_NEW_BODY_ALIGN(nothrow) \ argument
33 # define OPERATOR_NEW_BODY(nothrow) \ argument41 # 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
63 #define OPERATOR_NEW_BODY(type, nothrow) \ argument69 #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