Home
last modified time | relevance | path

Searched defs:__fn (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/cxx/macro/src/
Dexpand.rs214 let __fn = concat!("<", module_path!(), #prevent_unwind_label); in expand_struct_operators() localVariable
227 let __fn = concat!("<", module_path!(), #prevent_unwind_label); in expand_struct_operators() localVariable
241 let __fn = concat!("<", module_path!(), #prevent_unwind_label); in expand_struct_operators() localVariable
253 let __fn = concat!("<", module_path!(), #prevent_unwind_label); in expand_struct_operators() localVariable
266 let __fn = concat!("<", module_path!(), #prevent_unwind_label); in expand_struct_operators() localVariable
278 let __fn = concat!("<", module_path!(), #prevent_unwind_label); in expand_struct_operators() localVariable
293 let __fn = concat!("<", module_path!(), #prevent_unwind_label); in expand_struct_operators() localVariable
1141 … let __fn = ::cxx::private::concat!(::cxx::private::module_path!(), #prevent_unwind_label); in expand_rust_function_shim_impl() localVariable
1293 let __fn = concat!("<", module_path!(), #prevent_unwind_drop_label); in expand_rust_box() localVariable
1341 let __fn = concat!("<", module_path!(), #prevent_unwind_drop_label); in expand_rust_vec() localVariable
[all …]
/third_party/musl/include/
Dspawn.h32 void *__fn; member
/third_party/musl/porting/liteos_m/kernel/include/
Dspawn.h32 void *__fn; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dspawn.h32 void *__fn; member
/third_party/musl/porting/uniproton/kernel/include/
Dspawn.h32 void *__fn; member
/third_party/musl/ndk_musl_include/
Dspawn.h32 void *__fn; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp20189 bind1st(const _Operation& __fn, const _Tp& __x) in bind1st()
20224 bind2nd(const _Operation& __fn, const _Tp& __x) in bind2nd()
29256 const basic_string<_CharT>& __fn = __np.falsename(); in _M_cache() local
54575 __invoke(_Callable&& __fn, _Args&&... __args) in __invoke()