/third_party/boost/libs/spirit/workbench/x3/ |
D | context.cpp | 10 using boost::spirit::x3::make_context; 30 a(make_context<b_ctx>(bi, context)); in b() 36 b(make_context<c_ctx>(ci)); in c()
|
/third_party/boost/boost/spirit/home/x3/core/ |
D | call.hpp | 69 auto val_context = make_context<rule_val_context_tag>(rcontext, context); in call() 70 auto where_context = make_context<where_context_tag>(rng, val_context); in call() 71 auto attr_context = make_context<attr_context_tag>(attr, where_context); in call()
|
D | parse.hpp | 118 auto skipper_ctx = make_context<skipper_tag>(as_parser(s)); in phrase_parse_main() 186 make_context<skipper_tag>(as_parser(std::declval<Skipper>())))
|
D | action.hpp | 43 auto action_context = make_context<parse_pass_context_tag>(pass, context); in call_action()
|
/third_party/boost/boost/spirit/home/qi/ |
D | parse.hpp | 55 struct make_context struct 61 struct make_context<unused_type> struct 87 typename detail::make_context<Attr>::type context(attr); in parse() 167 typename detail::make_context<Attr>::type context(attr); in phrase_parse()
|
/third_party/boost/boost/spirit/home/karma/ |
D | generate.hpp | 43 struct make_context struct 49 struct make_context<unused_type> struct 68 typename detail::make_context<Attr>::type context(attr); in generate() 159 typename detail::make_context<Attribute>::type context(attr); in generate_delimited()
|
/third_party/boost/boost/phoenix/core/ |
D | environment.hpp | 34 struct make_context struct 123 struct make_context struct 226 make_context(Env const& env, Actions const& actions) in make_context() function 243 make_context(Env & env, Actions const& actions) in make_context() function 260 make_context(Env const& env, Actions & actions) in make_context() function 277 make_context(Env & env, Actions & actions) in make_context() function
|
/third_party/boost/boost/spirit/home/x3/support/ |
D | context.hpp | 67 inline context<ID, T, Next> make_context(T& val, Next const& next) in make_context() function 73 inline context<ID, T> make_context(T& val) in make_context() function
|
/third_party/boost/boost/spirit/home/x3/directive/ |
D | skip.hpp | 40 , make_context<skipper_tag>(skipper, context) in parse() 77 , make_context<skipper_tag>(skipper, context) in parse()
|
D | no_case.hpp | 35 , make_context<no_case_tag>(no_case_compare_, context) in parse()
|
D | no_skip.hpp | 47 , make_context<skipper_tag>(unused_skipper, context) in parse()
|
D | lexeme.hpp | 45 , make_context<skipper_tag>(unused_skipper, context) in parse()
|
D | with.hpp | 60 , make_context<ID>(this->val, context) in parse()
|
/third_party/boost/libs/phoenix/example/ |
D | parallel_for.cpp | 103 , typename boost::phoenix::result_of::make_context< 119 , boost::phoenix::make_context( in parallel_eval() 139 , functional::make_context(
|
D | invert.cpp | 103 , phoenix::result_of::make_context< 113 , phoenix::make_context( in invert()
|
/third_party/boost/libs/spirit/test/x3/ |
D | any_parser.cpp | 25 using boost::spirit::x3::make_context; in main() 34 typedef decltype(make_context<skipper_tag>(space)) context_type; in main()
|
/third_party/boost/libs/spirit/example/x3/calc/calc4c/ |
D | grammar.hpp | 185 , decltype(x3::make_context<x3::skipper_tag>(x3::ascii::space))
|
/third_party/boost/boost/log/expressions/formatters/ |
D | max_size_decorator.hpp | 345 phoenix::eval(m_subactor, phoenix::make_context(env, phoenix::actions(ctx))); in operator ()() 386 phoenix::eval(m_subactor, phoenix::make_context(env, phoenix::actions(ctx))); in operator ()()
|
D | char_decorator.hpp | 440 phoenix::eval(m_subactor, phoenix::make_context(env, phoenix::actions(ctx))); in operator ()() 472 phoenix::eval(m_subactor, phoenix::make_context(env, phoenix::actions(ctx))); in operator ()()
|
/third_party/boost/boost/spirit/home/x3/nonterminal/detail/ |
D | rule.hpp | 179 , make_context<parse_pass_context_tag>(pass, context) in call_on_success()
|