Home
last modified time | relevance | path

Searched defs:call_impl (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/phoenix/core/detail/cpp03/preprocessed/
Dcall_30.hpp18 struct call_impl<Fun, Expr, State, Data, 1> struct
31 typename call_impl::expr_param e in operator ()() argument
52 struct call_impl<Fun, Expr, State, Data, 2> struct
65 typename call_impl::expr_param e in operator ()() argument
86 struct call_impl<Fun, Expr, State, Data, 3> struct
99 typename call_impl::expr_param e in operator ()() argument
120 struct call_impl<Fun, Expr, State, Data, 4> struct
133 typename call_impl::expr_param e in operator ()() argument
154 struct call_impl<Fun, Expr, State, Data, 5> struct
167 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
52 struct call_impl<Fun, Expr, State, Data, 2> struct
65 typename call_impl::expr_param e in operator ()() argument
86 struct call_impl<Fun, Expr, State, Data, 3> struct
99 typename call_impl::expr_param e in operator ()() argument
120 struct call_impl<Fun, Expr, State, Data, 4> struct
133 typename call_impl::expr_param e in operator ()() argument
154 struct call_impl<Fun, Expr, State, Data, 5> struct
167 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
52 struct call_impl<Fun, Expr, State, Data, 2> struct
65 typename call_impl::expr_param e in operator ()() argument
86 struct call_impl<Fun, Expr, State, Data, 3> struct
99 typename call_impl::expr_param e in operator ()() argument
120 struct call_impl<Fun, Expr, State, Data, 4> struct
133 typename call_impl::expr_param e in operator ()() argument
154 struct call_impl<Fun, Expr, State, Data, 5> struct
167 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
52 struct call_impl<Fun, Expr, State, Data, 2> struct
65 typename call_impl::expr_param e in operator ()() argument
86 struct call_impl<Fun, Expr, State, Data, 3> struct
99 typename call_impl::expr_param e in operator ()() argument
120 struct call_impl<Fun, Expr, State, Data, 4> struct
133 typename call_impl::expr_param e in operator ()() argument
154 struct call_impl<Fun, Expr, State, Data, 5> struct
167 typename call_impl::expr_param e in operator ()() argument
[all …]
Dcall_10.hpp18 struct call_impl<Fun, Expr, State, Data, 1> struct
31 typename call_impl::expr_param e in operator ()() argument
52 struct call_impl<Fun, Expr, State, Data, 2> struct
65 typename call_impl::expr_param e in operator ()() argument
86 struct call_impl<Fun, Expr, State, Data, 3> struct
99 typename call_impl::expr_param e in operator ()() argument
120 struct call_impl<Fun, Expr, State, Data, 4> struct
133 typename call_impl::expr_param e in operator ()() argument
154 struct call_impl<Fun, Expr, State, Data, 5> struct
167 typename call_impl::expr_param e in operator ()() argument
[all …]
/third_party/boost/boost/phoenix/core/
Dcall.hpp35 struct call_impl<Fun, Expr, State, Data, 0> struct
40 context_type;
46 result_type;
48 result_type operator()( in operator ()()
103 struct call_impl struct
/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
/third_party/boost/boost/type_erasure/
Dcall.hpp273 struct call_impl {}; struct
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
581 struct BOOST_PP_CAT(call_impl, N)< in BOOST_PP_CAT() argument
605 struct BOOST_PP_CAT(call_impl, N)< in BOOST_PP_CAT() argument
629 struct call_impl<R(BOOST_PP_ENUM_PARAMS(N, T)), void(BOOST_PP_ENUM_BINARY_PARAMS(N, U, u)), Concept… struct
640 struct call_impl<R(BOOST_PP_ENUM_PARAMS(N, T)), void(BOOST_PP_ENUM_BINARY_PARAMS(N, U, u)), void, t… struct
/third_party/boost/boost/fusion/algorithm/query/detail/
Dsegmented_find_if.hpp55 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.hpp55 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/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
/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
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dcompiler.cpp398 llvm::Value* llvm_compiler::call_impl( in call_impl() function in client::code_gen::llvm_compiler