Home
last modified time | relevance | path

Searched refs:function_type (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/preprocessed/
H A Ddefault_eval.hpp15 function_type; typedef
18function_type(typename proto::result_of::eval< typename remove_reference< typename proto::result_o…
23 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
35 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke()
49 function_type; typedef
52function_type(typename proto::result_of::eval< typename remove_reference< typename proto::result_o…
57 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
69 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke()
83 function_type; typedef
86function_type(typename proto::result_of::eval< typename remove_reference< typename proto::result_o…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dpoly_function_traits.hpp12 typedef typename PolyFun::template impl<const A0> function_type; typedef
13 typedef typename function_type::result_type result_type;
36 typedef typename PolyFun::template impl<const A0 , const A1> function_type; typedef
37 typedef typename function_type::result_type result_type;
60 typedef typename PolyFun::template impl<const A0 , const A1 , const A2> function_type; typedef
61 typedef typename function_type::result_type result_type;
84 … typedef typename PolyFun::template impl<const A0 , const A1 , const A2 , const A3> function_type; typedef
85 typedef typename function_type::result_type result_type;
108 …ypename PolyFun::template impl<const A0 , const A1 , const A2 , const A3 , const A4> function_type; typedef
109 typedef typename function_type::result_type result_type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Ddefault_function_impl.hpp16 function_type; typedef
19 function_type(r1 , r2)
28 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
50 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke()
64 function_type; typedef
67 function_type(r1 , r2 , r3)
76 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
98 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke()
112 function_type; typedef
115 function_type(r1 , r2 , r3 , r4)
[all …]
H A Dcall.hpp94 typedef typename function_traits::function_type function_type; in operator ()() typedef
95 …return function_type()(detail::as_lvalue(a0()(e, s, d)) , detail::as_lvalue(a1()(e, s, d)) , detai… in operator ()()
145 typedef typename function_traits::function_type function_type; in operator ()() typedef
146 …return function_type()(detail::as_lvalue(a0()(e, s, d)) , detail::as_lvalue(a1()(e, s, d)) , detai… in operator ()()
196 typedef typename function_traits::function_type function_type; in operator ()() typedef
197 …return function_type()(detail::as_lvalue(a0()(e, s, d)) , detail::as_lvalue(a1()(e, s, d)) , detai… in operator ()()
247 typedef typename function_traits::function_type function_type; in operator ()() typedef
248 …return function_type()(detail::as_lvalue(a0()(e, s, d)) , detail::as_lvalue(a1()(e, s, d)) , detai… in operator ()()
298 typedef typename function_traits::function_type function_type; in operator ()() typedef
299 …return function_type()(detail::as_lvalue(a0()(e, s, d)) , detail::as_lvalue(a1()(e, s, d)) , detai… in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/
H A Ddefault_eval.hpp48 function_type; typedef
52 function_type(BOOST_PP_ENUM_SHIFTED(N, BOOST_PROTO_DEFAULT_EVAL_TYPE, Expr))
58 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
72 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/
H A Ddefault_function_impl.hpp49 function_type; typedef
53 function_type(BOOST_PP_ENUM_SHIFTED_PARAMS(N, r))
63 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
87 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke()
H A Dcall.hpp78 typedef typename function_traits::function_type function_type; in operator ()() typedef
79 return function_type()(BOOST_PP_ENUM(N, BOOST_PROTO_NTH_RESULT, ~)); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/
H A Dsuccess_handler.hpp30 function_type; typedef
32 success_handler(function_type subject_, F f_) in success_handler()
61 function_type subject;
H A Ddebug_handler.hpp36 function_type; typedef
39 function_type subject_ in debug_handler()
70 function_type subject;
H A Derror_handler.hpp77 function_type; typedef
79 error_handler(function_type subject_, F f_) in error_handler()
143 function_type subject;
H A Drule.hpp148 function_type; typedef
387 function_type f;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/
H A Ddefault.hpp321 function_type; typedef
324 typename BOOST_PROTO_RESULT_OF<function_type()>::type
340 function_type; typedef
344 function_type(BOOST_PROTO_DEFAULT_EVAL_TYPE(~, 1, Expr))
353 , is_member_function_pointer<function_type>() in operator ()()
354 , is_member_object_pointer<function_type>() in operator ()()
367 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke()
377 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Ddefault.hpp479 function_type; typedef
482 typename BOOST_PROTO_RESULT_OF<function_type()>::type
504 function_type; typedef
507 typename detail::result_of_<function_type(r1)>::type
520 , is_member_function_pointer<function_type>() in operator ()()
521 , is_member_object_pointer<function_type>() in operator ()()
546 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke()
562 typedef typename detail::class_member_traits<function_type>::class_type class_type; in invoke()
H A Dcall.hpp181 return typename detail::poly_function_traits<Fun, Fun(a0)>::function_type()( in operator ()()
255 return typename detail::poly_function_traits<Fun, Fun(a0, a1)>::function_type()( in operator ()()
339 return typename detail::poly_function_traits<Fun, Fun(a0, a1, a2)>::function_type()( in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dpoly_function_traits.hpp39 typedef typename PolyFun::template impl<BOOST_PP_ENUM_PARAMS(N, const A)> function_type; typedef
40 typedef typename function_type::result_type result_type;
H A Dpoly_function.hpp206 typedef Fun function_type; typedef
214 typedef Fun function_type; typedef
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-acpi.c412 u16 function_type; member
506 if (!(hpx3_function_type(dev) & reg->function_type)) in program_hpx_type3_register()
571 hpx3_reg->function_type = reg_fields[1].integer.value; in parse_hpx3_register()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree.def239 DEFTREECODE (FUNCTION_TYPE, "function_type", tcc_type, 0)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree.def239 DEFTREECODE (FUNCTION_TYPE, "function_type", tcc_type, 0)