Searched defs:flatten_tree (Results 1 – 8 of 8) sorted by relevance
29 struct flatten_tree<qi::domain, proto::tag::shift_right> // flattens >> struct
33 struct flatten_tree<qi::domain, proto::tag::greater> // flattens > struct
38 struct flatten_tree<qi::domain, proto::tag::bitwise_or> // flattens | struct
33 struct flatten_tree<qi::domain, proto::tag::logical_or> // flattens || struct
37 struct flatten_tree<qi::domain, proto::tag::bitwise_xor> // flattens ^ struct
48 struct flatten_tree : mpl::false_ {}; struct
250 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree() function
235 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree() function