Searched defs:nothrow (Results 1 – 9 of 9) sorted by relevance
15 const nothrow_t nothrow{}; variable
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
30 #define OPERATOR_NEW_BODY(nothrow) \ argument38 #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
58 handleOOM(std::size_t size, bool nothrow) { in handleOOM()
253 #define OPERATOR_NEW_BODY(nothrow)\ argument259 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\ argument
48 namespace std { const nothrow_t nothrow = nothrow_t(); } variable