178 |
#[allow(clippy::fn_to_numeric_cast, clippy::fn_to_numeric_cast_with_truncation)]
|
179 |
fn build_call_stub_x86(
|
224 |
#[allow(
|
225 |
clippy::fn_to_numeric_cast,
|
226 |
clippy::fn_to_numeric_cast_with_truncation,
|
96 |
#[allow(clippy::fn_to_numeric_cast, clippy::fn_to_numeric_cast_with_truncation)]
|
97 |
fn build_get_proc_address_x86(
|
133 |
#[allow(clippy::fn_to_numeric_cast, clippy::fn_to_numeric_cast_with_truncation)]
|
134 |
fn build_get_proc_address_x64(
|
425 |
#[allow(clippy::fn_to_numeric_cast, clippy::fn_to_numeric_cast_with_truncation)]
|
426 |
fn build_code_x86(
|
463 |
#[allow(clippy::fn_to_numeric_cast, clippy::fn_to_numeric_cast_with_truncation)]
|
464 |
fn build_code_x64(
|
95 |
unsafe {
|
96 |
#[allow(clippy::fn_to_numeric_cast)]
|
97 |
Proc::from_rb_value_unchecked(rb_proc_new(Some(call_func), block as VALUE))
|
634 |
protect(|| unsafe {
|
635 |
#[allow(clippy::fn_to_numeric_cast)]
|
636 |
Value::new(rb_block_call(
|