Searched refs:c_trampoline (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/cxx/syntax/ |
D | mangle.rs | 113 pub fn c_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in c_trampoline() function
|
/third_party/rust/crates/cxx/gen/src/ |
D | write.rs | 880 let c_trampoline = mangle::c_trampoline(efn, var, out.types).to_string(); in write_function_pointer_trampoline() localVariable 882 write_rust_function_shim_impl(out, &c_trampoline, f, &doc, &r_trampoline, indirect_call); in write_function_pointer_trampoline()
|
/third_party/rust/crates/cxx/macro/src/ |
D | expand.rs | 785 let c_trampoline = mangle::c_trampoline(efn, var, types); in expand_function_pointer_trampoline() localVariable 807 #[link_name = #c_trampoline] in expand_function_pointer_trampoline()
|