Home
last modified time | relevance | path

Searched refs:prevent_unwind (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/cxx/src/
Dunwind.rs5 pub fn prevent_unwind<F, R>(label: &'static str, foreign_call: F) -> R in prevent_unwind() function
Dlib.rs515 pub use crate::unwind::prevent_unwind;
/third_party/rust/crates/cxx/macro/src/
Dexpand.rs215 ::cxx::private::prevent_unwind(__fn, || *lhs == *rhs) in expand_struct_operators()
228 ::cxx::private::prevent_unwind(__fn, || *lhs != *rhs) in expand_struct_operators()
242 ::cxx::private::prevent_unwind(__fn, || *lhs < *rhs) in expand_struct_operators()
254 ::cxx::private::prevent_unwind(__fn, || *lhs <= *rhs) in expand_struct_operators()
267 ::cxx::private::prevent_unwind(__fn, || *lhs > *rhs) in expand_struct_operators()
279 ::cxx::private::prevent_unwind(__fn, || *lhs >= *rhs) in expand_struct_operators()
294 ::cxx::private::prevent_unwind(__fn, || ::cxx::private::hash(this)) in expand_struct_operators()
1123 expr = quote_spanned!(span=> ::cxx::private::prevent_unwind(__fn, #closure)); in expand_rust_function_shim_impl()
1294 ::cxx::private::prevent_unwind(__fn, || ::cxx::core::ptr::drop_in_place(this)); in expand_rust_box()
1342 ::cxx::private::prevent_unwind(__fn, || ::cxx::core::ptr::drop_in_place(this)); in expand_rust_vec()
[all …]