Home
last modified time | relevance | path

Searched refs:__fn (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs214 let __fn = concat!("<", module_path!(), #prevent_unwind_label); in expand_struct_operators()
215 ::cxx::private::prevent_unwind(__fn, || *lhs == *rhs) in expand_struct_operators()
227 let __fn = concat!("<", module_path!(), #prevent_unwind_label); in expand_struct_operators()
228 ::cxx::private::prevent_unwind(__fn, || *lhs != *rhs) in expand_struct_operators()
241 let __fn = concat!("<", module_path!(), #prevent_unwind_label); in expand_struct_operators()
242 ::cxx::private::prevent_unwind(__fn, || *lhs < *rhs) in expand_struct_operators()
253 let __fn = concat!("<", module_path!(), #prevent_unwind_label); in expand_struct_operators()
254 ::cxx::private::prevent_unwind(__fn, || *lhs <= *rhs) in expand_struct_operators()
266 let __fn = concat!("<", module_path!(), #prevent_unwind_label); in expand_struct_operators()
267 ::cxx::private::prevent_unwind(__fn, || *lh in expand_struct_operators()
[all...]
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawnp.c13 spawnp_attr.__fn = (void *)__execvpe; in posix_spawnp()
H A Dposix_spawn.c152 attr->__fn ? (int (*)())attr->__fn : execve; in child()
/third_party/musl/src/process/
H A Dposix_spawnp.c13 spawnp_attr.__fn = (void *)__execvpe; in posix_spawnp()
H A Dposix_spawn.c153 attr->__fn ? (int (*)())attr->__fn : execve; in child()
/third_party/musl/porting/uniproton/kernel/include/
H A Dspawn.h32 void *__fn; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dspawn.h32 void *__fn; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dspawn.h32 void *__fn; member
/third_party/musl/include/
H A Dspawn.h32 void *__fn; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17327 extern int clone (int (*__fn) (void *__arg), void *__child_stack,
20189 bind1st(const _Operation& __fn, const _Tp& __x)
20192 return binder1st<_Operation>(__fn, _Arg1_type(__x));
20224 bind2nd(const _Operation& __fn, const _Tp& __x)
20227 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
26277 register_callback(event_callback __fn, int __index);
26296 _Callback_list(ios_base::event_callback __fn, int __index,
26298 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
29256 const basic_string<_CharT>& __fn = __np.falsename();
29257 _M_falsename_size = __fn
[all...]

Completed in 22 milliseconds