Home | History | Annotate | Download | only in compiler

Lines Matching refs:preVisit

24 // if preVisit is turned on and the type specific function
27 // preVisit, postVisit, and rightToLeft control what order
54 if(it->preVisit)
56 visit = it->visitBinary(PreVisit, this);
121 if (it->preVisit)
122 visit = it->visitUnary(PreVisit, this);
141 if(it->preVisit)
143 visit = it->visitAggregate(PreVisit, this);
197 if (it->preVisit)
198 visit = it->visitSelection(PreVisit, this);
229 if(it->preVisit)
230 visit = it->visitSwitch(PreVisit, this);
251 if(it->preVisit)
252 visit = it->visitCase(PreVisit, this);
268 if(it->preVisit)
270 visit = it->visitLoop(PreVisit, this);
328 if (it->preVisit)
329 visit = it->visitBranch(PreVisit, this);