Searched refs:visitCase (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DValidateSwitch.h37 bool visitCase(Visit, TIntermCase *) override;
H A DValidateSwitch.cpp95 bool ValidateSwitch::visitCase(Visit, TIntermCase *node) function in class:ValidateSwitch
H A DIntermTraverse.cpp252 visit = it->visitCase(PreVisit, this);
258 it->visitCase(PostVisit, this);
H A Dintermediate.h714 virtual bool visitCase(Visit, TIntermCase*) { return true; } function in class:TIntermTraverser

Completed in 110 milliseconds