Searched refs:RemoveSwitchFallThroughTraverser (Results 1 – 1 of 1) sorted by relevance
22 class RemoveSwitchFallThroughTraverser : public TIntermTraverser class29 RemoveSwitchFallThroughTraverser(TIntermBlock *statementList,58 TIntermBlock *RemoveSwitchFallThroughTraverser::removeFallThrough( in removeFallThrough()62 RemoveSwitchFallThroughTraverser rm(statementList, perfDiagnostics); in removeFallThrough()78 RemoveSwitchFallThroughTraverser::RemoveSwitchFallThroughTraverser( in RemoveSwitchFallThroughTraverser() function in sh::__anon46afccb30111::RemoveSwitchFallThroughTraverser90 void RemoveSwitchFallThroughTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol()98 void RemoveSwitchFallThroughTraverser::visitConstantUnion(TIntermConstantUnion *node) in visitConstantUnion()106 bool RemoveSwitchFallThroughTraverser::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration()113 bool RemoveSwitchFallThroughTraverser::visitBinary(Visit, TIntermBinary *node) in visitBinary()120 bool RemoveSwitchFallThroughTraverser::visitUnary(Visit, TIntermUnary *node) in visitUnary()[all …]