Searched refs:prevent_unwind (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/cxx/src/ |
D | unwind.rs | 5 pub fn prevent_unwind<F, R>(label: &'static str, foreign_call: F) -> R in prevent_unwind() function
|
D | lib.rs | 515 pub use crate::unwind::prevent_unwind;
|
/third_party/rust/crates/cxx/macro/src/ |
D | expand.rs | 215 ::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 …]
|