Home
last modified time | relevance | path

Searched refs:expr_type (Results 1 – 25 of 56) sorted by relevance

123

/third_party/boost/boost/proto/detail/preprocessed/
Ddeep_copy.hpp19 expr_type; typedef
21 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type;
25 expr_type const that = { in operator ()()
42 expr_type; typedef
44 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type;
48 expr_type const that = { in operator ()()
65 expr_type; typedef
67 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type;
71 expr_type const that = { in operator ()()
88 expr_type; typedef
[all …]
Dmake_expr_.hpp41 typedef typename base_expr<Domain, Tag, proto_args>::type expr_type; typedef
43 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type;
47 expr_type const that = { in operator ()()
71 typedef typename base_expr<Domain, Tag, proto_args>::type expr_type; typedef
73 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type;
77 expr_type const that = { in operator ()()
101 typedef typename base_expr<Domain, Tag, proto_args>::type expr_type; typedef
103 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type;
107 expr_type const that = { in operator ()()
131 typedef typename base_expr<Domain, Tag, proto_args>::type expr_type; typedef
[all …]
Dunpack_expr_.hpp46 typedef typename base_expr<Domain, Tag, proto_args>::type expr_type; typedef
48 typedef typename proto_generator::template result<proto_generator(expr_type)>::type type;
53 expr_type const that = { in call()
89 typedef typename base_expr<Domain, Tag, proto_args>::type expr_type; typedef
91 typedef typename proto_generator::template result<proto_generator(expr_type)>::type type;
96 expr_type const that = { in call()
132 typedef typename base_expr<Domain, Tag, proto_args>::type expr_type; typedef
134 typedef typename proto_generator::template result<proto_generator(expr_type)>::type type;
139 expr_type const that = { in call()
175 typedef typename base_expr<Domain, Tag, proto_args>::type expr_type; typedef
[all …]
/third_party/boost/boost/proto/detail/
Das_expr.hpp50 typedef proto::expr<proto::tag::terminal, term<value_type>, 0> expr_type; typedef
51 typedef typename Generator::template result<Generator(expr_type)>::type result_type;
56 return Generator()(expr_type::make(t)); in operator ()()
65 typedef proto::basic_expr<proto::tag::terminal, term<value_type>, 0> expr_type; typedef
66 typedef typename Generator::template result<Generator(expr_type)>::type result_type;
71 return Generator()(expr_type::make(t)); in operator ()()
116 typedef proto::expr<proto::tag::terminal, term<reference>, 0> expr_type; typedef
117 typedef typename Generator::template result<Generator(expr_type)>::type result_type;
122 return Generator()(expr_type::make(t)); in operator ()()
135 typedef proto::basic_expr<proto::tag::terminal, term<reference>, 0> expr_type; typedef
[all …]
Ddeep_copy.hpp61 expr_type; typedef
64 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type;
69 expr_type const that = { in operator ()()
Dmake_expr_.hpp78 typedef typename base_expr<Domain, Tag, proto_args>::type expr_type; typedef
80 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type;
85 expr_type const that = { in operator ()()
Dunpack_expr_.hpp155 typedef typename base_expr<Domain, Tag, proto_args>::type expr_type; typedef
157 typedef typename proto_generator::template result<proto_generator(expr_type)>::type type;
163 expr_type const that = { in call()
/third_party/selinux/libsepol/tests/
Dtest-linker-cond-map.c54 uint32_t expr_type; member
70 CU_ASSERT(expr->expr_type == bools[i].expr_type); in test_cond_expr_mapping()
103 bools[0].expr_type = COND_BOOL; in base_cond_tests()
113 bools[0].expr_type = COND_BOOL; in base_cond_tests()
131 bools[0].expr_type = COND_BOOL; in module_cond_tests()
141 bools[0].expr_type = COND_BOOL; in module_cond_tests()
153 bools[0].expr_type = COND_BOOL; in module_cond_tests()
155 bools[1].expr_type = COND_BOOL; in module_cond_tests()
157 bools[2].expr_type = COND_AND; in module_cond_tests()
Ddebug.c42 switch (cur->expr_type) { in display_expr()
65 fprintf(fp, "error! (%d)", cur->expr_type); in display_expr()
/third_party/boost/boost/xpressive/detail/static/transforms/
Das_action.hpp83 typedef typename impl::expr expr_type; typedef
85 typename FindAttr<typename expr_type::proto_child0::nbr_type>::template impl<
95 typename expr_type::proto_child0::nbr_type
129 typedef typename impl::expr expr_type; typedef
130 typedef typename expr_type::proto_child0::nbr_type::type result_type;
174 typedef typename impl::expr expr_type; typedef
178 typename proto::result_of::value<typename expr_type::proto_child1>::type
213 typedef typename impl::expr expr_type; typedef
262 typedef typename proto::result_of::left<Expr>::type expr_type; typedef
266 typename DeepCopy::impl<action_type, expr_type, int>::result_type
[all …]
Das_quantifier.hpp100 typedef typename impl::expr expr_type; in operator ()() typedef
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
104 , (uint_t)max_type<typename expr_type::proto_tag>::value in operator ()()
120 typedef typename impl::expr expr_type; typedef
197 typedef typename impl::expr expr_type; in operator ()() typedef
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
199 uint_t max_ = (uint_t)max_type<typename expr_type::proto_tag>(); in operator ()()
310 typedef typename impl::expr expr_type; typedef
352 typedef typename impl::expr expr_type; typedef
356 , min_type<typename expr_type::proto_tag>::value
[all …]
Das_modifier.hpp57 expr_type; typedef
60 typename Grammar::template impl<expr_type, State, visitor_type &>::result_type
70 return typename Grammar::template impl<expr_type, State, visitor_type &>()( in operator ()()
/third_party/boost/boost/proto/transform/detail/preprocessed/
Dpass_through_impl.hpp30 expr_type; typedef
32 typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
41 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE()
71 expr_type; typedef
73 typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
82 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE()
112 expr_type; typedef
114 typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
123 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE()
153 expr_type; typedef
[all …]
/third_party/boost/boost/spirit/home/karma/stream/detail/
Dformat_manip_auto.hpp25 typedef typename result_of::create_generator<Expr>::type expr_type; typedef
27 expr_type, mpl::true_, mpl::false_, unused_type, Expr
41 typedef typename result_of::create_generator<Expr>::type expr_type; typedef
43 expr_type, mpl::true_, mpl::false_, Delimiter, Expr
/third_party/boost/boost/spirit/home/qi/stream/detail/
Dmatch_manip_auto.hpp26 typedef typename result_of::create_parser<Expr>::type expr_type; typedef
28 expr_type, mpl::true_, mpl::false_, unused_type, Expr
42 typedef typename result_of::create_parser<Expr>::type expr_type; typedef
44 expr_type, mpl::true_, mpl::false_, Skipper, Expr
/third_party/toybox/kconfig/
Dexpr.h34 enum expr_type { enum
44 enum expr_type type;
162 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
163 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
164 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
180 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2);
181 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
Dlkc_proto.h41 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));
/third_party/boost/boost/spirit/home/karma/auxiliary/
Dlazy.hpp103 expr_type; typedef
108 BOOST_SPIRIT_ASSERT_MATCH(karma::domain, expr_type);
111 result_of::compile<karma::domain, expr_type, modifier>::type
180 expr_type; typedef
185 BOOST_SPIRIT_ASSERT_MATCH(karma::domain, expr_type);
188 result_of::compile<karma::domain, expr_type, modifier>::type
/third_party/boost/boost/proto/
Ddeep_copy.hpp37 expr_type; typedef
40 … typedef typename proto_generator::template result<proto_generator(expr_type)>::type result_type;
45 return proto_generator()(expr_type::make(e.proto_base().child0)); in operator ()()
Dfusion.hpp48 typedef Expr expr_type; typedef
320 , long Arity = proto::arity_of<typename Iterator::expr_type>::value
326 typename Iterator::expr_type
337 typename Iterator::expr_type
351 , long Arity = proto::arity_of<typename Iterator::expr_type>::value
357 typename Iterator::expr_type &
373 typename Iterator::expr_type &
395 typename Iterator::expr_type
/third_party/boost/boost/spirit/home/qi/auxiliary/
Dlazy.hpp105 expr_type; typedef
110 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, expr_type);
113 result_of::compile<qi::domain, expr_type, modifier>::type
176 expr_type; typedef
181 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, expr_type);
184 result_of::compile<qi::domain, expr_type, modifier>::type
/third_party/boost/boost/proto/transform/detail/
Dpass_through_impl.hpp78 expr_type; typedef
81 typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
91 expr_type const that = { in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE()
/third_party/selinux/libsepol/src/
Dconditional.c124 if (cur_a->expr_type != cur_b->expr_type) in cond_expr_equal()
126 if (cur_a->expr_type == COND_BOOL) { in cond_expr_equal()
220 switch (cur->expr_type) { in cond_evaluate_expr()
280 new_expr->expr_type = cur->expr_type; in cond_copy_expr()
367 if (e->expr_type == COND_NOT) { in cond_normalize_expr()
389 switch (e->expr_type) { in cond_normalize_expr()
744 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) { in expr_isvalid()
788 expr->expr_type = le32_to_cpu(buf[0]); in cond_read_node()
/third_party/boost/libs/proto/example/
Dlazy_vector.cpp101 typedef typename proto::terminal< std::vector<T> >::type expr_type; typedef
104 : lazy_vector_expr<expr_type>( expr_type::make( std::vector<T>( size, value ) ) ) in lazy_vector()
/third_party/selinux/checkpolicy/
Dpolicy_define.h19 cond_expr_t *define_cond_expr(uint32_t expr_type, void *arg1, void* arg2);
75 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2);

123