Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
rbimpl_size_mul_overflow_tag Struct Reference

This is an implementation detail of rbimpl_size_mul_overflow(). More...

Data Fields

_Bool left
 
size_t right
 Multiplication result. More...
 
bool left
 Whether overflow happened or not. More...
 

Detailed Description

This is an implementation detail of rbimpl_size_mul_overflow().

Definition at line 4271 of file rb_mjit_min_header-3.1.3.h.

Field Documentation

◆ left [1/2]

_Bool rbimpl_size_mul_overflow_tag::left

Definition at line 4272 of file rb_mjit_min_header-3.1.3.h.

◆ left [2/2]

bool rbimpl_size_mul_overflow_tag::left

Whether overflow happened or not.

Definition at line 414 of file memory.h.

◆ right

size_t rbimpl_size_mul_overflow_tag::right

Multiplication result.

Definition at line 4273 of file rb_mjit_min_header-3.1.3.h.


The documentation for this struct was generated from the following files: