|
Ruby 3.4.7p58 (2025-10-08 revision 7a5688e2a27668e48f8d6ff4af5b2208b98a2f5e)
|
Defines RBIMPL_CONSTANT_P. More...
#include "ruby/internal/has/builtin.h"Go to the source code of this file.
Macros | |
| #define | RBIMPL_CONSTANT_P(expr) |
| Wraps (or simulates) __builtin_constant_p | |
Defines RBIMPL_CONSTANT_P.
Note that __builtin_constant_p can be applicable inside of inline functions, according to GCC manual. Clang lacks that feature, though.
Definition in file constant_p.h.
| #define RBIMPL_CONSTANT_P | ( | expr | ) |
Wraps (or simulates) __builtin_constant_p
Definition at line 35 of file constant_p.h.
Referenced by RB_TYPE_P().