Searched defs:display_expr (Results 1 – 2 of 2) sorted by relevance
190 struct display_expr struct194 typedef void result_type;201 explicit display_expr(std::ostream &sout = std::cout, int depth = 0) in display_expr() argument209 void operator()(Expr const &expr) const in operator ()()215 int depth_;216 reference_wrapper<std::ostream> sout_;228 void display_expr(Expr const &expr, std::ostream &sout) in display_expr() function236 void display_expr(Expr const &expr) in display_expr() function
32 void display_expr(Expr const &expr, std::ostream &sout) in display_expr() function40 void display_expr(Expr const &expr) in display_expr() function