Home | History | Annotate | Download | only in compiler

Lines Matching refs:PreVisit

16 // if preVisit is turned on and the type specific function
19 // preVisit, postVisit, and rightToLeft control what order
46 if(it->preVisit)
48 visit = it->visitBinary(PreVisit, this);
113 if (it->preVisit)
114 visit = it->visitUnary(PreVisit, this);
133 if(it->preVisit)
135 visit = it->visitAggregate(PreVisit, this);
189 if (it->preVisit)
190 visit = it->visitSelection(PreVisit, this);
221 if(it->preVisit)
223 visit = it->visitLoop(PreVisit, this);
281 if (it->preVisit)
282 visit = it->visitBranch(PreVisit, this);