Home
last modified time | relevance | path

Searched refs:visitSwitchPre (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteCaseDeclarations.cpp28 PreResult visitSwitchPre(TIntermSwitch &node) override in visitSwitchPre() function in __anonfd113fb70111::Rewriter
DIntermRebuild.h223 virtual PreResult visitSwitchPre(TIntermSwitch &node);
DIntermRebuild.cpp367 return visitSwitchPre(*originalNode.getAsSwitchNode()); in traversePre()
889 PreResult TIntermRebuild::visitSwitchPre(TIntermSwitch &node) in visitSwitchPre() function in sh::TIntermRebuild