Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A 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 …]
H A 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 …]
H A 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A 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 …]
H A 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 ()()
H A 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 ()()
H A 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()
/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 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 …]
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dexpr.h31 enum expr_type { enum
43 enum expr_type type;
295 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
296 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
297 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
310 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
H A Dexpr.c26 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
34 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
150 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
596 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
922 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1104 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dexpr.h31 enum expr_type { enum
43 enum expr_type type;
293 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
294 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
295 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
307 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
H A Dexpr.c25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
149 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
588 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
914 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1106 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dexpr.h31 enum expr_type { enum
43 enum expr_type type;
205 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
206 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
207 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
219 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
H A Dexpr.c25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
141 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
519 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
808 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
997 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/
H A Dlazy.hpp98 expr_type; typedef
103 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, expr_type);
106 result_of::compile<qi::domain, expr_type, modifier>::type
169 expr_type; typedef
174 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, expr_type);
177 result_of::compile<qi::domain, expr_type, modifier>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A 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 ()()
H A 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
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/
H A 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dactor.hpp203 expr_type; typedef
205 BOOST_PROTO_BASIC_EXTENDS(expr_type, actor<expr_type>, phoenix_domain) in BOOST_PROTO_BASIC_EXTENDS()
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dconditional.c36 switch (node->expr_type) { in cond_evaluate_expr()
363 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) { in expr_node_isvalid()
402 expr->expr_type = le32_to_cpu(buf[0]); in cond_read_node()
519 buf[0] = cpu_to_le32(node->expr.nodes[i].expr_type); in cond_write_node()
H A Dconstraint.h29 u32 expr_type; /* expression type */ member
H A Dconditional.h31 u32 expr_type; member
H A Dpolicydb.c1241 e->expr_type = le32_to_cpu(buf[0]); in read_cons_helper()
1245 switch (e->expr_type) { in read_cons_helper()
3021 buf[0] = cpu_to_le32(e->expr_type); in write_cons_helper()
3028 switch (e->expr_type) { in write_cons_helper()
H A Dservices.c285 switch (e->expr_type) { in constraint_expr_eval()