HyperPlatform Programmer's Reference
Functions
std Namespace Reference

Functions

DECLSPEC_NORETURN void __cdecl _Xbad_alloc ()
 
DECLSPEC_NORETURN void __cdecl _Xinvalid_argument (_In_z_ const char *)
 
DECLSPEC_NORETURN void __cdecl _Xlength_error (_In_z_ const char *)
 
DECLSPEC_NORETURN void __cdecl _Xout_of_range (_In_z_ const char *)
 
DECLSPEC_NORETURN void __cdecl _Xoverflow_error (_In_z_ const char *)
 
DECLSPEC_NORETURN void __cdecl _Xruntime_error (_In_z_ const char *)
 

Function Documentation

◆ _Xbad_alloc()

DECLSPEC_NORETURN void __cdecl std::_Xbad_alloc ( )

Definition at line 64 of file kernel_stl.cpp.

Here is the call graph for this function:

◆ _Xinvalid_argument()

DECLSPEC_NORETURN void __cdecl std::_Xinvalid_argument ( _In_z_ const char *  )

Definition at line 67 of file kernel_stl.cpp.

Here is the call graph for this function:

◆ _Xlength_error()

DECLSPEC_NORETURN void __cdecl std::_Xlength_error ( _In_z_ const char *  )

Definition at line 70 of file kernel_stl.cpp.

Here is the call graph for this function:

◆ _Xout_of_range()

DECLSPEC_NORETURN void __cdecl std::_Xout_of_range ( _In_z_ const char *  )

Definition at line 73 of file kernel_stl.cpp.

Here is the call graph for this function:

◆ _Xoverflow_error()

DECLSPEC_NORETURN void __cdecl std::_Xoverflow_error ( _In_z_ const char *  )

Definition at line 76 of file kernel_stl.cpp.

Here is the call graph for this function:

◆ _Xruntime_error()

DECLSPEC_NORETURN void __cdecl std::_Xruntime_error ( _In_z_ const char *  )

Definition at line 79 of file kernel_stl.cpp.

Here is the call graph for this function: