Ruby
3.4.0dev (2024-11-22 revision 0989400a925cd201defdca9eb28eb87200b30785)
include
ruby
internal
attr
returns_nonnull.h
Go to the documentation of this file.
1
#ifndef RBIMPL_ATTR_RETURNS_NONNULL_H
/*-*-C++-*-vi:se ft=cpp:*/
2
#define RBIMPL_ATTR_RETURNS_NONNULL_H
23
#include "
ruby/internal/has/attribute.h
"
24
26
#if defined(_Ret_nonnull_)
27
#
/* Take SAL definition. */
28
# define RBIMPL_ATTR_RETURNS_NONNULL() _Ret_nonnull_
29
30
#elif RBIMPL_HAS_ATTRIBUTE(returns_nonnull)
31
# define RBIMPL_ATTR_RETURNS_NONNULL() __attribute__((__returns_nonnull__))
32
33
#else
34
# define RBIMPL_ATTR_RETURNS_NONNULL()
/* void */
35
#endif
36
37
#endif
/* RBIMPL_ATTR_RETURNS_NONNULL_H */
attribute.h
Defines RBIMPL_HAS_ATTRIBUTE.
Generated by
1.9.1