Home | History | Annotate | Download | only in compiler

Lines Matching refs:visit

24 	bool visitBinary(Visit visit, TIntermBinary*);
25 bool visitUnary(Visit visit, TIntermUnary*);
26 bool visitSelection(Visit visit, TIntermSelection*);
27 bool visitAggregate(Visit visit, TIntermAggregate*);
35 bool RemoveTree::visitBinary(Visit visit, TIntermBinary* node)
42 bool RemoveTree::visitUnary(Visit visit, TIntermUnary* node)
49 bool RemoveTree::visitAggregate(Visit visit, TIntermAggregate* node)
56 bool RemoveTree::visitSelection(Visit visit, TIntermSelection* node)