Home
last modified time | relevance | path

Searched defs:display_expr (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/proto/
Ddebug.hpp190 struct display_expr struct
194 typedef void result_type;
201 explicit display_expr(std::ostream &sout = std::cout, int depth = 0) in display_expr() argument
209 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() function
236 void display_expr(Expr const &expr) in display_expr() function
/third_party/boost/boost/phoenix/
Ddebug.hpp32 void display_expr(Expr const &expr, std::ostream &sout) in display_expr() function
40 void display_expr(Expr const &expr) in display_expr() function
/third_party/selinux/libsepol/tests/
Ddebug.c37 void display_expr(policydb_t * p, cond_expr_t * exp, FILE * fp) in display_expr() function
/third_party/selinux/checkpolicy/test/
Ddispol.c192 static void display_expr(policydb_t * p, cond_expr_t * exp, FILE * fp) in display_expr() function
Ddismod.c395 static void display_expr(policydb_t * p, cond_expr_t * exp, FILE * fp) in display_expr() function
/third_party/selinux/checkpolicy/
Dcheckpolicy.c308 static void display_expr(const cond_expr_t * exp) in display_expr() function