Home
last modified time | relevance | path

Searched refs:__bind (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/
H A D0001-test-cpp-server_abyss-Fix-build-with-clang-libc.patch6 …rpc-c/test/cpp/server_abyss.cpp:87:14: error: assigning to 'int' from incompatible type '__bind<int
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_core.c1011 static void __bind(struct thermal_zone_device *tz, int mask, in __bind() function
1066 __bind(pos, tzp->tbp[i].trip_mask, cdev, in bind_cdev()
1344 __bind(tz, tzp->tbp[i].trip_mask, pos, in bind_tz()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfunctional2648 class __bind
2665 __bind>::value
2668 explicit __bind(_Gp&& __f, _BA&& ...__bound_args)
2692 struct __is_bind_expression<__bind<_Fp, _BoundArgs...> > : public true_type {};
2696 : public __bind<_Fp, _BoundArgs...>
2698 typedef __bind<_Fp, _BoundArgs...> base;
2751 __bind<_Fp, _BoundArgs...>
2754 typedef __bind<_Fp, _BoundArgs...> type;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfunctional2648 class __bind
2665 __bind>::value
2668 explicit __bind(_Gp&& __f, _BA&& ...__bound_args)
2692 struct __is_bind_expression<__bind<_Fp, _BoundArgs...> > : public true_type {};
2696 : public __bind<_Fp, _BoundArgs...>
2698 typedef __bind<_Fp, _BoundArgs...> base;
2751 __bind<_Fp, _BoundArgs...>
2754 typedef __bind<_Fp, _BoundArgs...> type;
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm.c2035 static struct dm_table *__bind(struct mapped_device *md, struct dm_table *t, in __bind() function
2459 map = __bind(md, table, &limits); in dm_swap_table()