Home
last modified time | relevance | path

Searched refs:call_impl (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/phoenix/core/detail/cpp03/preprocessed/
Dcall_10.hpp18 struct call_impl<Fun, Expr, State, Data, 1> struct
31 typename call_impl::expr_param e in operator ()() argument
32 , typename call_impl::state_param s in operator ()()
33 , typename call_impl::data_param d in operator ()()
52 struct call_impl<Fun, Expr, State, Data, 2> struct
65 typename call_impl::expr_param e in operator ()() argument
66 , typename call_impl::state_param s in operator ()()
67 , typename call_impl::data_param d in operator ()()
86 struct call_impl<Fun, Expr, State, Data, 3> struct
99 typename call_impl::expr_param e in operator ()() argument
[all …]
Dcall_20.hpp18 struct call_impl<Fun, Expr, State, Data, 1> struct
31 typename call_impl::expr_param e in operator ()() argument
32 , typename call_impl::state_param s in operator ()()
33 , typename call_impl::data_param d in operator ()()
52 struct call_impl<Fun, Expr, State, Data, 2> struct
65 typename call_impl::expr_param e in operator ()() argument
66 , typename call_impl::state_param s in operator ()()
67 , typename call_impl::data_param d in operator ()()
86 struct call_impl<Fun, Expr, State, Data, 3> struct
99 typename call_impl::expr_param e in operator ()() argument
[all …]
Dcall_30.hpp18 struct call_impl<Fun, Expr, State, Data, 1> struct
31 typename call_impl::expr_param e in operator ()() argument
32 , typename call_impl::state_param s in operator ()()
33 , typename call_impl::data_param d in operator ()()
52 struct call_impl<Fun, Expr, State, Data, 2> struct
65 typename call_impl::expr_param e in operator ()() argument
66 , typename call_impl::state_param s in operator ()()
67 , typename call_impl::data_param d in operator ()()
86 struct call_impl<Fun, Expr, State, Data, 3> struct
99 typename call_impl::expr_param e in operator ()() argument
[all …]
Dcall_40.hpp18 struct call_impl<Fun, Expr, State, Data, 1> struct
31 typename call_impl::expr_param e in operator ()() argument
32 , typename call_impl::state_param s in operator ()()
33 , typename call_impl::data_param d in operator ()()
52 struct call_impl<Fun, Expr, State, Data, 2> struct
65 typename call_impl::expr_param e in operator ()() argument
66 , typename call_impl::state_param s in operator ()()
67 , typename call_impl::data_param d in operator ()()
86 struct call_impl<Fun, Expr, State, Data, 3> struct
99 typename call_impl::expr_param e in operator ()() argument
[all …]
Dcall_50.hpp18 struct call_impl<Fun, Expr, State, Data, 1> struct
31 typename call_impl::expr_param e in operator ()() argument
32 , typename call_impl::state_param s in operator ()()
33 , typename call_impl::data_param d in operator ()()
52 struct call_impl<Fun, Expr, State, Data, 2> struct
65 typename call_impl::expr_param e in operator ()() argument
66 , typename call_impl::state_param s in operator ()()
67 , typename call_impl::data_param d in operator ()()
86 struct call_impl<Fun, Expr, State, Data, 3> struct
99 typename call_impl::expr_param e in operator ()() argument
[all …]
/third_party/boost/boost/phoenix/core/
Dcall.hpp32 struct call_impl;
35 struct call_impl<Fun, Expr, State, Data, 0> struct
49 typename call_impl::expr_param e in operator ()()
50 , typename call_impl::state_param s in operator ()()
51 , typename call_impl::data_param d in operator ()()
103 struct call_impl struct
116 : detail::call_impl<Fun, Expr, State, Data>
/third_party/boost/boost/phoenix/core/detail/cpp03/
Dcall.hpp61 struct call_impl<Fun, Expr, State, Data, BOOST_PHOENIX_ITERATION> struct
77 typename call_impl::expr_param e in operator ()() argument
78 , typename call_impl::state_param s in operator ()()
79 , typename call_impl::data_param d in operator ()()
/third_party/boost/boost/type_erasure/
Dcall.hpp257 typename ::boost::type_erasure::detail::call_impl<Sig, U..., Concept>::type
264 typename ::boost::type_erasure::detail::call_impl<Sig, U...>::type
273 struct call_impl {}; struct
277 call_impl<
376 struct call_impl<R(T...), void(U...), Concept, true> : struct
389 struct call_impl<R(T...), void(U...), void, true> : struct
405 struct call_impl<R(T...), void(U...), void, true> : struct
437 return ::boost::type_erasure::detail::call_impl< in unchecked_call()
470 return ::boost::type_erasure::detail::call_impl< in unchecked_call()
573 struct BOOST_PP_CAT(call_impl, N);
[all …]
/third_party/boost/boost/fusion/algorithm/query/detail/
Dsegmented_find_if.hpp51 return call_impl(seq, state, context, continue_type()); in call()
55 static type call_impl(Sequence&, State const&state, Context const&, mpl::true_) in call_impl() function
61 static type call_impl(Sequence& seq, State const&, Context const& context, mpl::false_) in call_impl() function
Dsegmented_find.hpp51 return call_impl(seq, state, context, continue_type()); in call()
55 static type call_impl(Sequence&, State const&state, Context const&, mpl::true_) in call_impl() function
61 static type call_impl(Sequence& seq, State const&, Context const& context, mpl::false_) in call_impl() function
/third_party/boost/libs/parameter/test/literate/
Dparameter-enabled-member-functions1.cpp15 call_impl(arg1, arg2);
19 void call_impl(int, int); // implemented elsewhere.
/third_party/boost/boost/test/tools/old/
Dimpl.hpp128 call_impl( Left const& left, Right const& right, mpl::false_ ) const in call_impl() function
135 call_impl( Left const& left, Right const& right, mpl::true_ ) const in call_impl() function
145 return call_impl( left, right, left_is_array() ); in operator ()()
/third_party/boost/boost/spirit/home/support/
Dattributes.hpp1240 static void call_impl(Out& out, T_ const& val, mpl::false_) in call_impl() function
1247 static void call_impl(Out& out, T_ const& val, mpl::true_) in call_impl() function
1255 call_impl(out, val, not_is_variant<T>()); in call()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dcompiler.hpp234 llvm::Value* call_impl(
Dcompiler.cpp398 llvm::Value* llvm_compiler::call_impl( in call_impl() function in client::code_gen::llvm_compiler
426 llvm::Value* call = call_impl( in call()
/third_party/boost/libs/parameter_python/doc/
Dindex.rst551 int call_impl(ArgumentPack const& args)
559 return call_impl(call_parameters()(a0));
565 return call_impl(call_parameters()(a0,a1));
/third_party/boost/libs/parameter/doc/
Dindex.rst1512 call_impl(arg1, arg2);
1516 void call_impl(int, int); // implemented elsewhere.