Searched refs:walkPostorder (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddelegatize.c25 bool walkPostorder(Expression *e, StoppableVisitor *v);
109 walkPostorder(e, &lsp);
181 walkPostorder(e, &v);
H A Dnogc.c23 bool walkPostorder(Expression *e, StoppableVisitor *v);
55 walkPostorder(exp, this);
64 // Note that, walkPostorder does not support DeclarationExp today.
236 walkPostorder(e, &gcv);
H A Dsideeffect.c26 bool walkPostorder(Expression *e, StoppableVisitor *v);
60 return walkPostorder(e, &v) == false;
82 return walkPostorder(e, &v);
H A Dcanthrow.c27 bool walkPostorder(Expression *e, StoppableVisitor *v);
234 return walkPostorder(e, &ct);
H A Dapply.c144 bool walkPostorder(Expression *e, StoppableVisitor *v) function
H A Dsapply.c150 bool walkPostorder(Statement *s, StoppableVisitor *v) function
H A Dstatement.c29 bool walkPostorder(Statement *s, StoppableVisitor *v);
179 return walkPostorder(this, &ueh);
198 return walkPostorder(this, &cf);
228 return walkPostorder(this, &hc);
H A Dexpression.c39 bool walkPostorder(Expression *e, StoppableVisitor *v);
6616 v.isThen = true; walkPostorder(e1, &v);
6617 v.isThen = false; walkPostorder(e2, &v);
H A Ddinterpret.c40 bool walkPostorder(Expression *e, StoppableVisitor *v);
382 walkPostorder(e, &v);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddelegatize.d162 walkPostorder(ei.exp ,this);
177 walkPostorder(ex, this);
185 walkPostorder(e, lsp);
263 walkPostorder(e, v);
H A Dnogc.d47 walkPostorder(exp, this);
56 // Note that, walkPostorder does not support DeclarationExp today.
216 walkPostorder(e, gcv);
H A Dsideeffect.d61 return walkPostorder(e, v) == false;
90 return walkPostorder(e, v);
H A Dsapply.d17 bool walkPostorder(Statement s, StoppableVisitor v)
H A Dapply.d21 bool walkPostorder(Expression e, StoppableVisitor v)
H A Dcanthrow.d222 walkPostorder(e, ct);
H A Dforeachvar.d103 walkPostorder(e, v);
H A Dstatement.d242 return walkPostorder(this, ueh);
281 return walkPostorder(this, cf);
329 return walkPostorder(this, hc);
H A Dexpression.d6752 walkPostorder(ei.exp, this);
6756 walkPostorder(v.edtor, this);
6788 walkPostorder(e1, v);
6790 walkPostorder(e2, v);

Completed in 520 milliseconds