Home | History | Annotate | Download | only in lib

Lines Matching full:parameter

1 /* Invalid parameter handler for MSVC runtime libraries.
20 /* With MSVC runtime libraries with the "invalid parameter handler" concept,
24 This file defines macros that turn such an invalid parameter notification
30 <Code that can trigger an invalid parameter notification
35 <Code that handles an invalid parameter notification
61 /* A native Windows platform with the "invalid parameter handler" concept,
71 /* Ensure that the invalid parameter handler in installed that just returns.
73 invalid parameter handler, this solution is multithread-safe. */
116 /* Ensure that the invalid parameter handler in installed that raises a
119 invalid parameter handler, this solution is multithread-safe. */
160 /* Ensure that the invalid parameter handler in installed that passes
164 invalid parameter handler, this solution is multithread-safe. */
192 /* Execution triggered an invalid parameter notification. \
205 /* A platform that does not need to the invalid parameter handler,