MOS Source Code
Loading...
Searching...
No Matches
cpp_support.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: GPL-3.0-or-later
2
3
#pragma once
4
5
namespace
mos
6
{
7
[[noreturn]]
void
__raise_bad_ptrresult_value
(
int
errorCode);
8
[[noreturn]]
void
__raise_null_pointer_exception
();
9
};
// namespace mos
mos
Definition
allocator.hpp:10
mos::__raise_null_pointer_exception
void __raise_null_pointer_exception()
Definition
cpp_support.cpp:44
mos::__raise_bad_ptrresult_value
void __raise_bad_ptrresult_value(int errorCode)
Definition
cpp_support.cpp:39
kernel
include
libs
mos
cpp_support.hpp
Generated on
for MOS Source Code by
1.14.0